srchdlg.hxx (3334a7e6) srchdlg.hxx (9b8096d0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 141 unchanged lines hidden (view full) ---

150 { return pReplaceList; }
151
152 inline sal_Bool HasSearchAttributes() const;
153 inline sal_Bool HasReplaceAttributes() const;
154
155 PushButton& GetReplaceBtn() { return aReplaceBtn; }
156
157 sal_Int32 GetTransliterationFlags() const;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 141 unchanged lines hidden (view full) ---

150 { return pReplaceList; }
151
152 inline sal_Bool HasSearchAttributes() const;
153 inline sal_Bool HasReplaceAttributes() const;
154
155 PushButton& GetReplaceBtn() { return aReplaceBtn; }
156
157 sal_Int32 GetTransliterationFlags() const;
158
158//IAccessibility2 Impplementaton 2009-----
159 void SetDocWin( Window* pDocWin ) { mpDocWin = pDocWin; }
160 Window* GetDocWin() { return mpDocWin; }
161 void SetSrchFlag( sal_Bool bSuccess = sal_False ) { mbSuccess = bSuccess; }
162 sal_Bool GetSrchFlag() { return mbSuccess; }
163 virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >
164 GetComponentInterface( sal_Bool bCreate );
165//-----IAccessibility2 Impplementaton 2009
159private:
166private:
167//IAccessibility2 Impplementaton 2009-----
168 Window* mpDocWin;
169 sal_Bool mbSuccess;
170//-----IAccessibility2 Impplementaton 2009
160 FixedText aSearchText;
161 ComboBox aSearchLB;
162 ListBox aSearchTmplLB;
163 FixedInfo aSearchAttrText;
164
165 FixedText aReplaceText;
166 ComboBox aReplaceLB;
167 ListBox aReplaceTmplLB;

--- 131 unchanged lines hidden ---
171 FixedText aSearchText;
172 ComboBox aSearchLB;
173 ListBox aSearchTmplLB;
174 FixedInfo aSearchAttrText;
175
176 FixedText aReplaceText;
177 ComboBox aReplaceLB;
178 ListBox aReplaceTmplLB;

--- 131 unchanged lines hidden ---