Lines Matching refs:CUI_RES
574 String( CUI_RES( STR_SELECTOR_MACROS ) ); in Init()
966 ModelessDialog( pParent, CUI_RES( RID_DLG_SCRIPTSELECTOR ) ), in SvxScriptSelectorDialog()
967 aDialogDescription( this, CUI_RES( TXT_SELECTOR_DIALOG_DESCRIPTION ) ), in SvxScriptSelectorDialog()
968 aGroupText( this, CUI_RES( TXT_SELECTOR_CATEGORIES ) ), in SvxScriptSelectorDialog()
969 aCategories( this, CUI_RES( BOX_SELECTOR_CATEGORIES ), bShowSlots, xFrame ), in SvxScriptSelectorDialog()
970 aFunctionText( this, CUI_RES( TXT_SELECTOR_COMMANDS ) ), in SvxScriptSelectorDialog()
971 aCommands( this, CUI_RES( BOX_SELECTOR_COMMANDS ) ), in SvxScriptSelectorDialog()
972 aOKButton( this, CUI_RES( BTN_SELECTOR_OK ) ), in SvxScriptSelectorDialog()
973 aCancelButton( this, CUI_RES( BTN_SELECTOR_CANCEL ) ), in SvxScriptSelectorDialog()
974 aHelpButton( this, CUI_RES( BTN_SELECTOR_HELP ) ), in SvxScriptSelectorDialog()
975 aDescription( this, CUI_RES( GRP_SELECTOR_DESCRIPTION ) ), in SvxScriptSelectorDialog()
976 aDescriptionText( this, CUI_RES( TXT_SELECTOR_DESCRIPTION ) ), in SvxScriptSelectorDialog()
1167 aOKButton.SetText( String( CUI_RES( STR_SELECTOR_RUN ) ) ); in SetRunLabel()