diff options
author | Samuel Cantrell <samuelcantrell@gmail.com> | 2011-06-16 09:57:53 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-06-16 09:57:53 +0200 |
commit | e64f2c88bde72cec12df88478f20e59495141052 (patch) | |
tree | 9fe2642a77016baad26a76de04b0c7384f027532 /cui/source/options/optinet2.hxx | |
parent | 840db100e2bac521dcee8c4932a5f69487116155 (diff) |
remove Search Options page from Internet group on Options dialog fdo#38146
Diffstat (limited to 'cui/source/options/optinet2.hxx')
-rw-r--r-- | cui/source/options/optinet2.hxx | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx index ff9d67bef..cbad0be3a 100644 --- a/cui/source/options/optinet2.hxx +++ b/cui/source/options/optinet2.hxx @@ -51,7 +51,6 @@ class SvtInetOptions; #ifndef SV_NODIALOG #define PROXY_CONTROLS 23 #define CACHE_CONTROLS 20 -#define INET_SEARCH 19 #define TYPE_CONTROLS 18 @@ -143,70 +142,6 @@ public: virtual void Reset( const SfxItemSet& rSet ); }; -// class SvxSearchTabPage ------------------------------------------------ -class SvxSearchConfig; -class SvxSearchTabPage : public SfxTabPage -{ - using TabPage::ActivatePage; - using TabPage::DeactivatePage; - -private: - FixedLine aSearchGB; - ListBox aSearchLB; - FixedText aSearchNameFT; - SvxNoSpaceEdit aSearchNameED; - - FixedText aSearchFT; - RadioButton aAndRB; - RadioButton aOrRB; - RadioButton aExactRB; - - FixedText aURLFT; - SvxNoSpaceEdit aURLED; - - FixedText aPostFixFT; - SvxNoSpaceEdit aPostFixED; - FixedText aSeparatorFT; - SvxNoSpaceEdit aSeparatorED; - FixedText aCaseFT; - ListBox aCaseED; - - PushButton aNewPB; - PushButton aAddPB; - PushButton aChangePB; - PushButton aDeletePB; - - String sLastSelectedEntry; - String sModifyMsg; - - SvxSearchConfig aSearchConfig; - SvxSearchEngineData aCurrentSrchData; - -#ifdef _SVX_OPTINET2_CXX - void InitControls_Impl(); - - DECL_LINK( NewSearchHdl_Impl, PushButton * ); - DECL_LINK( AddSearchHdl_Impl, PushButton * ); - DECL_LINK( ChangeSearchHdl_Impl, PushButton * ); - DECL_LINK( DeleteSearchHdl_Impl, PushButton * ); - DECL_LINK( SearchEntryHdl_Impl, ListBox * ); - DECL_LINK( SearchModifyHdl_Impl, SvxNoSpaceEdit * ); - DECL_LINK( SearchPartHdl_Impl, RadioButton * ); -#endif - - virtual void ActivatePage( const SfxItemSet& rSet ); - virtual int DeactivatePage( SfxItemSet* pSet = 0 ); - sal_Bool ConfirmLeave( const String& rStringSelection ); - - SvxSearchTabPage( Window* pParent, const SfxItemSet& rSet ); - virtual ~SvxSearchTabPage(); - -public: - static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet ); - virtual sal_Bool FillItemSet( SfxItemSet& rSet ); - virtual void Reset( const SfxItemSet& rSet ); -}; - // #98647# class SvxScriptExecListBox ------------------------------------ class SvxScriptExecListBox : public ListBox { // for adding tooltips to ListBox |