Lines Matching refs:SVX_RES

112 #undef SVX_RES
113 #define SVX_RES(x) #x macro
138 aSearchFormats ( pParent, SVX_RES( FT_SEARCH_FORMATS ) ), in SearchDlg_Impl()
139 aReplaceFormats ( pParent, SVX_RES( FT_REPLACE_FORMATS ) ), in SearchDlg_Impl()
293 #define SVX_RES_PLAIN SVX_RES
294 #define THIS_SVX_RES SVX_RES
301 aSearchText ( this, SVX_RES( FT_SEARCH ) ), \
302 aSearchLB ( this, SVX_RES( ED_SEARCH ) ), \
303 aSearchTmplLB ( this, SVX_RES( LB_SEARCH ) ), \
304 aSearchAttrText ( this, SVX_RES( FT_SEARCH_ATTR ) ), \
305 aReplaceText ( this, SVX_RES( FT_REPLACE ) ), \
306 aReplaceLB ( this, SVX_RES( ED_REPLACE ) ), \
307 aReplaceTmplLB ( this, SVX_RES( LB_REPLACE ) ), \
308 aReplaceAttrText( this, SVX_RES( FT_REPLACE_ATTR ) ), \
309 aSearchBtn ( this, SVX_RES( BTN_SEARCH ) ), \
310 aSearchAllBtn ( this, SVX_RES( BTN_SEARCH_ALL ) ), \
311 aSearchCmdLine ( this, SVX_RES( FL_SEARCH_COMMAND ) ), \
312 aReplaceBtn ( this, SVX_RES( BTN_REPLACE ) ), \
313 aReplaceAllBtn ( this, SVX_RES( BTN_REPLACE_ALL ) ), \
314 aSearchComponentFL( this, SVX_RES( FL_SEARCH_COMPONENT ) ), \
315 aSearchComponent1PB( this, SVX_RES( BTN_COMPONENT_1 ) ), \
316 aSearchComponent2PB( this, SVX_RES( BTN_COMPONENT_2 ) ), \
317 aMatchCaseCB ( this, SVX_RES( CB_MATCH_CASE ) ), \
318 aWordBtn ( this, SVX_RES( CB_WHOLE_WORDS ) ), \
319 aButtonsFL ( this, SVX_RES( FL_BUTTONS ) ), \
320 pMoreBtn ( new MoreButton( this, SVX_RES( BTN_MORE ) ) ), \
321 aHelpBtn ( this, SVX_RES( BTN_HELP ) ), \
322 aCloseBtn ( this, SVX_RES( BTN_CLOSE ) ), \
323 aOptionsFL ( this, SVX_RES( FL_OPTIONS ) ), \
324 aSelectionBtn ( this, SVX_RES( CB_SELECTIONS ) ), \
325 aBackwardsBtn ( this, SVX_RES( CB_BACKWARDS ) ), \
326 aRegExpBtn ( this, SVX_RES( CB_REGEXP ) ), \
327 aSimilarityBox ( this, SVX_RES( CB_SIMILARITY) ), \
328 aSimilarityBtn ( this, SVX_RES( PB_SIMILARITY) ), \
329 aLayoutBtn ( this, SVX_RES( CB_LAYOUTS ) ), \
330 aNotesBtn ( this, SVX_RES( CB_NOTES ) ), \
331 aJapMatchFullHalfWidthCB( this, SVX_RES( CB_JAP_MATCH_FULL_HALF_WIDTH ) ),\
332 aJapOptionsCB ( this, SVX_RES( CB_JAP_SOUNDS_LIKE ) ), \
333 aJapOptionsBtn ( this, SVX_RES( PB_JAP_OPTIONS ) ), \
334 aAttributeBtn ( this, SVX_RES( BTN_ATTRIBUTE ) ), \
335 aFormatBtn ( this, SVX_RES( BTN_FORMAT ) ), \
336 aNoFormatBtn ( this, SVX_RES( BTN_NOFORMAT ) ), \
337 aCalcFL ( this, SVX_RES( FL_CALC ) ), \
338 aCalcSearchInFT ( this, SVX_RES( FT_CALC_SEARCHIN ) ), \
339 aCalcSearchInLB ( this, SVX_RES( LB_CALC_SEARCHIN ) ), \
340 aCalcSearchDirFT( this, SVX_RES( FT_CALC_SEARCHDIR ) ), \
341 aRowsBtn ( this, SVX_RES( RB_CALC_ROWS ) ), \
342 aColumnsBtn ( this, SVX_RES( RB_CALC_COLUMNS ) ), \
343 aAllSheetsCB ( this, SVX_RES( CB_ALL_SHEETS ) ), \
369 SfxModelessDialog( &rBind, NULL, pParent, SVX_RES( RID_SVXDLG_SEARCH ) ), in SvxSearchDialog()
381 SfxModelessDialog( &rBind, pChildWin, pParent, SVX_RES( RID_SVXDLG_SEARCH ) ), in SvxSearchDialog()
391 #undef SVX_RES
392 #define SVX_RES(x) ResId (x, DIALOG_MGR ()) macro
456 pMoreBtn->SetMoreText( String( SVX_RES( STR_MORE_BTN ) ) ); in Construct_Impl()
457 pMoreBtn->SetLessText( String( SVX_RES( STR_LESS_BTN ) ) ); in Construct_Impl()
2362 ResStringArray aAttrNames( SVX_RES( RID_ATTR_NAMES ) ); in BuildAttrText_Impl()