Lines Matching refs:IDEResId

148 		aPageStr += String( IDEResId( RID_STR_PAGE ) );  in lcl_PrintHeader()
329 WarningBox( this, WB_OK, String( IDEResId( RID_STR_CANNOTRUNMACRO ) ) ).Execute(); in BasicExecute()
477 …xFltMgr->appendFilter( String( IDEResId( RID_STR_FILTER_ALLFILES ) ), String( RTL_CONSTASCII_USTRI… in LoadBasic()
491 GetEditorWindow().CreateProgress( String( IDEResId( RID_STR_GENERATESOURCE ) ), nLines*4 ); in LoadBasic()
505 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_COULDNTREAD ) ) ).Execute(); in LoadBasic()
539 …xFltMgr->appendFilter( String( IDEResId( RID_STR_FILTER_ALLFILES ) ), String( RTL_CONSTASCII_USTRI… in SaveBasicSource()
562 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_COULDNTWRITE) ) ).Execute(); in SaveBasicSource()
718 aErrorTextPrefix = String( IDEResId( RID_STR_COMPILEERROR ) ); in IMPL_LINK()
722 aErrorTextPrefix = String( IDEResId( RID_STR_RUNTIMEERROR ) ); in IMPL_LINK()
1187 String aPos( IDEResId( RID_STR_LINE ) ); in GetState()
1191 aPos += String( IDEResId( RID_STR_COLUMN ) ); in GetState()
1410 aLibSubName = String( IDEResId( RID_STR_DOCUMENT_OBJECTS ) ); in CreateEntryDescriptor()
1424 aLibSubName = String( IDEResId( RID_STR_USERFORMS ) ); in CreateEntryDescriptor()
1427 aLibSubName = String( IDEResId( RID_STR_NORMAL_MODULES ) ); in CreateEntryDescriptor()
1430 aLibSubName = String( IDEResId( RID_STR_CLASS_MODULES ) ); in CreateEntryDescriptor()
1488 m_aImagesNormal(IDEResId(RID_IMGLST_LAYOUT)), in ModulWindowLayout()
1489 m_aImagesHighContrast(IDEResId(RID_IMGLST_LAYOUT_HC)) in ModulWindowLayout()
1545 DrawText( Point(), String( IDEResId( RID_STR_NOMODULE ) ) ); in Paint()