Lines Matching refs:CUI_RES

570         String displayName( CUI_RES( displayableEvent->nEventResourceID ) );  in DisplayAppEvents()
842 : _SvxMacroTabPage( pParent, CUI_RES( RID_SVXPAGE_MACROASSIGN ), rSet ) in SvxMacroTabPage()
844 mpImpl->pStrEvent = new String( CUI_RES( STR_EVENT ) ); in SvxMacroTabPage()
845 mpImpl->pAssignedMacro = new String( CUI_RES( STR_ASSMACRO ) ); in SvxMacroTabPage()
846 mpImpl->pEventLB = new _HeaderTabListBox( this, CUI_RES( LB_EVENT ) ); in SvxMacroTabPage()
847 mpImpl->pAssignFT = new FixedText( this, CUI_RES( FT_ASSIGN ) ); in SvxMacroTabPage()
848 mpImpl->pAssignPB = new PushButton( this, CUI_RES( PB_ASSIGN ) ); in SvxMacroTabPage()
849 mpImpl->pDeletePB = new PushButton( this, CUI_RES( PB_DELETE ) ); in SvxMacroTabPage()
850 mpImpl->pAssignComponentPB = new PushButton( this, CUI_RES( PB_ASSIGN_COMPONENT ) ); in SvxMacroTabPage()
851 mpImpl->pMacroImg = new Image( CUI_RES(IMG_MACRO) ); in SvxMacroTabPage()
852 mpImpl->pComponentImg = new Image( CUI_RES(IMG_COMPONENT) ); in SvxMacroTabPage()
853 mpImpl->pMacroImg_h = new Image( CUI_RES(IMG_MACRO_H) ); in SvxMacroTabPage()
854 mpImpl->pComponentImg_h = new Image( CUI_RES(IMG_COMPONENT_H) ); in SvxMacroTabPage()
922 : ModalDialog( pParent, CUI_RES( RID_SVXDLG_ASSIGNCOMPONENT ) ) in AssignComponentDialog()
923 , maMethodLabel( this, CUI_RES( FT_METHOD ) ) in AssignComponentDialog()
924 , maMethodEdit( this, CUI_RES( EDIT_METHOD ) ) in AssignComponentDialog()
925 , maOKButton( this, CUI_RES( RID_PB_OK ) ) in AssignComponentDialog()
926 , maCancelButton( this, CUI_RES( RID_PB_CANCEL ) ) in AssignComponentDialog()
927 , maHelpButton( this, CUI_RES( RID_PB_HELP ) ) in AssignComponentDialog()