Home
last modified time | relevance | path

Searched refs:SfxResId (Results 1 – 25 of 74) sorted by relevance

123

/AOO42X/main/sfx2/source/dialog/
H A Ddinfdlg.cxx128 aUnitStr += String( SfxResId(STR_BYTES) ); in CreateSizeText()
141 aUnitStr += String( SfxResId(STR_KB) ); in CreateSizeText()
149 aUnitStr += String( SfxResId(STR_MB) ); in CreateSizeText()
157 aUnitStr += String( SfxResId(STR_GB) ); in CreateSizeText()
176 aSizeStr += String( SfxResId(STR_BYTES) ); in CreateSizeText()
643 SfxTabPage( pParent, SfxResId( TP_DOCINFODESC ), rItemSet ), in SfxDocumentDescPage()
645 aTitleFt ( this, SfxResId( FT_TITLE ) ), in SfxDocumentDescPage()
646 aTitleEd ( this, SfxResId( ED_TITLE ) ), in SfxDocumentDescPage()
647 aThemaFt ( this, SfxResId( FT_THEMA ) ), in SfxDocumentDescPage()
648 aThemaEd ( this, SfxResId( ED_THEMA ) ), in SfxDocumentDescPage()
[all …]
H A Dprintopt.cxx55 SfxTabPage( pParent, SfxResId( TP_COMMONPRINTOPTIONS ), rSet ), in SfxCommonPrintOptionsTabPage()
57 aReduceGB( this, SfxResId( GB_REDUCE ) ), in SfxCommonPrintOptionsTabPage()
58 aOutputTypeFT( this, SfxResId( FT_OUTPUTTYPE ) ), in SfxCommonPrintOptionsTabPage()
59 aPrinterOutputRB( this, SfxResId( RB_PRINTEROUTPUT ) ), in SfxCommonPrintOptionsTabPage()
60 aPrintFileOutputRB( this, SfxResId( RB_PRINTFILEOUTPUT ) ), in SfxCommonPrintOptionsTabPage()
61 aOutputGB( this, SfxResId( GB_OUTPUT ) ), in SfxCommonPrintOptionsTabPage()
62 aReduceTransparencyCB( this, SfxResId( CB_REDUCETRANSPARENCY ) ), in SfxCommonPrintOptionsTabPage()
63 aReduceTransparencyAutoRB( this, SfxResId( RB_REDUCETRANSPARENCY_AUTO ) ), in SfxCommonPrintOptionsTabPage()
64 aReduceTransparencyNoneRB( this, SfxResId( RB_REDUCETRANSPARENCY_NONE ) ), in SfxCommonPrintOptionsTabPage()
65 aReduceGradientsCB( this, SfxResId( CB_REDUCEGRADIENTS ) ), in SfxCommonPrintOptionsTabPage()
[all …]
H A Dmgetempl.cxx60 SfxTabPage( pParent, SfxResId( TP_MANAGE_STYLES ), rAttrSet ), in SfxManageStyleSheetPage()
62 aNameFt ( this, SfxResId( FT_NAME ) ), in SfxManageStyleSheetPage()
63 aNameEd ( this, SfxResId( ED_NAME ) ), in SfxManageStyleSheetPage()
64 aNameMLE ( this, SfxResId( MLE_NAME ) ), in SfxManageStyleSheetPage()
65 aAutoCB ( this, SfxResId( CB_AUTO ) ), in SfxManageStyleSheetPage()
67 aFollowFt ( this, SfxResId( FT_NEXT ) ), in SfxManageStyleSheetPage()
68 aFollowLb ( this, SfxResId( LB_NEXT ) ), in SfxManageStyleSheetPage()
70 aBaseFt ( this, SfxResId( FT_BASE ) ), in SfxManageStyleSheetPage()
71 aBaseLb ( this, SfxResId( LB_BASE ) ), in SfxManageStyleSheetPage()
73 aFilterFt ( this, SfxResId( FT_REGION ) ), in SfxManageStyleSheetPage()
[all …]
H A Dsecuritypage.cxx128 … const String aTitle( SfxResId( bProtect ? RID_SFX_PROTECT_RECORDS : RID_SFX_UNPROTECT_RECORDS ) ); in lcl_GetPassword()
156 InfoBox( NULL, String( SfxResId( RID_SFX_INCORRECT_PASSWORD ) ) ).Execute(); in lcl_IsPasswordCorrect()
210 m_aNewPasswordToOpenFL (&rTabPage, SfxResId( PASSWORD_TO_OPEN_FL ) ), in SfxSecurityPage_Impl()
211 m_aNewPasswordToOpenFT (&rTabPage, SfxResId( PASSWORD_TO_OPEN_FT ) ), in SfxSecurityPage_Impl()
212 m_aNewPasswordToOpenED (&rTabPage, SfxResId( PASSWORD_TO_OPEN_ED ) ), in SfxSecurityPage_Impl()
213 m_aConfirmPasswordToOpenFT (&rTabPage, SfxResId( CONFIRM_PASSWORD_TO_OPEN_FT ) ), in SfxSecurityPage_Impl()
214 m_aConfirmPasswordToOpenED (&rTabPage, SfxResId( CONFIRM_PASSWORD_TO_OPEN_ED ) ), in SfxSecurityPage_Impl()
215 m_aNewPasswordInfoFT (&rTabPage, SfxResId( PASSWORD_INFO_FT ) ), in SfxSecurityPage_Impl()
216 m_aNewPasswordToModifyFL (&rTabPage, SfxResId( PASSWORD_TO_MODIFY_FL ) ), in SfxSecurityPage_Impl()
217 m_aNewPasswordToModifyFT (&rTabPage, SfxResId( PASSWORD_TO_MODIFY_FT ) ), in SfxSecurityPage_Impl()
[all …]
H A Dpasswd.cxx87 ErrorBox aBox( this, SfxResId( MSG_ERROR_WRONG_CONFIRM ) ); in IMPL_LINK_INLINE_END()
101 ModalDialog( pParent, SfxResId ( DLG_PASSWD ) ), in SfxPasswordDialog()
103 maPasswordBox ( this, SfxResId( GB_PASSWD_PASSWORD ) ), in SfxPasswordDialog()
104 maUserFT ( this, SfxResId( FT_PASSWD_USER ) ), in SfxPasswordDialog()
105 maUserED ( this, SfxResId( ED_PASSWD_USER ) ), in SfxPasswordDialog()
106 maPasswordFT ( this, SfxResId( FT_PASSWD_PASSWORD ) ), in SfxPasswordDialog()
107 maPasswordED ( this, SfxResId( ED_PASSWD_PASSWORD ) ), in SfxPasswordDialog()
108 maConfirmFT ( this, SfxResId( FT_PASSWD_CONFIRM ) ), in SfxPasswordDialog()
109 maConfirmED ( this, SfxResId( ED_PASSWD_CONFIRM ) ), in SfxPasswordDialog()
111 maPassword2FT ( this, SfxResId( FT_PASSWD_PASSWORD2 ) ), in SfxPasswordDialog()
[all …]
H A Dversdlg.cxx204 : SfxModalDialog( NULL, SfxResId( DLG_VERSIONS ) ) in SfxVersionDialog()
205 , aNewGroup( this, SfxResId( GB_NEWVERSIONS ) ) in SfxVersionDialog()
206 , aSaveButton( this, SfxResId( PB_SAVE ) ) in SfxVersionDialog()
207 , aSaveCheckBox( this, SfxResId( CB_SAVEONCLOSE ) ) in SfxVersionDialog()
208 , aExistingGroup( this, SfxResId( GB_OLDVERSIONS ) ) in SfxVersionDialog()
209 , aDateTimeText( this, SfxResId( FT_DATETIME ) ) in SfxVersionDialog()
210 , aSavedByText( this, SfxResId( FT_SAVEDBY ) ) in SfxVersionDialog()
211 , aCommentText( this, SfxResId( FT_COMMENTS ) ) in SfxVersionDialog()
212 , aVersionBox( this, SfxResId( TLB_VERSIONS ) ) in SfxVersionDialog()
213 , aCloseButton( this, SfxResId( PB_CLOSE ) ) in SfxVersionDialog()
[all …]
H A Ddinfedt.cxx48 ModalDialog( pParent, SfxResId( DLG_DOCINFO_EDT ) ), in SfxDocInfoEditDlg()
50 aInfoFL ( this, SfxResId( FL_INFO ) ), in SfxDocInfoEditDlg()
51 aInfo1ED ( this, SfxResId( ED_INFO1 ) ), in SfxDocInfoEditDlg()
52 aInfo2ED ( this, SfxResId( ED_INFO2 ) ), in SfxDocInfoEditDlg()
53 aInfo3ED ( this, SfxResId( ED_INFO3 ) ), in SfxDocInfoEditDlg()
54 aInfo4ED ( this, SfxResId( ED_INFO4 ) ), in SfxDocInfoEditDlg()
55 aOkBT ( this, SfxResId( BT_OK ) ), in SfxDocInfoEditDlg()
56 aCancelBT ( this, SfxResId( BT_CANCEL ) ), in SfxDocInfoEditDlg()
57 aHelpBtn ( this, SfxResId( BTN_HELP ) ) in SfxDocInfoEditDlg()
H A Dsrchdlg.cxx51 ModelessDialog( pWindow, SfxResId( RID_DLG_SEARCH ) ), in SearchDialog()
53 m_aSearchLabel ( this, SfxResId( FT_SEARCH ) ), in SearchDialog()
54 m_aSearchEdit ( this, SfxResId( ED_SEARCH ) ), in SearchDialog()
55 m_aWholeWordsBox ( this, SfxResId( CB_WHOLEWORDS ) ), in SearchDialog()
56 m_aMatchCaseBox ( this, SfxResId( CB_MATCHCASE ) ), in SearchDialog()
57 m_aWrapAroundBox ( this, SfxResId( CB_WRAPAROUND ) ), in SearchDialog()
58 m_aBackwardsBox ( this, SfxResId( CB_BACKWARDS ) ), in SearchDialog()
59 m_aFindBtn ( this, SfxResId( PB_FIND ) ), in SearchDialog()
60 m_aCancelBtn ( this, SfxResId( PB_CANCELFIND ) ), in SearchDialog()
61 m_sToggleText ( SfxResId( STR_TOGGLE ) ), in SearchDialog()
H A Dnewstyle.cxx48 InfoBox( this, SfxResId( MSG_POOL_STYLE_NAME ) ).Execute(); in IMPL_LINK()
74 ModalDialog( pParent, SfxResId( DLG_NEW_STYLE_BY_EXAMPLE ) ), in IMPL_LINK_INLINE_END()
76 aColFL ( this, SfxResId( FL_COL ) ), in IMPL_LINK_INLINE_END()
77 aColBox ( this, SfxResId( LB_COL ) ), in IMPL_LINK_INLINE_END()
78 aOKBtn ( this, SfxResId( BT_OK ) ), in IMPL_LINK_INLINE_END()
79 aCancelBtn ( this, SfxResId( BT_CANCEL ) ), in IMPL_LINK_INLINE_END()
80 aQueryOverwriteBox ( this, SfxResId( MSG_OVERWRITE ) ), in IMPL_LINK_INLINE_END()
90 aColBox.SetAccessibleName(SfxResId(FL_COL)); in IMPL_LINK_INLINE_END()
H A Dalienwarn.cxx40 SfxModalDialog( pParent, SfxResId( RID_DLG_ALIEN_WARNING ) ), in SfxAlienWarningDialog()
42 m_aKeepCurrentBtn ( this, SfxResId( PB_NO ) ), in SfxAlienWarningDialog()
43 m_aSaveODFBtn ( this, SfxResId( PB_YES ) ), in SfxAlienWarningDialog()
44 m_aMoreInfoBtn ( this, SfxResId( PB_MOREINFO ) ), in SfxAlienWarningDialog()
45 m_aOptionLine ( this, SfxResId( FL_OPTION ) ), in SfxAlienWarningDialog()
46 m_aWarningOnBox ( this, SfxResId( CB_WARNING_OFF ) ), in SfxAlienWarningDialog()
47 m_aQueryImage ( this, SfxResId( FI_QUERY ) ), in SfxAlienWarningDialog()
48 m_aInfoText ( this, SfxResId( FT_INFOTEXT ) ) in SfxAlienWarningDialog()
H A Dtempldlg.cxx126 : SfxDockingWindow( pBind, pCW, pParent, SfxResId(DLG_STYLE_DESIGNER) ), in SFX_IMPL_DOCKINGWINDOW()
215 : SfxModalDialog(pParent,SfxResId(RID_STYLECATALOG)) in SfxTemplateCatalog()
415 : DockingWindow(pParentWindow, SfxResId(DLG_STYLE_DESIGNER) ), in SfxTemplatePanelControl()
911 aFmtLb.SetAccessibleName(SfxResId(STR_STYLE_ELEMTLIST)); in SfxCommonTemplateDialog_Impl()
934 aFmtLb ( this, SfxResId( BT_VLIST ) ), in SfxCommonTemplateDialog_Impl()
935 aFilterLb ( pW, SfxResId( BT_FLIST ) ), in SfxCommonTemplateDialog_Impl()
1408 … sal_uInt16 nPos = aFilterLb.InsertEntry(String(SfxResId(STR_STYLE_FILTER_HIERARCHICAL)), 0); in UpdateStyles_Impl()
1430 aFilterLb.SelectEntry(String(SfxResId(STR_STYLE_FILTER_HIERARCHICAL))); in UpdateStyles_Impl()
1911 if ( pBox->GetSelectEntry() == String(SfxResId(STR_STYLE_FILTER_HIERARCHICAL)) ) in IMPL_LINK()
1940 pTreeBox->SetAccessibleName(SfxResId(STR_STYLE_ELEMTLIST)); in IMPL_LINK()
[all …]
H A Drecfloat.cxx174 QueryBox aBox( GetWindow(), WB_YES_NO | WB_DEF_NO , String( SfxResId( STR_MACRO_LOSS ) ) ); in QueryClose()
175 aBox.SetText( String( SfxResId(STR_CANCEL_RECORDING) ) ); in QueryClose()
189 SfxResId( SID_RECORDING_FLOATWINDOW ) ) in SfxRecordingFloat_Impl()
191 , aTbx( this, SfxResId(SID_RECORDING_FLOATWINDOW) ) in SfxRecordingFloat_Impl()
/AOO42X/main/sfx2/source/doc/
H A Dnew.cxx400 if (aSel.CompareIgnoreCaseToAscii( String(SfxResId(STR_STANDARD)) )==COMPARE_EQUAL) in IMPL_LINK()
487 if (aSel.CompareIgnoreCaseToAscii(String(SfxResId(STR_STANDARD)))!=COMPARE_EQUAL) in IMPL_LINK_INLINE_END()
568 : aRegionFt( pAntiImplP, SfxResId( FT_REGION ) ), in SfxNewFileDialog_Impl()
569 aRegionLb( pAntiImplP, SfxResId( LB_REGION ) ), in SfxNewFileDialog_Impl()
570 aTemplateFt( pAntiImplP, SfxResId( FT_TEMPLATE ) ), in SfxNewFileDialog_Impl()
571 aTemplateLb( pAntiImplP, SfxResId( LB_TEMPLATE ) ), in SfxNewFileDialog_Impl()
572 aPreviewBtn( pAntiImplP, SfxResId( BTN_PREVIEW ) ), in SfxNewFileDialog_Impl()
573 aPreviewWin( pAntiImplP, SfxResId( WIN_PREVIEW ) ), in SfxNewFileDialog_Impl()
574 aTitleFt( pAntiImplP, SfxResId( FT_TITLE ) ), in SfxNewFileDialog_Impl()
575 aTitleEd( pAntiImplP, SfxResId( ED_TITLE ) ), in SfxNewFileDialog_Impl()
[all …]
H A Ddoctdlg.cxx50 ModalDialog( pParent, SfxResId( DLG_DOC_TEMPLATE ) ), in SfxDocumentTemplateDlg()
52 aEditFL ( this, SfxResId( FL_EDIT ) ), in SfxDocumentTemplateDlg()
53 aNameEd ( this, SfxResId( ED_NAME ) ), in SfxDocumentTemplateDlg()
54 aTemplateFL ( this, SfxResId( FL_STYLESHEETS ) ), in SfxDocumentTemplateDlg()
55 aRegionFt ( this, SfxResId( FT_SECTION ) ), in SfxDocumentTemplateDlg()
56 aRegionLb ( this, SfxResId( LB_SECTION ) ), in SfxDocumentTemplateDlg()
57 aTemplateFt ( this, SfxResId( FT_STYLESHEETS ) ), in SfxDocumentTemplateDlg()
58 aTemplateLb ( this, SfxResId( LB_STYLESHEETS ) ), in SfxDocumentTemplateDlg()
60 aOkBt ( this, SfxResId( BT_OK ) ), in SfxDocumentTemplateDlg()
61 aCancelBt ( this, SfxResId( BT_CANCEL ) ), in SfxDocumentTemplateDlg()
[all …]
H A Ddocvor.cxx211 aLeftTypLb ( pParent, SfxResId( LB_LEFT_TYP ) ), in SfxOrganizeDlg_Impl()
214 aRightTypLb ( pParent, SfxResId( LB_RIGHT_TYP ) ), in SfxOrganizeDlg_Impl()
216 aOkBtn ( pParent, SfxResId( BTN_OK ) ), in SfxOrganizeDlg_Impl()
217 aEditBtn ( pParent, SfxResId( BTN_EDIT ) ), in SfxOrganizeDlg_Impl()
218 aHelpBtn ( pParent, SfxResId( BTN_HELP ) ), in SfxOrganizeDlg_Impl()
219 aAddressTemplateBtn ( pParent, SfxResId( BTN_ADDRESSTEMPLATE ) ), in SfxOrganizeDlg_Impl()
220 aFilesBtn ( pParent, SfxResId( BTN_FILES ) ), in SfxOrganizeDlg_Impl()
222 aEditAcc ( SfxResId( ACC_EDIT ) ), in SfxOrganizeDlg_Impl()
322 Image aOpenedFolderBmp( SfxResId( IMG_OPENED_FOLDER ) ); in InitBitmaps()
323 Image aClosedFolderBmp( SfxResId( IMG_CLOSED_FOLDER ) ); in InitBitmaps()
[all …]
H A Ddocfac.cxx123 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_SW ); in SfxObjectFactory()
125 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_SWWEB ); in SfxObjectFactory()
127 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_SWGLOB ); in SfxObjectFactory()
129 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_SC ); in SfxObjectFactory()
131 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_SI ); in SfxObjectFactory()
133 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_SD ); in SfxObjectFactory()
135 pImpl->pNameResId = new SfxResId( STR_DOCTYPENAME_MESSAGE ); in SfxObjectFactory()
H A Dobjserv.cxx140 SFX_IMPL_INTERFACE(SfxObjectShell,SfxShell,SfxResId(0))
944 nWhich, String(SfxResId(STR_SAVEDOC)))); in GetState_Impl()
970 rSet.Put(SfxStringItem(nWhich, String(SfxResId(STR_CLOSEDOC)))); in GetState_Impl()
996 rSet.Put( SfxStringItem( nWhich, String( SfxResId( STR_SAVEASDOC ) ) ) ); in GetState_Impl()
1344 InfoBox( NULL, SfxResId( RID_XMLSEC_INFO_WRONGDOCFORMAT ) ).Execute(); in ImplSign()
1378 …if ( (bHasSign && QueryBox( NULL, SfxResId( MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN ) ).Execute() ==… in ImplSign()
1379 …|| (!bHasSign && QueryBox( NULL, SfxResId( RID_XMLSEC_QUERY_SAVEBEFORESIGN ) ).Execute() == RET_YE… in ImplSign()
1395 InfoBox( NULL, SfxResId( RID_XMLSEC_INFO_WRONGDOCFORMAT ) ).Execute(); in ImplSign()
1409 ErrorBox( NULL, WB_OK, SfxResId( STR_XMLSEC_ODF12_EXPECTED ) ).Execute(); in ImplSign()
H A DQuerySaveDocument.cxx37 String aText( SfxResId( STR_QUERY_SAVE_DOCUMENT ) ); in ExecuteQuerySaveDocument()
41 aQBox.SetButtonText( BUTTONID_NO, SfxResId( STR_NOSAVEANDCLOSE ) ); in ExecuteQuerySaveDocument()
42 aQBox.SetButtonText( BUTTONID_YES, SfxResId( STR_SAVEDOC ) ); in ExecuteQuerySaveDocument()
H A Dobjcont.cxx461 rText = String(SfxResId(nTextResId)); in GetContent()
462 rClosedBitmap = Bitmap(SfxResId(nClosedBitmapResId)); in GetContent()
463 rOpenedBitmap = Bitmap(SfxResId(nOpenedBitmapResId)); in GetContent()
530 return Bitmap(SfxResId(nResId)); in GetStyleFamilyBitmap()
783 String aHeader(SfxResId(STR_PRINT_STYLES_HEADER)); in Print()
1047 String sMessage( SfxResId( STR_QRYTEMPL_MESSAGE ) ); in UpdateFromTemplate_Impl()
/AOO42X/main/sfx2/source/appl/
H A Dnewhelp.cxx287 aOpenBookImage ( SfxResId( IMG_HELP_CONTENT_BOOK_OPEN ) ), in ContentListBox_Impl()
288 aClosedBookImage ( SfxResId( IMG_HELP_CONTENT_BOOK_CLOSED ) ), in ContentListBox_Impl()
289 aDocumentImage ( SfxResId( IMG_HELP_CONTENT_DOC ) ) in ContentListBox_Impl()
294 aOpenBookImage = Image( SfxResId( IMG_HELP_CONTENT_BOOK_OPEN_HC ) ); in ContentListBox_Impl()
295 aClosedBookImage = Image( SfxResId( IMG_HELP_CONTENT_BOOK_CLOSED_HC ) ); in ContentListBox_Impl()
296 aDocumentImage = Image( SfxResId( IMG_HELP_CONTENT_DOC_HC ) ); in ContentListBox_Impl()
457 HelpTabPage_Impl( pParent, _pIdxWin, SfxResId( TP_HELP_CONTENT ) ), in ContentTabPage_Impl()
459 aContentBox( this, SfxResId( LB_CONTENTS ) ) in ContentTabPage_Impl()
563 HelpTabPage_Impl( pParent, _pIdxWin, SfxResId( TP_HELP_INDEX ) ), in IndexTabPage_Impl()
565 aExpressionFT ( this, SfxResId( FT_EXPRESSION ) ), in IndexTabPage_Impl()
[all …]
H A Dimpldde.cxx85 : ModalDialog( pParent, SfxResId( MD_DDE_LINKEDIT ) ), in SvDDELinkEditDialog()
86 aFtDdeApp( this, SfxResId( FT_DDE_APP ) ), in SvDDELinkEditDialog()
87 aEdDdeApp( this, SfxResId( ED_DDE_APP ) ), in SvDDELinkEditDialog()
88 aFtDdeTopic( this, SfxResId( FT_DDE_TOPIC ) ), in SvDDELinkEditDialog()
89 aEdDdeTopic( this, SfxResId( ED_DDE_TOPIC ) ), in SvDDELinkEditDialog()
90 aFtDdeItem( this, SfxResId( FT_DDE_ITEM ) ), in SvDDELinkEditDialog()
91 aEdDdeItem( this, SfxResId( ED_DDE_ITEM ) ), in SvDDELinkEditDialog()
92 aGroupDdeChg( this, SfxResId( GROUP_DDE_CHG ) ), in SvDDELinkEditDialog()
93 aOKButton1( this, SfxResId( 1 ) ), in SvDDELinkEditDialog()
94 aCancelButton1( this, SfxResId( 1 ) ) in SvDDELinkEditDialog()
H A Dappopen.cxx214 InfoBox( 0, SfxResId(RID_DOCALREADYLOADED_DLG)).Execute(); in DocAlreadyLoaded()
938 String aSecurityWarningBoxTitle( SfxResId( RID_SECURITY_WARNING_TITLE )); in OpenDocExec_Impl()
939 … WarningBox aSecurityWarningBox( pWindow, SfxResId( RID_SECURITY_WARNING_NO_HYPERLINKS )); in OpenDocExec_Impl()
976 ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
982 ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
1064 … String aSecurityWarningBoxTitle( SfxResId( RID_SECURITY_WARNING_TITLE )); in OpenDocExec_Impl()
1065 … WarningBox aSecurityWarningBox( pWindow, SfxResId( RID_SECURITY_WARNING_HYPERLINK )); in OpenDocExec_Impl()
1092 … ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
1100 … ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
/AOO42X/main/sfx2/source/bastyp/
H A Dsfxresid.cxx38 SfxResId::SfxResId( sal_uInt16 nId ) : in SfxResId() function in SfxResId
54 ResMgr* SfxResId::GetResMgr() in GetResMgr()
64 void SfxResId::DeleteResMgr() in DeleteResMgr()
/AOO42X/main/sfx2/source/menu/
H A Dmnumgr.cxx254 const String aItemText( SfxResId( STR_MENU_NO_SYNONYM_FOUND ) ); in InsertThesaurusSubmenu_Impl()
258 const String sThesaurus( SfxResId( STR_MENU_THESAURUS ) ); in InsertThesaurusSubmenu_Impl()
263 const String sSynonyms( SfxResId( STR_MENU_SYNONYMS ) ); in InsertThesaurusSubmenu_Impl()
305 PopupMenu aPop( SfxResId( MN_CLIPBOARDFUNCS ) ); in UseDefault()
542 PopupMenu aPop( SfxResId( MN_CLIPBOARDFUNCS ) ); in Popup()
592 PopupMenu aPop( SfxResId( MN_CLIPBOARDFUNCS ) ); in ExecutePopup()
/AOO42X/main/sfx2/source/view/
H A Dviewprn.cxx330 String aMsg( SfxResId( STR_NOSTARTPRINTER ) ); in jobFinished()
536 aMsg = String(SfxResId(STR_PRINT_NEWORISIZE)); in SetPrinter_Impl()
541 aMsg = String(SfxResId(STR_PRINT_NEWORI)); in SetPrinter_Impl()
546 aMsg = String(SfxResId(STR_PRINT_NEWSIZE)); in SetPrinter_Impl()
818 … ErrorBox( NULL, WB_OK | WB_DEF_OK, String( SfxResId( STR_NODEFPRINTER ) ) ).Execute(); in ExecPrint_Impl()
833 InfoBox( NULL, String( SfxResId( STR_ERROR_PRINTER_BUSY ) ) ).Execute(); in ExecPrint_Impl()

123