Kaydet (Commit) 3323c162 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS pbfinal01 (1.11.26); FILE MERGED

2005/02/16 14:10:25 pb 1.11.26.2: fix: #i39798# the order of the controls changed
2005/02/11 09:45:25 pb 1.11.26.1: fix: #i39798# new dialog layout
üst 336937c5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: srchdlg.hxx,v $ * $RCSfile: srchdlg.hxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: kz $ $Date: 2005-01-21 15:20:21 $ * last change: $Author: vg $ $Date: 2005-02-25 13:05:14 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -222,57 +222,48 @@ private: ...@@ -222,57 +222,48 @@ private:
ComboBox aSearchLB; ComboBox aSearchLB;
ListBox aSearchTmplLB; ListBox aSearchTmplLB;
FixedInfo aSearchAttrText; FixedInfo aSearchAttrText;
#if SUPD < 641 || defined( GT_DEBUG )
MultiLineEdit aSearchFormatsED;
#endif
FixedText aReplaceText; FixedText aReplaceText;
ComboBox aReplaceLB; ComboBox aReplaceLB;
ListBox aReplaceTmplLB; ListBox aReplaceTmplLB;
FixedInfo aReplaceAttrText; FixedInfo aReplaceAttrText;
#if SUPD < 641 || defined( GT_DEBUG )
MultiLineEdit aReplaceFormatsED;
#endif
PushButton aSearchAllBtn;
PushButton aSearchBtn; PushButton aSearchBtn;
PushButton aReplaceAllBtn; PushButton aSearchAllBtn;
FixedLine aSearchCmdLine;
PushButton aReplaceBtn; PushButton aReplaceBtn;
PushButton aAttributeBtn; PushButton aReplaceAllBtn;
CancelButton aCloseBtn;
PushButton aFormatBtn;
HelpButton aHelpBtn;
PushButton aNoFormatBtn;
MoreButton* pMoreBtn;
CheckBox aWordBtn;
CheckBox aMatchCaseCB; CheckBox aMatchCaseCB;
CheckBox aBackwardsBtn; CheckBox aWordBtn;
FixedLine aButtonsFL;
MoreButton* pMoreBtn;
HelpButton aHelpBtn;
CancelButton aCloseBtn;
FixedLine aOptionsFL;
CheckBox aSelectionBtn; CheckBox aSelectionBtn;
CheckBox aBackwardsBtn;
CheckBox aRegExpBtn; CheckBox aRegExpBtn;
CheckBox aLayoutBtn;
// "Ahnlichkeitssuche
CheckBox aSimilarityBox; CheckBox aSimilarityBox;
PushButton aSimilarityBtn; PushButton aSimilarityBtn;
CheckBox aLayoutBtn;
CheckBox aJapMatchFullHalfWidthCB; CheckBox aJapMatchFullHalfWidthCB;
CheckBox aJapOptionsCB; CheckBox aJapOptionsCB;
PushButton aJapOptionsBtn; PushButton aJapOptionsBtn;
FixedLine aOptionsFL;
// nur f"ur Calc PushButton aAttributeBtn;
RadioButton aFormulasBtn; PushButton aFormatBtn;
RadioButton aValuesBtn; PushButton aNoFormatBtn;
RadioButton aNotesBtn;
FixedLine aSearchFL;
FixedLine aSearchVertFL;
FixedLine aCalcFL;
FixedText aCalcSearchInFT;
ListBox aCalcSearchInLB;
FixedText aCalcSearchDirFT;
RadioButton aRowsBtn; RadioButton aRowsBtn;
RadioButton aColumnsBtn; RadioButton aColumnsBtn;
FixedLine aSearchDirFL; CheckBox aAllSheetsCB;
FixedLine aSearchDirVertFL;
CheckBox aAllTablesCB;
FixedLine aCalcExtrasFL;
SfxBindings& rBindings; SfxBindings& rBindings;
BOOL bWriter; BOOL bWriter;
...@@ -305,7 +296,7 @@ private: ...@@ -305,7 +296,7 @@ private:
#ifdef _SVX_SRCHDLG_CXX #ifdef _SVX_SRCHDLG_CXX
DECL_LINK( ModifyHdl_Impl, ComboBox* pEdit ); DECL_LINK( ModifyHdl_Impl, ComboBox* pEdit );
DECL_LINK( FlagHdl_Impl, Button* pBtn ); DECL_LINK( FlagHdl_Impl, Control* pCtrl );
DECL_LINK( CommandHdl_Impl, Button* pBtn ); DECL_LINK( CommandHdl_Impl, Button* pBtn );
DECL_LINK( TemplateHdl_Impl, Button* ); DECL_LINK( TemplateHdl_Impl, Button* );
DECL_LINK( FocusHdl_Impl, Control* ); DECL_LINK( FocusHdl_Impl, Control* );
...@@ -317,6 +308,7 @@ private: ...@@ -317,6 +308,7 @@ private:
void Construct_Impl(); void Construct_Impl();
void InitControls_Impl(); void InitControls_Impl();
void CalculateDelta_Impl();
void Init_Impl( int bHasItemSet ); void Init_Impl( int bHasItemSet );
void InitAttrList_Impl( const SfxItemSet* pSSet, void InitAttrList_Impl( const SfxItemSet* pSSet,
const SfxItemSet* pRSet ); const SfxItemSet* pRSet );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment