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