Lines Matching refs:IDEResId
298 …ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_CANNOTCHANGENAMESTDLIB ) ) ).Execute(… in EditingEntry()
309 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBISREADONLY ) ) ).Execute(); in EditingEntry()
379 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED ) ) ).Execute(); in EditedEntry()
392 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBNAMETOLONG ) ) ).Execute(); in EditedEntry()
394 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in EditedEntry()
411 String(IDEResId(RID_STR_BADSBXNAME))).Execute(); in IMPL_LINK()
419 : ModalDialog( pParent, IDEResId( RID_DLG_NEWLIB ) ), in NewObjectDialog()
420 aText( this, IDEResId( RID_FT_NEWLIB ) ), in NewObjectDialog()
421 aEdit( this, IDEResId( RID_ED_LIBNAME ) ), in NewObjectDialog()
422 aOKButton( this, IDEResId( RID_PB_OK ) ), in NewObjectDialog()
423 aCancelButton( this, IDEResId( RID_PB_CANCEL ) ) in NewObjectDialog()
430 SetText( String( IDEResId( RID_STR_NEWLIB ) ) ); in NewObjectDialog()
434 SetText( String( IDEResId( RID_STR_NEWMOD ) ) ); in NewObjectDialog()
438 SetText( String( IDEResId( RID_STR_NEWMETH ) ) ); in NewObjectDialog()
442 SetText( String( IDEResId( RID_STR_NEWDLG ) ) ); in NewObjectDialog()
467 : ModalDialog( pParent, IDEResId( RID_DLG_EXPORT ) ), in ExportDialog()
468 maExportAsPackageButton( this, IDEResId( RB_EXPORTASPACKAGE ) ), in ExportDialog()
469 maExportAsBasicButton( this, IDEResId( RB_EXPORTASBASIC ) ), in ExportDialog()
470 maOKButton( this, IDEResId( RID_PB_OK ) ), in ExportDialog()
471 maCancelButton( this, IDEResId( RID_PB_CANCEL ) ) in ExportDialog()
489 :TabPage( pParent, IDEResId( RID_TP_LIBS ) ) in LibPage()
490 ,aBasicsText( this, IDEResId( RID_STR_BASICS ) ) in LibPage()
491 ,aBasicsBox( this, IDEResId( RID_LB_BASICS ) ) in LibPage()
492 ,aLibText( this, IDEResId( RID_STR_LIB ) ) in LibPage()
493 ,aLibBox( this, IDEResId( RID_TRLBOX ) ) in LibPage()
494 ,aEditButton( this, IDEResId( RID_PB_EDIT ) ) in LibPage()
495 ,aCloseButton( this, IDEResId( RID_PB_CLOSE ) ) in LibPage()
496 ,aPasswordButton( this, IDEResId( RID_PB_PASSWORD ) ) in LibPage()
497 ,aNewLibButton( this, IDEResId( RID_PB_NEWLIB ) ) in LibPage()
498 ,aInsertLibButton( this, IDEResId( RID_PB_APPEND ) ) in LibPage()
499 ,aExportButton( this, IDEResId( RID_PB_EXPORT ) ) in LibPage()
500 ,aDelButton( this, IDEResId( RID_PB_DELETE ) ) in LibPage()
789 xFP->setTitle( String( IDEResId( RID_STR_APPENDLIBS ) ) ); in InsertLib()
792 ::rtl::OUString aTitle = String( IDEResId( RID_STR_BASIC ) ); in InsertLib()
828 xFltMgr->setCurrentFilter( String( IDEResId( RID_STR_BASIC ) ) ); in InsertLib()
915 InfoBox( this, String( IDEResId( RID_STR_NOLIBINSTORAGE ) ) ).Execute(); in InsertLib()
953 … ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_REPLACESTDLIB ) ) ).Execute(); in InsertLib()
961 String aErrStr( IDEResId( RID_STR_REPLACELIB ) ); in InsertLib()
964 aErrStr += String( IDEResId( RID_STR_LIBISREADONLY ) ); in InsertLib()
976 aErrStr = String( IDEResId( RID_STR_REFNOTPOSSIBLE ) ); in InsertLib()
978 aErrStr = String( IDEResId( RID_STR_IMPORTNOTPOSSIBLE ) ); in InsertLib()
981 aErrStr += String( IDEResId( RID_STR_SBXNAMEALLREADYUSED ) ); in InsertLib()
999 String aErrStr( IDEResId( RID_STR_NOIMPORT ) ); in InsertLib()
1287 xFP->setTitle( String( IDEResId( RID_STR_EXPORTPACKAGE ) ) ); in ExportAsPackage()
1290 ::rtl::OUString aTitle = String( IDEResId( RID_STR_PACKAGE_BUNDLE ) ); in ExportAsPackage()
1420 xFolderPicker->setTitle( String( IDEResId( RID_STR_EXPORTBASIC ) ) ); in ExportAsBasic()
1581 Image aImage(IDEResId(RID_IMG_LOCKED)); in ImpInsertLibEntry()
1584 aImage = Image(IDEResId(RID_IMG_LOCKED_HC)); in ImpInsertLibEntry()
1636 ErrorBox( pWin, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBNAMETOLONG ) ) ).Execute(); in createLibImpl()
1641 String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in createLibImpl()
1646 String( IDEResId( RID_STR_SBXNAMEALLREADYUSED2 ) ) ).Execute(); in createLibImpl()
1695 Image( IDEResId( nId ) ), in createLibImpl()
1696 Image( IDEResId( nIdHC ) ), in createLibImpl()
1705 Image( IDEResId( RID_IMG_MODULE ) ), in createLibImpl()
1706 Image( IDEResId( RID_IMG_MODULE_HC ) ), in createLibImpl()