Home
last modified time | relevance | path

Searched refs:ResId (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/trunk/main/cui/source/options/
H A Doptcolor.cxx174 SvxExtFixedText_Impl(Window* pParent, const ResId& rResId) : in SvxExtFixedText_Impl()
351 ColorConfigWindow_Impl(Window* pParent, const ResId& rResId);
523 aWriterFT(this, ResId(FT_WRITER, *rResId.GetResMgr())), in ColorConfigWindow_Impl()
560 aCalcFT(this, ResId( FT_CALC, *rResId.GetResMgr())), in ColorConfigWindow_Impl()
620 aSQLNumberFT(this, ResId( FT_SQLNUMBER, *rResId.GetResMgr())), in ColorConfigWindow_Impl()
624 aSQLStringFT(this, ResId( FT_SQLSTRING, *rResId.GetResMgr())), in ColorConfigWindow_Impl()
632 aSQLKeywordFT(this, ResId( FT_SQLKEYWORD, *rResId.GetResMgr())), in ColorConfigWindow_Impl()
640 aSQLCommentFT(this, ResId( FT_SQLCOMMENT, *rResId.GetResMgr())), in ColorConfigWindow_Impl()
1088 ColorConfigCtrl_Impl(Window* pParent, const ResId& rResId );
1105 Window* pParent, const ResId& rResId) : in ColorConfigCtrl_Impl()
[all …]
/trunk/main/xmlsecurity/source/dialogs/
H A Dwarnings.cxx52 ,maDocNameFI ( this, ResId( FI_DOCNAME ) ) in MacroWarning()
53 ,maDescr1aFI ( this, ResId( FI_DESCR1A ) ) in MacroWarning()
54 ,maDescr1bFI ( this, ResId( FI_DESCR1B ) ) in MacroWarning()
55 ,maSignsFI ( this, ResId( FI_SIGNS ) ) in MacroWarning()
57 ,maDescr2FI ( this, ResId( FI_DESCR2 ) ) in MacroWarning()
60 ,maEnableBtn ( this, ResId( PB_DISABLE ) ) in MacroWarning()
62 ,maHelpBtn ( this, ResId( BTN_HELP ) ) in MacroWarning()
86 ,maDocNameFI ( this, ResId( FI_DOCNAME ) ) in MacroWarning()
89 ,maSignsFI ( this, ResId( FI_SIGNS ) ) in MacroWarning()
91 ,maDescr2FI ( this, ResId( FI_DESCR2 ) ) in MacroWarning()
[all …]
/trunk/main/filter/source/flash/
H A Dimpswfdialog.cxx39 ModalDialog( pParent, ResId( DLG_OPTIONS, rResMgr ) ), in ImpSWFDialog()
40 maFiDescr( this, ResId( FI_DESCR, rResMgr ) ), in ImpSWFDialog()
41 maNumFldQuality( this, ResId( NUM_FLD_QUALITY, rResMgr ) ), in ImpSWFDialog()
42 maFiExportAllDescr( this, ResId( FI_EXPORT_ALL_DESCR, rResMgr ) ), in ImpSWFDialog()
43 maCheckExportAll( this, ResId( BOOL_EXPORT_ALL, rResMgr ) ), in ImpSWFDialog()
50 maFiExportSoundDescr( this, ResId( FI_EXPORT_SOUND_DESCR, rResMgr ) ), in ImpSWFDialog()
51 maCheckExportSound( this, ResId( BOOL_EXPORT_SOUND, rResMgr ) ), in ImpSWFDialog()
53 maCheckExportOLEAsJPEG( this, ResId( BOOL_EXPORT_OLE_AS_JPEG, rResMgr ) ), in ImpSWFDialog()
57 maBtnOK( this, ResId( BTN_OK, rResMgr ) ), in ImpSWFDialog()
58 maBtnCancel( this, ResId( BTN_CANCEL, rResMgr ) ), in ImpSWFDialog()
[all …]
/trunk/main/uui/source/
H A Dlogindlg.cxx257 ModalDialog( pParent, ResId( DLG_UUI_LOGIN, *pResMgr ) ), in LoginDialog()
264 aPathFT ( this, ResId( FT_LOGIN_PATH, *pResMgr ) ), in LoginDialog()
265 aPathED ( this, ResId( ED_LOGIN_PATH, *pResMgr ) ), in LoginDialog()
266 aPathBtn ( this, ResId( BTN_LOGIN_PATH, *pResMgr ) ), in LoginDialog()
267 aNameFT ( this, ResId( FT_LOGIN_USERNAME, *pResMgr ) ), in LoginDialog()
268 aNameED ( this, ResId( ED_LOGIN_USERNAME, *pResMgr ) ), in LoginDialog()
271 aAccountFT ( this, ResId( FT_LOGIN_ACCOUNT, *pResMgr ) ), in LoginDialog()
272 aAccountED ( this, ResId( ED_LOGIN_ACCOUNT, *pResMgr ) ), in LoginDialog()
276 aOKBtn ( this, ResId( BTN_LOGIN_OK, *pResMgr ) ), in LoginDialog()
278 aHelpBtn ( this, ResId( BTN_LOGIN_HELP, *pResMgr ) ) in LoginDialog()
[all …]
H A Dpassworddlg.cxx54 :ModalDialog( _pParent, ResId( DLG_UUI_PASSWORD, *pResMgr ) ) in PasswordDialog()
55 ,aFTPassword( this, ResId( FT_PASSWORD, *pResMgr )) in PasswordDialog()
56 ,aEDPassword( this, ResId( ED_PASSWORD, *pResMgr )) in PasswordDialog()
57 ,aFTConfirmPassword( this, ResId( FT_CONFIRM_PASSWORD, *pResMgr )) in PasswordDialog()
58 ,aEDConfirmPassword( this, ResId( ED_CONFIRM_PASSWORD, *pResMgr )) in PasswordDialog()
59 ,aOKBtn ( this, ResId( BTN_PASSWORD_OK, *pResMgr )) in PasswordDialog()
60 ,aCancelBtn ( this, ResId( BTN_PASSWORD_CANCEL, *pResMgr )) in PasswordDialog()
61 ,aHelpBtn ( this, ResId( BTN_PASSWORD_HELP, *pResMgr )) in PasswordDialog()
62 ,aFixedLine1( this, ResId( FL_FIXED_LINE_1, *pResMgr )) in PasswordDialog()
64 ,aPasswdMismatch( ResId( STR_PASSWORD_MISMATCH, *pResMgr )) in PasswordDialog()
[all …]
H A Dmasterpasscrtdlg.cxx54 String aErrorMsg( ResId( STR_ERROR_PASSWORDS_NOT_IDENTICAL, *pResourceMgr )); in IMPL_LINK()
72 ModalDialog( pParent, ResId( DLG_UUI_MASTERPASSWORD_CRT, *pResMgr ) ), in MasterPasswordCreateDialog()
74 aFTInfoText ( this, ResId( FT_INFOTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
75 aFLInfoText ( this, ResId( FL_INFOTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
77 aFTMasterPasswordCrt ( this, ResId( FT_MASTERPASSWORD_CRT, *pResMgr ) ), in MasterPasswordCreateDialog()
82 aFTCautionText ( this, ResId( FT_CAUTIONTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
83 aFLCautionText ( this, ResId( FL_CAUTIONTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
86 aFL ( this, ResId( FL_FIXED_LINE, *pResMgr ) ), in MasterPasswordCreateDialog()
87 aOKBtn ( this, ResId( BTN_MASTERPASSCRT_OK, *pResMgr ) ), in MasterPasswordCreateDialog()
88 aCancelBtn ( this, ResId( BTN_MASTERPASSCRT_CANCEL, *pResMgr ) ), in MasterPasswordCreateDialog()
[all …]
H A Dcookiedg.cxx50 ModalDialog( pParent, ResId( DLG_COOKIES, *pResMgr ) ), in CookiesDialog()
52 maCookieFB ( this, ResId( FB_COOKIES, *pResMgr ) ), in CookiesDialog()
53 maCookieFT ( this, ResId( FT_COOKIES, *pResMgr ) ), in CookiesDialog()
54 maInFutureLine ( this, ResId( FL_COOKIES, *pResMgr ) ), in CookiesDialog()
55 maInFutureSendBtn ( this, ResId( RB_INFUTURE_SEND, *pResMgr ) ), in CookiesDialog()
56 maInFutureIgnoreBtn ( this, ResId( RB_INFUTURE_IGNORE, *pResMgr ) ), in CookiesDialog()
58 maInFutureGB ( this, ResId( GB_INFUTURE, *pResMgr ) ), in CookiesDialog()
59 maIgnoreBtn ( this, ResId( BTN_COOKIES_CANCEL, *pResMgr ) ), in CookiesDialog()
60 maSendBtn ( this, ResId( BTN_COOKIES_OK, *pResMgr ) ), in CookiesDialog()
83 String aMsg( ResId( STR_COOKIES_RECV_START + nOffset, *pResMgr ) ); in CookiesDialog()
[all …]
H A Dunknownauthdlg.cxx76 ModalDialog( pParent, ResId( DLG_UUI_UNKNOWNAUTH, *pResMgr ) ), in UnknownAuthDialog()
78 m_aCommandButtonOK ( this, ResId( PB_OK, *pResMgr ) ), in UnknownAuthDialog()
79 m_aCommandButtonCancel ( this, ResId( PB_CANCEL, *pResMgr ) ), in UnknownAuthDialog()
80 m_aCommandButtonHelp ( this, ResId( PB_HELP, *pResMgr ) ), in UnknownAuthDialog()
81 m_aView_Certificate ( this, ResId( PB_VIEW__CERTIFICATE, *pResMgr ) ), in UnknownAuthDialog()
82 m_aOptionButtonAccept ( this, ResId( RB_ACCEPT_1, *pResMgr ) ), in UnknownAuthDialog()
83 m_aOptionButtonDontAccept ( this, ResId( RB_DONTACCEPT_2, *pResMgr ) ), in UnknownAuthDialog()
84 m_aLine ( this, ResId( FL_LINE, *pResMgr ) ), in UnknownAuthDialog()
85 m_aLabel1 ( this, ResId( FT_LABEL_1, *pResMgr ) ), in UnknownAuthDialog()
86 m_aWarnImage ( this, ResId( IMG_WARN, *pResMgr ) ), in UnknownAuthDialog()
H A Dnameclashdlg.cxx62 : ModalDialog( pParent, ResId( DLG_SIMPLE_NAME_CLASH, *pResMgr ) ), in NameClashDialog()
63 maFTMessage ( this, ResId( FT_FILE_EXISTS_WARNING, *pResMgr ) ), in NameClashDialog()
64 maEDNewName ( this, ResId( EDIT_NEW_NAME, *pResMgr ) ), in NameClashDialog()
65 maBtnOverwrite ( this, ResId( BTN_OVERWRITE, *pResMgr ) ), in NameClashDialog()
66 maBtnRename ( this, ResId( BTN_RENAME, *pResMgr ) ), in NameClashDialog()
67 maBtnCancel ( this, ResId( BTN_CANCEL, *pResMgr ) ), in NameClashDialog()
68 maBtnHelp ( this, ResId( BTN_HELP, *pResMgr ) ), in NameClashDialog()
81 aInfo = String( ResId( STR_RENAME_OR_REPLACE, *pResMgr ) ); in NameClashDialog()
85 aInfo = String( ResId( STR_NAME_CLASH_RENAME_ONLY, *pResMgr ) ); in NameClashDialog()
93 maSameName = String ( ResId( STR_SAME_NAME_USED, *pResMgr ) ); in NameClashDialog()
H A Dsecmacrowarnings.cxx75 ,maSymbolImg ( this, ResId( IMG_SYMBOL, rResMgr ) ) in MacroWarning()
76 ,maDocNameFI ( this, ResId( FI_DOCNAME, rResMgr ) ) in MacroWarning()
77 ,maDescr1aFI ( this, ResId( FI_DESCR1A, rResMgr ) ) in MacroWarning()
78 ,maDescr1bFI ( this, ResId( FI_DESCR1B, rResMgr ) ) in MacroWarning()
79 ,maSignsFI ( this, ResId( FI_SIGNS, rResMgr ) ) in MacroWarning()
80 ,maViewSignsBtn ( this, ResId( PB_VIEWSIGNS, rResMgr ) ) in MacroWarning()
81 ,maDescr2FI ( this, ResId( FI_DESCR2, rResMgr ) ) in MacroWarning()
83 ,maBottomSepFL ( this, ResId( FL_BOTTOM_SEP, rResMgr ) ) in MacroWarning()
84 ,maEnableBtn ( this, ResId( PB_ENABLE, rResMgr ) ) in MacroWarning()
85 ,maDisableBtn ( this, ResId( PB_DISABLE, rResMgr ) ) in MacroWarning()
[all …]
H A Dmasterpassworddlg.cxx54 ModalDialog( pParent, ResId( DLG_UUI_MASTERPASSWORD, *pResMgr ) ), in MasterPasswordDialog()
56 aFTMasterPassword ( this, ResId( FT_MASTERPASSWORD, *pResMgr ) ), in MasterPasswordDialog()
57 aEDMasterPassword ( this, ResId( ED_MASTERPASSWORD, *pResMgr ) ), in MasterPasswordDialog()
58 aFL ( this, ResId( FL_FIXED_LINE, *pResMgr ) ), in MasterPasswordDialog()
59 aOKBtn ( this, ResId( BTN_MASTERPASSWORD_OK, *pResMgr ) ), in MasterPasswordDialog()
60 aCancelBtn ( this, ResId( BTN_MASTERPASSWORD_CANCEL, *pResMgr ) ), in MasterPasswordDialog()
61 aHelpBtn ( this, ResId( BTN_MASTERPASSWORD_HELP, *pResMgr ) ), in MasterPasswordDialog()
67 String aErrorMsg( ResId( STR_ERROR_MASTERPASSWORD_WRONG, *pResourceMgr )); in MasterPasswordDialog()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx582 maFtSizeX ( this, ResId( FT_SIZEX, *rPara.pResMgr ) ), in ExportDialog()
584 maLbSizeX ( this, ResId( LB_SIZEX, *rPara.pResMgr ) ), in ExportDialog()
585 maFtSizeY ( this, ResId( FT_SIZEY, *rPara.pResMgr ) ), in ExportDialog()
587 maLbSizeY ( this, ResId( LB_SIZEY, *rPara.pResMgr ) ), in ExportDialog()
594 maFlMode ( this, ResId( FL_MODE, *rPara.pResMgr ) ), in ExportDialog()
607 maRbBinary ( this, ResId( RB_BINARY, *rPara.pResMgr ) ), in ExportDialog()
608 maRbText ( this, ResId( RB_TEXT, *rPara.pResMgr ) ), in ExportDialog()
628 maSbZoom ( this, ResId( SB_ZOOM, *rPara.pResMgr ) ), in ExportDialog()
629 maNfZoom ( this, ResId( NF_ZOOM, *rPara.pResMgr ) ), in ExportDialog()
632 maBtnOK ( this, ResId( BTN_OK, *rPara.pResMgr ) ), in ExportDialog()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx45 TabPage( pParent, ResId( RID_XML_FILTER_TABPAGE_XSLT, rResMgr ) ), in XMLFilterTabPageXSLT()
47 maFTDocType( this, ResId( FT_XML_DOCTYPE, rResMgr ) ), in XMLFilterTabPageXSLT()
48 maEDDocType( this, ResId( ED_XML_DOCTYPE, rResMgr ) ), in XMLFilterTabPageXSLT()
50 maFTDTDSchema( this, ResId( FT_XML_DTD_SCHEMA, rResMgr ) ), in XMLFilterTabPageXSLT()
51 maEDDTDSchema( this, ResId( ED_XML_DTD_SCHEMA, rResMgr ), INET_PROT_FILE ), in XMLFilterTabPageXSLT()
52 maPBDTDSchemaBrowse( this, ResId( ED_XML_DTD_SCHEMA_BROWSE, rResMgr ) ), in XMLFilterTabPageXSLT()
54 maFTExportXSLT( this, ResId( FT_XML_EXPORT_XSLT, rResMgr ) ), in XMLFilterTabPageXSLT()
56 maPBExprotXSLT( this, ResId( PB_XML_EXPORT_XSLT_BROWSE, rResMgr ) ), in XMLFilterTabPageXSLT()
58 maFTImportXSLT( this, ResId( FT_XML_IMPORT_XSLT, rResMgr ) ), in XMLFilterTabPageXSLT()
60 maPBImportXSLT( this, ResId( PB_XML_IMPORT_XSLT_BROWSE, rResMgr ) ), in XMLFilterTabPageXSLT()
[all …]
H A Dxmlfiltertabpagebasic.cxx37 TabPage( pParent, ResId( RID_XML_FILTER_TABPAGE_BASIC, rResMgr ) ), in XMLFilterTabPageBasic()
38 maFTFilterName( this, ResId( FT_XML_FILTER_NAME, rResMgr ) ), in XMLFilterTabPageBasic()
39 maEDFilterName( this, ResId( ED_XML_FILTER_NAME, rResMgr ) ), in XMLFilterTabPageBasic()
40 maFTApplication( this, ResId( FT_XML_APPLICATION, rResMgr ) ), in XMLFilterTabPageBasic()
41 maCBApplication( this, ResId( CB_XML_APPLICATION, rResMgr ) ), in XMLFilterTabPageBasic()
42 maFTInterfaceName( this, ResId( FT_XML_INTERFACE_NAME, rResMgr ) ), in XMLFilterTabPageBasic()
43 maEDInterfaceName( this, ResId( ED_XML_INTERFACE_NAME, rResMgr ) ), in XMLFilterTabPageBasic()
44 maFTExtension( this, ResId( FT_XML_EXTENSION, rResMgr ) ), in XMLFilterTabPageBasic()
45 maEDExtension( this, ResId( ED_XML_EXTENSION, rResMgr ) ), in XMLFilterTabPageBasic()
46 maFTDescription( this, ResId( FT_XML_DESCRIPTION, rResMgr ) ), in XMLFilterTabPageBasic()
[all …]
H A Dxmlfiltertestdialog.cxx149 maFLExport( this, ResId( FL_EXPORT, rResMgr ) ), in XMLFilterTestDialog()
150 maFTExportXSLT( this, ResId( FT_EXPORT_XSLT, rResMgr ) ), in XMLFilterTestDialog()
153 maPBExportBrowse( this, ResId( PB_EXPORT_BROWSE, rResMgr ) ), in XMLFilterTestDialog()
156 maFLImport( this, ResId( FL_IMPORT, rResMgr ) ), in XMLFilterTestDialog()
157 maFTImportXSLT( this, ResId( FT_IMPORT_XSLT, rResMgr ) ), in XMLFilterTestDialog()
159 maFTImportTemplate( this, ResId( FT_IMPORT_TEMPLATE, rResMgr ) ), in XMLFilterTestDialog()
161 maFTTransformFile( this, ResId( FT_TRANSFORM_FILE, rResMgr ) ), in XMLFilterTestDialog()
162 maCBXDisplaySource( this, ResId( CBX_DISPLAY_SOURCE, rResMgr ) ), in XMLFilterTestDialog()
163 maPBImportBrowse( this, ResId( PB_IMPORT_BROWSE, rResMgr ) ), in XMLFilterTestDialog()
166 maPBClose( this, ResId( PB_CLOSE, rResMgr ) ), in XMLFilterTestDialog()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx165 SvxAngleCtl( Window* pParent, const ResId& rResId );
223 SvxPixelCtl( Window* pParent, const ResId& rResId,
298 explicit HatchingLB( Window* pParent, ResId Id);
320 explicit GradientLB( Window* pParent, ResId Id);
345 explicit BitmapLB(Window* pParent, ResId Id);
368 FillAttrLB( Window* pParent, ResId Id );
411 LineLB(Window* pParent, ResId Id);
469 SvxPreviewBase( Window* pParent, const ResId& rResId );
500 SvxXLinePreview( Window* pParent, const ResId& rResId );
524 SvxXRectPreview( Window* pParent, const ResId& rResId );
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx119 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
180 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
245 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
339 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
438 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
522 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
549 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
616 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
648 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
684 SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId );
[all …]
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx212 Window* _pParent, const ResId& rResId ) : in SvxRubyDialog()
217 aRight1ED(this, ResId(ED_RIGHT_1,*rResId.GetResMgr() )), in SvxRubyDialog()
218 aLeft2ED(this, ResId(ED_LEFT_2,*rResId.GetResMgr() )), in SvxRubyDialog()
219 aRight2ED(this, ResId(ED_RIGHT_2,*rResId.GetResMgr() )), in SvxRubyDialog()
220 aLeft3ED(this, ResId(ED_LEFT_3,*rResId.GetResMgr() )), in SvxRubyDialog()
221 aRight3ED(this, ResId(ED_RIGHT_3,*rResId.GetResMgr() )), in SvxRubyDialog()
222 aLeft4ED(this, ResId(ED_LEFT_4,*rResId.GetResMgr() )), in SvxRubyDialog()
223 aRight4ED(this, ResId(ED_RIGHT_4,*rResId.GetResMgr() )), in SvxRubyDialog()
224 aScrollSB(this, ResId(SB_SCROLL,*rResId.GetResMgr() )), in SvxRubyDialog()
226 aAdjustFT(this, ResId(FT_ADJUST,*rResId.GetResMgr() )), in SvxRubyDialog()
[all …]
/trunk/main/vcl/source/app/
H A Dsvdata.cxx265 ResId VclResId( sal_Int32 nId ) in VclResId()
271 return ResId( nId, *pMgr ); in VclResId()
282 ResStringArray aUnits( ResId (SV_FUNIT_STRINGS, *pResMgr) ); in ImplGetFieldUnits()
528 String aMessage(ResId(SV_ACCESSERROR_JAVA_MSG, *pResMgr)); in ImplInitAccessBridge()
552 String aTitle(ResId(SV_ACCESSERROR_FAULTY_JAVA, *pResMgr)); in ImplInitAccessBridge()
553 String aMessage(ResId(SV_ACCESSERROR_JAVA_MSG, *pResMgr)); in ImplInitAccessBridge()
577 String aTitle(ResId(SV_ACCESSERROR_MISSING_JAVA, *pResMgr)); in ImplInitAccessBridge()
578 String aMessage(ResId(SV_ACCESSERROR_JAVA_MSG, *pResMgr)); in ImplInitAccessBridge()
602 String aTitle(ResId(SV_ACCESSERROR_JAVA_DISABLED, *pResMgr)); in ImplInitAccessBridge()
603 String aMessage(ResId(SV_ACCESSERROR_JAVA_MSG, *pResMgr)); in ImplInitAccessBridge()
[all …]
/trunk/main/tools/inc/tools/
H A Dresid.hxx41 class ResId class
65 ResId( RSHEADER_TYPE * pRc, ResMgr& rMgr ) in ResId() function in ResId
69 ResId( sal_uInt32 nId, ResMgr& rMgr ) in ResId() function in ResId
74 ResId( sal_uInt16 nId, ResMgr& rMgr ) in ResId() function in ResId
78 ResId( int nId, ResMgr& rMgr ) in ResId() function in ResId
82 ResId( long nId, ResMgr& rMgr ) in ResId() function in ResId
93 const ResId & SetRT( RESOURCE_TYPE nType ) const in SetRT()
121 const ResId & SetRT2( RESOURCE_TYPE nTyp ) const in SetRT2()
135 const ResId & SetResMgr( ResMgr * pMgr ) const in SetResMgr()
142 const ResId & SetAutoRelease(sal_Bool bRelease) const in SetAutoRelease()
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx56 ResId aNameResId; // ResId of external interface name
63 const ResId& rResId,
87 void RegisterObjectBar( sal_uInt16, const ResId&, const String* pST=0 );
88 void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const String* pST=0 );
91 void RegisterStatusBar( const ResId& );
92 const ResId& GetObjectBarResId( sal_uInt16 nNo ) const;
102 void RegisterPopupMenu( const ResId& );
103 const ResId& GetPopupMenuResId() const;
104 const ResId& GetStatusBarResId() const;
145 …void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const String* pS…
/trunk/main/sfx2/source/control/
H A Dobjface.cxx69 ResId aResId;
98 ResId aPopupRes; // registered PopupMenu
99 ResId aStatBarRes; // registered StatusBar
133 const ResId& rNameResId, in SfxInterface()
401 void SfxInterface::RegisterPopupMenu( const ResId& rResId ) in RegisterPopupMenu()
409 void SfxInterface::RegisterObjectBar( sal_uInt16 nPos, const ResId& rResId, in RegisterObjectBar()
432 ResId aResId(rResId); in CreateObjectBarUI_Impl()
448 const ResId& SfxInterface::GetObjectBarResId( sal_uInt16 nNo ) const in GetObjectBarResId()
517 void SfxInterface::RegisterStatusBar(const ResId& rResId) in RegisterStatusBar()
578 const ResId& SfxInterface::GetPopupMenuResId() const in GetPopupMenuResId()
[all …]
/trunk/main/framework/source/services/
H A Dlicense.cxx424 ModalDialog(NULL, ResId(DLG_LICENSE, *pResMgr)), in LicenseDialog()
425 aLicenseML(this, ResId(ML_LICENSE, *pResMgr)), in LicenseDialog()
426 aInfo1FT(this, ResId(FT_INFO1, *pResMgr)), in LicenseDialog()
427 aInfo2FT(this, ResId(FT_INFO2, *pResMgr)), in LicenseDialog()
428 aInfo3FT(this, ResId(FT_INFO3, *pResMgr)), in LicenseDialog()
429 aInfo2_1FT(this, ResId(FT_INFO2_1, *pResMgr)), in LicenseDialog()
430 aInfo3_1FT(this, ResId(FT_INFO3_1, *pResMgr)), in LicenseDialog()
431 aFixedLine(this, ResId(FL_DIVIDE, *pResMgr)), in LicenseDialog()
434 aPBAccept( this, ResId(PB_ACCEPT, *pResMgr) ), in LicenseDialog()
435 aArrow(this, ResId(IMG_ARROW, *pResMgr)), in LicenseDialog()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx260 aFontText ( pDialog, ResId( FT_FONT, *pResContext ) ), in SvxCharMapData()
261 aFontLB ( pDialog, ResId( LB_FONT, *pResContext ) ), in SvxCharMapData()
262 aSubsetText ( pDialog, ResId( FT_SUBSET, *pResContext ) ), in SvxCharMapData()
263 aSubsetLB ( pDialog, ResId( LB_SUBSET, *pResContext ) ), in SvxCharMapData()
264 aShowSet ( pDialog, ResId( CT_SHOWSET, *pResContext ) ), in SvxCharMapData()
265 aSymbolText ( pDialog, ResId( FT_SYMBOLE, *pResContext ) ), in SvxCharMapData()
266 aShowText ( pDialog, ResId( CT_SHOWTEXT, *pResContext ) ), in SvxCharMapData()
268 aOKBtn ( pDialog, ResId( BTN_CHAR_OK, *pResContext ) ), in SvxCharMapData()
270 aHelpBtn ( pDialog, ResId( BTN_CHAR_HELP, *pResContext ) ), in SvxCharMapData()
271 aDeleteBtn ( pDialog, ResId( BTN_DELETE, *pResContext ) ), in SvxCharMapData()
[all …]
H A Dhltpbase.cxx55 SvxFramesComboBox::SvxFramesComboBox ( Window* pParent, const ResId& rResId, in SvxFramesComboBox()
278 const ResId &rResId, in SvxHyperlinkTabPageBase()
340 mpGrpMore = new FixedLine ( this, ResId (GRP_MORE, *m_pResMgr) ); in InitStdControls()
341 mpFtFrame = new FixedText ( this, ResId (FT_FRAME, *m_pResMgr) ); in InitStdControls()
343 mpFtForm = new FixedText ( this, ResId (FT_FORM, *m_pResMgr) ); in InitStdControls()
344 mpLbForm = new ListBox ( this, ResId (LB_FORM, *m_pResMgr) ); in InitStdControls()
345 mpFtIndication= new FixedText ( this, ResId (FT_INDICATION, *m_pResMgr) ); in InitStdControls()
346 mpEdIndication= new Edit ( this, ResId (ED_INDICATION, *m_pResMgr) ); in InitStdControls()
347 mpFtText = new FixedText ( this, ResId (FT_TEXT, *m_pResMgr) ); in InitStdControls()
348 mpEdText = new Edit ( this, ResId (ED_TEXT, *m_pResMgr) ); in InitStdControls()
[all …]

Completed in 191 milliseconds

12345678910>>...33