/aoo4110/main/vcl/source/gdi/ |
H A D | image.cxx | 77 if( pResMgr && pResMgr->GetResource( rResId ) ) 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() 438 if( pResMgr && pResMgr->GetResource( rResId ) ) in ImageList() 449 pResMgr->Increment( pResMgr->GetObjSize( (RSHEADER_TYPE*)pResMgr->GetClass() ) ); in ImageList() 454 pResMgr->ReadLong(); in ImageList() [all …]
|
/aoo4110/main/uui/source/ |
H A D | logindlg.cxx | 254 ResMgr* pResMgr in LoginDialog() argument 257 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() 276 aOKBtn ( this, ResId( BTN_LOGIN_OK, *pResMgr ) ), in LoginDialog() 278 aHelpBtn ( this, ResId( BTN_LOGIN_HELP, *pResMgr ) ) in LoginDialog() [all …]
|
H A D | masterpasscrtdlg.cxx | 69 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() 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() 89 aHelpBtn ( this, ResId( BTN_MASTERPASSCRT_HELP, *pResMgr ) ), in MasterPasswordCreateDialog() [all …]
|
H A D | cookiedg.cxx | 48 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() 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 D | unknownauthdlg.cxx | 74 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() 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() [all …]
|
H A D | nameclashdlg.cxx | 57 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 D | passworddlg.cxx | 49 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() 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 D | masterpassworddlg.cxx | 51 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 D | sslwarndlg.cxx | 67 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 D | fltdlg.cxx | 73 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 D | alreadyopen.cxx | 27 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()
|
/aoo4110/main/vcl/source/app/ |
H A D | svdata.cxx | 279 ResMgr* pResMgr = ImplGetResMgr(); in ImplGetFieldUnits() local 280 if( pResMgr ) in ImplGetFieldUnits() 524 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local 525 if( bErrorMessage && bAllowCancel && pResMgr ) in ImplInitAccessBridge() 549 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local 550 if( bErrorMessage && bAllowCancel && pResMgr ) in ImplInitAccessBridge() 574 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local 575 if( bErrorMessage && bAllowCancel && pResMgr ) in ImplInitAccessBridge() 599 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local 625 ResMgr *pResMgr = ImplGetResMgr(); in ImplInitAccessBridge() local [all …]
|
/aoo4110/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 578 mpMgr ( rPara.pResMgr ), in ExportDialog() 582 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() [all …]
|
/aoo4110/main/tools/source/rc/ |
H A D | rc.cxx | 60 ResMgr* pResMgr = NULL; in Time() local 62 ResMgr::GetResourceSkipHeader( rResId, &pResMgr ); 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() 88 SetYear( (sal_uInt16)pResMgr->ReadShort() ); in Date() 90 SetMonth( (sal_uInt16)pResMgr->ReadShort() ); in Date() [all …]
|
H A D | resmgr.cxx | 130 InternalResMgr* pResMgr; member 136 pResMgr( NULL ), in ContainerElement() 185 delete it->second.pResMgr; in ~ResMgrContainer() 459 if( pResMgr->bSingular ) in freeResMgr() 460 delete pResMgr; in freeResMgr() 859 pResMgr = pMgr; in Init() 874 pResMgr = NULL; in Clear() 1439 ResMgr* pResMgr = this; in CreateFallbackResMgr() local 1440 while( pResMgr && in CreateFallbackResMgr() 1446 pResMgr = pResMgr->pOriginalResMgr; in CreateFallbackResMgr() [all …]
|
/aoo4110/main/extensions/source/resource/ |
H A D | resource.cxx | 97 ResMgr * pResMgr; member in ResourceService 104 , pResMgr( NULL ) in ResourceService() 118 delete pResMgr; in ~ResourceService() 242 if( !pResMgr ) in invoke() 274 if( pResMgr->IsAvailable( aId ) ) in invoke() 285 if( pResMgr ) in invoke() 325 if( pResMgr->IsAvailable( aId ) ) in invoke() 346 if( pResMgr ) in invoke() 388 if( pResMgr ) in setValue() 389 delete pResMgr; in setValue() [all …]
|
/aoo4110/main/framework/source/services/ |
H A D | license.cxx | 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() 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 …]
|
/aoo4110/main/vcl/source/window/ |
H A D | msgbox.cxx | 52 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() 573 ResMgr* pResMgr = ImplGetResMgr(); in SetDefaultCheckBoxText() local 574 if( pResMgr ) in SetDefaultCheckBoxText() 665 ResMgr* pResMgr = ImplGetResMgr(); in SetDefaultCheckBoxText() local 666 if( pResMgr ) in SetDefaultCheckBoxText() [all …]
|
H A D | keycod.cxx | 88 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()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | module.cxx | 94 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()
|
/aoo4110/main/framework/source/uielement/ |
H A D | controlmenucontroller.cxx | 231 …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()
|
/aoo4110/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 158 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()
|
/aoo4110/main/tools/source/string/ |
H A D | strucvt.cxx | 175 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()
|
/aoo4110/main/svtools/source/misc/ |
H A D | ehdl.cxx | 275 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()
|
/aoo4110/main/tools/source/generic/ |
H A D | color.cxx | 55 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()
|