Home
last modified time | relevance | path

Searched refs:pResMgr (Results 1 – 25 of 108) sorted by relevance

12345

/AOO41X/main/vcl/source/gdi/
H A Dimage.cxx76 ResMgr* pResMgr = rResId.GetResMgr(); in Image() local
77 if( pResMgr && pResMgr->GetResource( rResId ) ) in Image()
79 pResMgr->Increment( sizeof( RSHEADER_TYPE ) ); in Image()
82 sal_uLong nObjMask = pResMgr->ReadLong(); in Image()
86 aBmpEx = BitmapEx( ResId( (RSHEADER_TYPE*)pResMgr->GetClass(), *pResMgr ) ); in Image()
87 pResMgr->Increment( pResMgr->GetObjSize( (RSHEADER_TYPE*)pResMgr->GetClass() ) ); in Image()
94 const Bitmap aMaskBitmap( ResId( (RSHEADER_TYPE*)pResMgr->GetClass(), *pResMgr ) ); in Image()
98 pResMgr->Increment( pResMgr->GetObjSize( (RSHEADER_TYPE*)pResMgr->GetClass() ) ); in Image()
105 const Color aMaskColor( ResId( (RSHEADER_TYPE*)pResMgr->GetClass(), *pResMgr ) ); in Image()
109 pResMgr->Increment( pResMgr->GetObjSize( (RSHEADER_TYPE*)pResMgr->GetClass() ) ); in Image()
[all …]
/AOO41X/main/uui/source/
H A Dlogindlg.cxx254 ResMgr* pResMgr in LoginDialog() argument
257 ModalDialog( pParent, ResId( DLG_UUI_LOGIN, *pResMgr ) ), in LoginDialog()
259 aErrorFT ( this, ResId( FT_LOGIN_ERROR, *pResMgr ) ), in LoginDialog()
260 aErrorInfo ( this, ResId( FT_INFO_LOGIN_ERROR, *pResMgr ) ), in LoginDialog()
261 aLogin1FL ( this, ResId( FL_LOGIN_1, *pResMgr ) ), in LoginDialog()
262 aRequestInfo ( this, ResId( FT_INFO_LOGIN_REQUEST, *pResMgr ) ), in LoginDialog()
263 aLogin2FL ( this, ResId( FL_LOGIN_2, *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()
[all …]
H A Dmasterpasscrtdlg.cxx69 ResMgr* pResMgr in MasterPasswordCreateDialog() argument
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()
78 aEDMasterPasswordCrt ( this, ResId( ED_MASTERPASSWORD_CRT, *pResMgr ) ), in MasterPasswordCreateDialog()
79 aFTMasterPasswordRepeat ( this, ResId( FT_MASTERPASSWORD_REPEAT, *pResMgr ) ), in MasterPasswordCreateDialog()
80 aEDMasterPasswordRepeat ( this, ResId( ED_MASTERPASSWORD_REPEAT, *pResMgr ) ), in MasterPasswordCreateDialog()
82 aFTCautionText ( this, ResId( FT_CAUTIONTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
83 aFLCautionText ( this, ResId( FL_CAUTIONTEXT, *pResMgr ) ), in MasterPasswordCreateDialog()
[all …]
H A Dcookiedg.cxx48 ResMgr* pResMgr ) : in CookiesDialog() argument
50 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()
57 maInFutureInteractiveBtn( this, ResId( RB_INFUTURE_INTERACTIVE, *pResMgr ) ), in CookiesDialog()
58 maInFutureGB ( this, ResId( GB_INFUTURE, *pResMgr ) ), in CookiesDialog()
59 maIgnoreBtn ( this, ResId( BTN_COOKIES_CANCEL, *pResMgr ) ), in CookiesDialog()
[all …]
H A Dunknownauthdlg.cxx74 ResMgr* pResMgr in UnknownAuthDialog() argument
76 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()
[all …]
H A Dnameclashdlg.cxx57 NameClashDialog::NameClashDialog( Window* pParent, ResMgr* pResMgr, in NameClashDialog() argument
62 : 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()
[all …]
H A Dpassworddlg.cxx49 ResMgr * pResMgr, in PasswordDialog() argument
54 :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()
[all …]
H A Dmasterpassworddlg.cxx51 ResMgr* pResMgr in MasterPasswordDialog() argument
54 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()
63 pResourceMgr ( pResMgr ) in MasterPasswordDialog()
H A Dsslwarndlg.cxx67 ResMgr* pResMgr in SSLWarnDialog() argument
70 ModalDialog( pParent, ResId( DLG_UUI_SSLWARN, *pResMgr ) ), in SSLWarnDialog()
71 m_aLabel1 ( this, ResId( FT_LABEL_1, *pResMgr ) ), in SSLWarnDialog()
72 m_aOkButton ( this, ResId( PB_OK, *pResMgr ) ), in SSLWarnDialog()
73 m_aCancelButton ( this, ResId( PB_CANCEL, *pResMgr ) ), in SSLWarnDialog()
74 m_aCommandButtonViewCert ( this, ResId( PB_VIEW__CERTIFICATE, *pResMgr ) ), in SSLWarnDialog()
75 m_aLine ( this, ResId( FL_LINE, *pResMgr ) ), in SSLWarnDialog()
76 m_aWarnImage ( this, ResId( IMG_WARN, *pResMgr ) ), in SSLWarnDialog()
79 pResourceMgr ( pResMgr ) in SSLWarnDialog()
H A Dfltdlg.cxx73 ResMgr* pResMgr ) in FilterDialog() argument
74 : ModalDialog ( pParentWindow, ResId( DLG_FILTER_SELECT, *pResMgr ) ) in FilterDialog()
75 , m_ftURL ( this, ResId( FT_URL, *pResMgr ) ) in FilterDialog()
76 , m_lbFilters ( this, ResId( LB_FILTERS, *pResMgr ) ) in FilterDialog()
77 , m_btnOK ( this, ResId( BTN_OK, *pResMgr ) ) in FilterDialog()
78 , m_btnCancel ( this, ResId( BTN_CANCEL, *pResMgr ) ) in FilterDialog()
79 , m_btnHelp ( this, ResId( BTN_HELP, *pResMgr ) ) in FilterDialog()
H A Dalreadyopen.cxx27 AlreadyOpenQueryBox::AlreadyOpenQueryBox( Window* pParent, ResMgr* pResMgr, const String& aMessage,… in AlreadyOpenQueryBox() argument
29 String( ResId( STR_ALREADYOPEN_TITLE, *pResMgr ) ), in AlreadyOpenQueryBox()
36 AddButton( String( ResId( STR_ALREADYOPEN_RETRY_SAVE_BTN, *pResMgr ) ), RET_YES, in AlreadyOpenQueryBox()
38 AddButton( String( ResId( STR_ALREADYOPEN_SAVE_BTN, *pResMgr ) ), RET_NO, 0 ); in AlreadyOpenQueryBox()
43 AddButton( String( ResId( STR_ALREADYOPEN_READONLY_BTN, *pResMgr ) ), RET_YES, in AlreadyOpenQueryBox()
45 AddButton( String( ResId( STR_ALREADYOPEN_OPEN_BTN, *pResMgr ) ), RET_NO, 0 ); in AlreadyOpenQueryBox()
/AOO41X/main/vcl/source/app/
H A Dsvdata.cxx279 ResMgr* pResMgr = ImplGetResMgr(); in ImplGetFieldUnits() local
280 if( pResMgr ) in ImplGetFieldUnits()
282 ResStringArray aUnits( ResId (SV_FUNIT_STRINGS, *pResMgr) ); in ImplGetFieldUnits()
524 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local
525 if( bErrorMessage && bAllowCancel && pResMgr ) in ImplInitAccessBridge()
527 String aTitle(ResId(SV_ACCESSERROR_JAVA_NOT_CONFIGURED, *pResMgr)); in ImplInitAccessBridge()
528 String aMessage(ResId(SV_ACCESSERROR_JAVA_MSG, *pResMgr)); in ImplInitAccessBridge()
531 aMessage += String(ResId(SV_ACCESSERROR_OK_CANCEL_MSG, *pResMgr)); in ImplInitAccessBridge()
549 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local
550 if( bErrorMessage && bAllowCancel && pResMgr ) in ImplInitAccessBridge()
[all …]
/AOO41X/main/svtools/source/filter/
H A Dexportdialog.cxx576 ModalDialog ( rPara.pWindow, ResId( DLG_EXPORT, *rPara.pResMgr ) ), in ExportDialog()
578 mpMgr ( rPara.pResMgr ), in ExportDialog()
581 maFlExportSize ( this, ResId( FL_EXPORT_SIZE, *rPara.pResMgr ) ), in ExportDialog()
582 maFtSizeX ( this, ResId( FT_SIZEX, *rPara.pResMgr ) ), in ExportDialog()
583 maMfSizeX ( this, ResId( MF_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()
586 maMfSizeY ( this, ResId( MF_SIZEY, *rPara.pResMgr ) ), in ExportDialog()
587 maLbSizeY ( this, ResId( LB_SIZEY, *rPara.pResMgr ) ), in ExportDialog()
588 maFtResolution ( this, ResId( FT_RESOLUTION, *rPara.pResMgr ) ), in ExportDialog()
[all …]
/AOO41X/main/tools/source/rc/
H A Drc.cxx60 ResMgr* pResMgr = NULL; in Time() local
62 ResMgr::GetResourceSkipHeader( rResId, &pResMgr ); in Time()
64 sal_uIntPtr nObjMask = (sal_uInt16)pResMgr->ReadLong(); in Time()
67 SetHour( (sal_uInt16)pResMgr->ReadShort() ); in Time()
69 SetMin( (sal_uInt16)pResMgr->ReadShort() ); in Time()
71 SetSec( (sal_uInt16)pResMgr->ReadShort() ); in Time()
73 Set100Sec( (sal_uInt16)pResMgr->ReadShort() ); in Time()
81 ResMgr* pResMgr = NULL; in Date() local
83 ResMgr::GetResourceSkipHeader( rResId, &pResMgr ); in Date()
85 sal_uIntPtr nObjMask = (sal_uInt16)pResMgr->ReadLong(); in Date()
[all …]
H A Dresmgr.cxx130 InternalResMgr* pResMgr; member
136 pResMgr( NULL ), in ContainerElement()
158 InternalResMgr* getNextFallback( InternalResMgr* pResMgr );
160 void freeResMgr( InternalResMgr* pResMgr );
185 delete it->second.pResMgr; in ~ResMgrContainer()
311 if( ! it->second.pResMgr ) in getResMgr()
320 it->second.pResMgr = pImp; in getResMgr()
346 if( ! it->second.pResMgr ) in getResMgr()
358 it->second.pResMgr = pImp; in getResMgr()
400 InternalResMgr* pImp = it->second.pResMgr; in getResMgr()
[all …]
/AOO41X/main/extensions/source/resource/
H A Dresource.cxx97 ResMgr * pResMgr; member in ResourceService
104 , pResMgr( NULL ) in ResourceService()
118 delete pResMgr; in ~ResourceService()
242 if( !pResMgr ) in invoke()
272 ResId aId( (sal_uInt16)nId, *pResMgr ); in invoke()
274 if( pResMgr->IsAvailable( aId ) ) in invoke()
285 if( pResMgr ) in invoke()
287 ResId aId( (sal_uInt16)nId, *pResMgr ); in invoke()
289 bRet = pResMgr->IsAvailable( aId ); in invoke()
323 ResId aId( (sal_uInt16)nId, *pResMgr ); in invoke()
[all …]
/AOO41X/main/framework/source/services/
H A Dlicense.cxx285 ResMgr* pResMgr = ResMgr::SearchCreateResMgr( aMgrName.getStr(), aLocale); in execute() local
362 LicenseDialog* pDialog = new LicenseDialog(aLicensePath, pResMgr); in execute()
423 LicenseDialog::LicenseDialog(const ::rtl::OUString & aLicensePath, ResMgr *pResMgr) : in LicenseDialog() argument
424 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()
[all …]
/AOO41X/main/vcl/source/window/
H A Dmsgbox.cxx52 ResMgr* pResMgr = ImplGetResMgr(); in ImplInitMsgBoxImageList() local
55 if( pResMgr ) in ImplInitMsgBoxImageList()
59 ( ResId( SV_RESID_BITMAP_MSGBOX, *pResMgr ), 4, &aNonAlphaMask ); in ImplInitMsgBoxImageList()
61 ( ResId( SV_RESID_BITMAP_MSGBOX_HC, *pResMgr ), 4, &aNonAlphaMask ); in ImplInitMsgBoxImageList()
459 ResMgr* pResMgr = ImplGetResMgr(); in SetDefaultCheckBoxText() local
460 if( pResMgr ) in SetDefaultCheckBoxText()
461 maCheckBoxText = XubString( ResId( SV_STDTEXT_DONTHINTAGAIN, *pResMgr ) ); in SetDefaultCheckBoxText()
573 ResMgr* pResMgr = ImplGetResMgr(); in SetDefaultCheckBoxText() local
574 if( pResMgr ) in SetDefaultCheckBoxText()
575 maCheckBoxText = XubString( ResId( SV_STDTEXT_DONTWARNAGAIN, *pResMgr ) ); in SetDefaultCheckBoxText()
[all …]
H A Dkeycod.cxx88 ResMgr* pResMgr = rResId.GetResMgr(); in KeyCode() local
89 if ( pResMgr && pResMgr->GetResource( rResId ) ) in KeyCode()
91 pResMgr->Increment( sizeof( RSHEADER_TYPE ) ); in KeyCode()
93 sal_uLong nKeyCode = pResMgr->ReadLong(); in KeyCode()
94 sal_uLong nModifier = pResMgr->ReadLong(); in KeyCode()
95 sal_uLong nKeyFunc = pResMgr->ReadLong(); in KeyCode()
/AOO41X/main/sfx2/source/appl/
H A Dmodule.cxx94 ImageList* SfxModule_Impl::GetImageList( ResMgr* pResMgr, sal_Bool bBig, sal_Bool bHiContrast ) in GetImageList() argument
101 … ( bHiContrast ? RID_DEFAULTIMAGELIST_SCH : RID_DEFAULTIMAGELIST_SC ), *pResMgr ); in GetImageList()
104 DBG_ASSERT( pResMgr->IsAvailable(aResId), "No default ImageList!" ); in GetImageList()
106 if ( pResMgr->IsAvailable(aResId) ) in GetImageList()
126 return pResMgr; in GetResMgr()
142 : pResMgr( pMgrP ), bDummy( bDummyP ), pImpl(0L) in SfxModule()
162 pImpl->pSlotPool = new SfxSlotPool( &pApp->GetAppSlotPool_Impl(), pResMgr ); in Construct_Impl()
199 delete pResMgr; in ~SfxModule()
354 return pImpl->GetImageList( pResMgr, bBig, sal_False ); in GetImageList_Impl()
359 return pImpl->GetImageList( pResMgr, bBig, bHiContrast ); in GetImageList_Impl()
/AOO41X/main/framework/source/uielement/
H A Dcontrolmenucontroller.cxx231 …ResMgr* pResMgr = ResMgr::CreateResMgr( rtl::OUStringToOString( aResName, RTL_TEXTENCODING_ASCII_U… in updateImagesPopupMenu() local
232 ResId aResId( m_bWasHiContrast ? RID_SVXIMGLIST_FMEXPL_HC : RID_SVXIMGLIST_FMEXPL, *pResMgr ); in updateImagesPopupMenu()
235 if ( pResMgr->IsAvailable( aResId )) in updateImagesPopupMenu()
248 delete pResMgr; in updateImagesPopupMenu()
388 ResMgr* pResMgr = ResMgr::CreateResMgr( aBuf.getStr() ); in impl_setPopupMenu() local
389 if ( pResMgr ) in impl_setPopupMenu()
391 ResId aResId( RID_FMSHELL_CONVERSIONMENU, *pResMgr ); in impl_setPopupMenu()
393 if ( pResMgr->IsAvailable( aResId )) in impl_setPopupMenu()
397 delete pResMgr; in impl_setPopupMenu()
/AOO41X/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx158 ResMgr * pResMgr = DeploymentResMgr::get(); in printLicense() local
159 String s1tmp(ResId(RID_STR_UNOPKG_ACCEPT_LIC_1, *pResMgr)); in printLicense()
162 OUString s2 = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_2, *pResMgr)); in printLicense()
163 OUString s3 = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_3, *pResMgr)); in printLicense()
164 OUString s4 = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_4, *pResMgr)); in printLicense()
165 OUString sYES = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_YES, *pResMgr)); in printLicense()
166 OUString sY = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_Y, *pResMgr)); in printLicense()
167 OUString sNO = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_NO, *pResMgr)); in printLicense()
168 OUString sN = String(ResId(RID_STR_UNOPKG_ACCEPT_LIC_N, *pResMgr)); in printLicense()
/AOO41X/main/tools/source/string/
H A Dstrucvt.cxx175 ResMgr* pResMgr = rResId.GetResMgr(); in UniString() local
177 if ( pResMgr && pResMgr->GetResource( rResId ) ) in UniString()
180 RSHEADER_TYPE * pResHdr = (RSHEADER_TYPE*)pResMgr->GetClass(); in UniString()
189 pResMgr->Increment( nSize ); in UniString()
200 if( pResMgr ) in UniString()
201 pResMgr->PopContext(); in UniString()
/AOO41X/main/svtools/source/misc/
H A Dehdl.cxx275 ResMgr * pResMgr = rId.GetResMgr(); in ResString() local
277 if (pResMgr->GetRemainSize()) in ResString()
278 nFlags = sal_uInt16(pResMgr->ReadShort()); in ResString()
280 pResMgr->PopContext(); in ResString()
319 ResMgr* pResMgr = ResMgr::CreateResMgr(CREATEVERSIONRESMGR_NAME(ofa), aLocale ); in GetClassString() local
320 if( pResMgr ) in GetClassString()
322 ResId aId(RID_ERRHDL, *pResMgr ); in GetClassString()
330 delete pResMgr; in GetClassString()
/AOO41X/main/tools/source/generic/
H A Dcolor.cxx55 ResMgr* pResMgr = rResId.GetResMgr(); in Color() local
56 if ( pResMgr && pResMgr->GetResource( rResId ) ) in Color()
59 pResMgr->Increment( sizeof( RSHEADER_TYPE ) ); in Color()
62 sal_uInt16 nRed = pResMgr->ReadShort(); in Color()
63 sal_uInt16 nGreen = pResMgr->ReadShort(); in Color()
64 sal_uInt16 nBlue = pResMgr->ReadShort(); in Color()
66 pResMgr->ReadLong(); in Color()

12345