Lines Matching refs:IDEResId

63 		SfxModalDialog( 	pParnt,	IDEResId( RID_MACROCHOOSER ) ),  in DECLARE_LIST()
64 aMacroNameTxt( this, IDEResId( RID_TXT_MACRONAME ) ), in DECLARE_LIST()
65 aMacroNameEdit( this, IDEResId( RID_ED_MACRONAME ) ), in DECLARE_LIST()
66 aMacroFromTxT( this, IDEResId( RID_TXT_MACROFROM ) ), in DECLARE_LIST()
67 aMacrosSaveInTxt( this, IDEResId( RID_TXT_SAVEMACRO ) ), in DECLARE_LIST()
68 aBasicBox( this, IDEResId( RID_CTRL_LIB ) ), in DECLARE_LIST()
69 aMacrosInTxt( this, IDEResId( RID_TXT_MACROSIN ) ), in DECLARE_LIST()
70 aMacroBox( this, IDEResId( RID_CTRL_MACRO ) ), in DECLARE_LIST()
71 aRunButton( this, IDEResId( RID_PB_RUN ) ), in DECLARE_LIST()
72 aCloseButton( this, IDEResId( RID_PB_CLOSE ) ), in DECLARE_LIST()
73 aAssignButton( this, IDEResId( RID_PB_ASSIGN ) ), in DECLARE_LIST()
74 aEditButton( this, IDEResId( RID_PB_EDIT ) ), in DECLARE_LIST()
75 aNewDelButton( this, IDEResId( RID_PB_DEL ) ), in DECLARE_LIST()
76 aOrganizeButton( this, IDEResId( RID_PB_ORG ) ), in DECLARE_LIST()
77 aHelpButton( this, IDEResId( RID_PB_HELP ) ), in DECLARE_LIST()
78 aNewLibButton( this, IDEResId( RID_PB_NEWLIB ) ), in DECLARE_LIST()
79 aNewModButton( this, IDEResId( RID_PB_NEWMOD ) ) in DECLARE_LIST()
384 if( aDesc.GetLibSubName().Equals( String( IDEResId( RID_STR_DOCUMENT_OBJECTS ) ) ) ) in CreateMacro()
472 String aBtnText( bNewDelIsDel ? IDEResId( RID_STR_BTNDEL) : IDEResId( RID_STR_BTNNEW ) ); in CheckButtons()
683 … WarningBox( this, WB_OK, String( IDEResId( RID_STR_CANNOTRUNMACRO ) ) ).Execute(); in IMPL_LINK()
693 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in IMPL_LINK()
723 if( aDesc.GetLibSubName().Equals( String( IDEResId( RID_STR_DOCUMENT_OBJECTS ) ) ) ) in IMPL_LINK()
770 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in IMPL_LINK()
877 aRunButton.SetText( String( IDEResId( RID_STR_RUN ) ) ); in SetMode()
883 aRunButton.SetText( String( IDEResId( RID_STR_CHOOSE ) ) ); in SetMode()
889 aRunButton.SetText( String( IDEResId( RID_STR_RECORD ) ) ); in SetMode()