Home
last modified time | relevance | path

Searched refs:IDEResId (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx104 m_aAddPB ( this, IDEResId( PB_ADD_LANG ) ), in ManageLanguageDialog()
105 m_aDeletePB ( this, IDEResId( PB_DEL_LANG ) ), in ManageLanguageDialog()
107 m_aInfoFT ( this, IDEResId( FT_INFO ) ), in ManageLanguageDialog()
108 m_aBtnLine ( this, IDEResId( FL_BUTTONS ) ), in ManageLanguageDialog()
109 m_aHelpBtn ( this, IDEResId( PB_HELP ) ), in ManageLanguageDialog()
110 m_aCloseBtn ( this, IDEResId( PB_CLOSE ) ), in ManageLanguageDialog()
112 m_sDefLangStr ( IDEResId( STR_DEF_LANG ) ), in ManageLanguageDialog()
113 m_sDeleteStr ( IDEResId( STR_DELETE ) ), in ManageLanguageDialog()
310 m_aInfoFT ( this, IDEResId( FT_DEF_INFO ) ), in SetDefaultLanguageDialog()
312 m_aOKBtn ( this, IDEResId( PB_DEF_OK ) ), in SetDefaultLanguageDialog()
[all …]
H A Dpropbrw.cxx373 ::rtl::OUString aText = ::rtl::OUString(String(IDEResId(RID_STR_BRWTITLE_PROPERTIES))); in implSetNewObjectSequence()
374 aText += ::rtl::OUString(String(IDEResId(RID_STR_BRWTITLE_MULTISELECT))); in implSetNewObjectSequence()
405 aName = ::rtl::OUString(String(IDEResId(RID_STR_BRWTITLE_PROPERTIES))); in GetHeadlineName()
498 aName += ::rtl::OUString( String(IDEResId(nResId)) ); in GetHeadlineName()
503 aName = ::rtl::OUString(String(IDEResId(RID_STR_BRWTITLE_NO_PROPERTIES))); in GetHeadlineName()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx420 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()
434 SetText( String( IDEResId( RID_STR_NEWMOD ) ) ); in NewObjectDialog()
442 SetText( String( IDEResId( RID_STR_NEWDLG ) ) ); in NewObjectDialog()
489 :TabPage( pParent, IDEResId( RID_TP_LIBS ) ) 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()
[all …]
H A Dmoduldlg.cxx481 ,aTabCtrl( this, IDEResId( RID_TC_ORGANIZE ) ) in OrganizeDialog()
565 aLibText( this, IDEResId( RID_STR_LIB ) ), in ObjectPage()
566 aBasicBox( this, IDEResId( RID_TRLBOX ) ), in ObjectPage()
567 aEditButton( this, IDEResId( RID_PB_EDIT ) ), in ObjectPage()
568 aCloseButton( this, IDEResId( RID_PB_CLOSE ) ), in ObjectPage()
571 aDelButton( this, IDEResId( RID_PB_DELETE ) ) in ObjectPage()
940 : ModalDialog( pParent, IDEResId( RID_DLG_LIBS ) ), in LibDialog()
941 aOKButton( this, IDEResId( RID_PB_OK ) ), in LibDialog()
942 aCancelButton( this, IDEResId( RID_PB_CANCEL ) ), in LibDialog()
944 aLibBox( this, IDEResId( RID_CTRL_LIBS ) ), in LibDialog()
[all …]
H A Dbastype2.cxx298 … SetEntryBitmaps( pLibRootEntry, Image( IDEResId( nId ) ), Image( IDEResId( nIdHC ) ) ); in ImpCreateLibEntries()
306 Image( IDEResId( nId ) ), in ImpCreateLibEntries()
307 Image( IDEResId( nIdHC ) ), in ImpCreateLibEntries()
431 …SetEntryBitmaps( pLibSubRootEntry, Image( IDEResId( RID_IMG_MODLIB ) ), Image( IDEResId( RID_IMG_M… in ImpCreateLibSubEntriesInVBAMode()
439 Image( IDEResId( RID_IMG_MODLIB ) ), in ImpCreateLibSubEntriesInVBAMode()
440 Image( IDEResId( RID_IMG_MODLIB_HC ) ), in ImpCreateLibSubEntriesInVBAMode()
501 Image( IDEResId( RID_IMG_MODULE ) ), in ImpCreateLibSubSubEntriesInVBAMode()
502 Image( IDEResId( RID_IMG_MODULE_HC ) ), in ImpCreateLibSubSubEntriesInVBAMode()
520 Image( IDEResId( RID_IMG_MACRO ) ), in ImpCreateLibSubSubEntriesInVBAMode()
797 rImage = Image( IDEResId( RID_IMG_DOCUMENT ) ); in GetRootEntryBitmaps()
[all …]
H A Dmacrodlg.cxx68 aBasicBox( this, IDEResId( RID_CTRL_LIB ) ), 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()
79 aNewModButton( this, IDEResId( RID_PB_NEWMOD ) ) in DECLARE_LIST()
[all …]
H A Dbrkdlg.cxx66 ModalDialog( pParent, IDEResId( RID_BASICIDE_BREAKPOINTDLG ) ), in BreakPointDialog()
67 aComboBox( this, IDEResId( RID_CB_BRKPOINTS ) ), in BreakPointDialog()
68 aOKButton( this, IDEResId( RID_PB_OK ) ), in BreakPointDialog()
69 aCancelButton( this, IDEResId( RID_PB_CANCEL ) ), in BreakPointDialog()
70 aNewButton( this, IDEResId( RID_PB_NEW ) ), in BreakPointDialog()
71 aDelButton( this, IDEResId( RID_PB_DEL ) ), in BreakPointDialog()
72 aCheckBox( this, IDEResId( RID_CHKB_ACTIVE ) ), in BreakPointDialog()
73 aBrkText( this, IDEResId( RID_FT_BRKPOINTS ) ), in BreakPointDialog()
74 aPassText( this, IDEResId( RID_FT_PASS ) ), in BreakPointDialog()
75 aNumericField( this, IDEResId( RID_FLD_PASS ) ), in BreakPointDialog()
H A Dbaside3.cxx264 pDispatcher->ExecutePopup( IDEResId(RID_POPUP_DLGED) ); in Command()
727 String aDialogStr( IDEResId( RID_STR_STDDIALOGNAME ) ); in SaveDialog()
933 AddButton( String( IDEResId( RID_STR_DLGIMP_CLASH_RENAME ) ), RET_YES, in NameClashQueryBox()
935 AddButton( String( IDEResId( RID_STR_DLGIMP_CLASH_REPLACE ) ), RET_NO, 0 ); in NameClashQueryBox()
958 AddButton( String( IDEResId( RID_STR_DLGIMP_MISMATCH_ADD ) ), RET_YES, in LanguageMismatchQueryBox()
960 AddButton( String( IDEResId( RID_STR_DLGIMP_MISMATCH_OMIT ) ), RET_NO, 0 ); in LanguageMismatchQueryBox()
992 String aDialogStr( IDEResId( RID_STR_STDDIALOGNAME ) ); in implImportDialog()
1059 String aQueryBoxTitle( IDEResId( RID_STR_DLGIMP_CLASH_TITLE ) ); in implImportDialog()
1060 String aQueryBoxText( IDEResId( RID_STR_DLGIMP_CLASH_TEXT ) ); in implImportDialog()
1123 String aQueryBoxTitle( IDEResId( RID_STR_DLGIMP_MISMATCH_TITLE ) ); in implImportDialog()
[all …]
H A Dbaside2.cxx148 aPageStr += String( IDEResId( RID_STR_PAGE ) ); in lcl_PrintHeader()
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()
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()
[all …]
H A Dobjdlg.cxx105 :FloatingWindow( pParent, IDEResId( RID_BASICIDE_OBJCAT ) ) in ObjectCatalog()
106 ,aMacroTreeList( this, IDEResId( RID_TLB_MACROS ) ) in ObjectCatalog()
107 ,aToolBox(this, IDEResId(RID_TB_TOOLBOX), IDEResId(RID_IMGLST_TB_HC)) in ObjectCatalog()
108 ,aMacroDescr( this, IDEResId( RID_FT_MACRODESCR ) ) in ObjectCatalog()
122 aMacroTreeList.SetAccessibleName(String(IDEResId(RID_STR_TLB_MACROS))); in ObjectCatalog()
229 ErrorBox( this, WB_OK, String( IDEResId( RID_STR_OBJNOTFOUND ) ) ).Execute(); in IMPL_LINK()
H A Dbastypes.cxx474 ExtendedEdit::ExtendedEdit( Window* pParent, IDEResId nRes ) : in ExtendedEdit()
554 PopupMenu aPopup( IDEResId( RID_POPUP_TABBAR ) ); in Command()
622 ErrorBox( this, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ).Execute(); in AllowRenaming()
947 return QueryDel( rName, IDEResId( RID_STR_QUERYDELMACRO ), pParent ); in QueryDelMacro()
952 return QueryDel( rName, IDEResId( RID_STR_QUERYREPLACEMACRO ), pParent ); in QueryReplaceMacro()
957 return QueryDel( rName, IDEResId( RID_STR_QUERYDELDIALOG ), pParent ); in QueryDelDialog()
962 return QueryDel( rName, IDEResId( bRef ? RID_STR_QUERYDELLIBREF : RID_STR_QUERYDELLIB ), pParent ); in QueryDelLib()
967 return QueryDel( rName, IDEResId( RID_STR_QUERYDELMODULE ), pParent ); in QueryDelModule()
984 String aTitle( IDEResId( RID_STR_ENTERPASSWORD ) ); in QueryPassword()
1007 …ErrorBox aErrorBox( Application::GetDefDialogParent(), WB_OK, String( IDEResId( RID_STR_WRONGPASSW… in QueryPassword()
H A Dbaside2b.cxx1107 PopupMenu aBrkPropMenu( IDEResId( RID_POPUP_BRKPROPS ) ); in Command()
1130 PopupMenu aBrkListMenu( IDEResId( RID_POPUP_BRKDLG ) ); in Command()
1191 aWatchStr( IDEResId( RID_STR_REMOVEWATCH ) ), in WatchWindow()
1192 aXEdit( this, IDEResId( RID_EDT_WATCHEDIT ) ), in WatchWindow()
1193 aRemoveWatchButton( this, IDEResId( RID_IMGBTN_REMOVEWATCH ) ), in WatchWindow()
1198 aXEdit.SetAccessibleName(String(IDEResId( RID_STR_WATCHNAME))); in WatchWindow()
1199 aTreeListBox.SetAccessibleName(String(IDEResId(RID_STR_WATCHNAME))); in WatchWindow()
1254 SetText( String( IDEResId( RID_STR_WATCHNAME ) ) ); in WatchWindow()
1536 aGotoCallButton( this, IDEResId( RID_IMGBTN_GOTOCALL ) ), in StackWindow()
1537 aStackStr( IDEResId( RID_STR_STACK ) ) in StackWindow()
[all …]
H A Dbasicbox.cxx189 aCurText = String( IDEResId( RID_STR_ALL ) ); in Update()
222 sal_uInt16 nPos = InsertEntry( String( IDEResId( RID_STR_ALL ) ), LISTBOX_APPEND ); in FillBox()
401 m_sNotLocalizedStr( IDEResId( RID_STR_TRANSLATION_NOTLOCALIZED ) ), in BasicLanguageBox()
402 m_sDefaultLanguageStr( IDEResId( RID_STR_TRANSLATION_DEFAULT ) ), in BasicLanguageBox()
H A Dscriptdocument.cxx1559 … case LIBRARY_TYPE_MODULE: aTitle = String( IDEResId( RID_STR_USERMACROS ) ); break; in getTitle()
1560 … case LIBRARY_TYPE_DIALOG: aTitle = String( IDEResId( RID_STR_USERDIALOGS ) ); break; in getTitle()
1561 … case LIBRARY_TYPE_ALL: aTitle = String( IDEResId( RID_STR_USERMACROSDIALOGS ) ); break; in getTitle()
1570 … case LIBRARY_TYPE_MODULE: aTitle = String( IDEResId( RID_STR_SHAREMACROS ) ); break; in getTitle()
1571 … case LIBRARY_TYPE_DIALOG: aTitle = String( IDEResId( RID_STR_SHAREDIALOGS ) ); break; in getTitle()
1572 … case LIBRARY_TYPE_ALL: aTitle = String( IDEResId( RID_STR_SHAREMACROSDIALOGS ) ); break; in getTitle()
H A Dbasdoc.cxx52 SFX_IMPL_INTERFACE( BasicDocShell, SfxObjectShell, IDEResId( 0 ) )
54 SFX_STATUSBAR_REGISTRATION( IDEResId( SID_BASICIDE_STATUSBAR ) );
H A Dbasobj2.cxx177 …ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED2 )… in RenameModule()
185 … ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ); in RenameModule()
356 … ErrorBox( NULL, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_ERRORCHOOSEMACRO ) ) ).Execute(); in ChooseMacro()
H A Diderdll.cxx67 IDEResId::IDEResId( sal_uInt16 nId ): in IDEResId() function in IDEResId
H A Dbasides2.cxx175 aTitle = String( IDEResId( RID_STR_ALL ) ); in SetMDITitle()
182 aTitle += String( IDEResId( RID_STR_SIGNED ) ); in SetMDITitle()
H A Dbasides1.cxx159 …tem).GetSelection() && QueryBox( pCurWin, WB_YES_NO|WB_DEF_YES, String( IDEResId( RID_STR_SEARCHAL… in ExecuteCurrent()
172 IDEResId nId( RID_STR_SEARCHREPLACES ); in ExecuteCurrent()
195 … QueryBox aQuery( pParent, WB_YES_NO|WB_DEF_YES, String( IDEResId( RID_STR_SEARCHFROMSTART ) ) ); in ExecuteCurrent()
232 InfoBox( pCurWin, String( IDEResId( RID_STR_SEARCHNOTFOUND ) ) ).Execute(); in ExecuteCurrent()
H A Dbastype3.cxx119 Image aImage( IDEResId( bDlgMode ? RID_IMG_DLGLIB : RID_IMG_MODLIB ) ); in RequestingChilds()
120 Image aImageHC( IDEResId( bDlgMode ? RID_IMG_DLGLIB_HC : RID_IMG_MODLIB_HC ) ); in RequestingChilds()
H A Dbasidesh.cxx160 SFX_IMPL_INTERFACE( BasicIDEShell, SfxViewShell, IDEResId( RID_STR_IDENAME ) ) in SFX_IMPL_INTERFACE()
164 SFX_POPUPMENU_REGISTRATION( IDEResId( RID_POPUP_DLGED ) ); in SFX_IMPL_INTERFACE()
421 String aErrorStr( IDEResId( RID_STR_CANNOTCLOSE ) ); in PrepareClose()
H A Dbasobj3.cxx185 …ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_SBXNAMEALLREADYUSED2 )… in RenameDialog()
193 … ErrorBox aError( pErrorParent, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_BADSBXNAME ) ) ); in RenameDialog()
H A Dbastype3.hxx50 ExtendedEdit( Window* pParent, IDEResId nRes );
H A Dbasicrenderable.cxx43 ResStringArray aStrings( IDEResId( RID_PRINTDLG_STRLIST ) ); in BasicRenderable()
/trunk/main/basctl/source/inc/
H A Diderid.hxx29 class IDEResId: public ResId class
32 IDEResId( sal_uInt16 nId );

Completed in 217 milliseconds

12