Home
last modified time | relevance | path

Searched refs:pResMgr (Results 1 – 25 of 104) sorted by last modified time

12345

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx297 ResMgr* pResMgr; in WritePS() local
299pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() … in WritePS()
301 if( pResMgr ) in WritePS()
317 delete pResMgr; in WritePS()
426 ResMgr* pResMgr; in WritePS() local
427pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() … in WritePS()
428 if( pResMgr ) in WritePS()
430 InfoBox aInfoBox( NULL, String( ResId( KEY_VERSION_CHECK, *pResMgr ) ) ); in WritePS()
432 delete pResMgr; in WritePS()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx95 ResMgr* pResMgr = NULL; in BitmapEx() local
97 ResMgr::GetResourceSkipHeader( rResId.SetRT( RSC_BITMAP ), &pResMgr ); in BitmapEx()
98 pResMgr->ReadLong(); in BitmapEx()
99 pResMgr->ReadLong(); in BitmapEx()
101 const String aFileName( pResMgr->ReadString() ); in BitmapEx()
H A Dimage.cxx77 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 …]
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx3184 ResMgr *pResMgr = CREATERESMGR( dbw ); in checkForExistingFiles() local
3185 if( pResMgr ) in checkForExistingFiles()
3187 ResId aResId( 4077, *pResMgr ); in checkForExistingFiles()
3197 delete pResMgr; in checkForExistingFiles()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1961 ResMgr* pResMgr = ImplGetResMgr(); in ImplDrawAutoHide() local
1962 if( pResMgr ) in ImplDrawAutoHide()
1967 ( ResId( SV_RESID_BITMAP_SPLITHPIN, *pResMgr ), 4, &aNonAlphaMask ); in ImplDrawAutoHide()
1976 ResMgr* pResMgr = ImplGetResMgr(); in ImplDrawAutoHide() local
1978 if( pResMgr ) in ImplDrawAutoHide()
1982 ( ResId( SV_RESID_BITMAP_SPLITVPIN, *pResMgr ), 4, &aNonAlphaMask ); in ImplDrawAutoHide()
2811 ResMgr* pResMgr = ImplGetResMgr(); in RequestHelp() local
2812 if( pResMgr ) in RequestHelp()
2813 aStr = XubString( ResId( nHelpResId, *pResMgr ) ); in RequestHelp()
H A Dbrdwin.cxx60 ResMgr* pResMgr = ImplGetResMgr(); in ImplGetPinImage() local
62 if( pResMgr ) in ImplGetPinImage()
66 ( ResId( SV_RESID_BITMAP_PIN, *pResMgr ), 4, in ImplGetPinImage()
H A Dwindow.cxx1203 static rtl::OString ImplAutoHelpID( ResMgr* pResMgr ) in ImplAutoHelpID() argument
1207 if( pResMgr && Application::IsAutoHelpIdEnabled() ) in ImplAutoHelpID()
1208 aRet = pResMgr->GetAutoHelpId(); in ImplAutoHelpID()
H A Dmenu.cxx598 ResMgr* pResMgr = ImplGetResMgr(); in calcMinSize() local
601 if( pResMgr ) in calcMinSize()
602 aBitmap = Bitmap( ResId( SV_RESID_BITMAP_CLOSEDOC, *pResMgr ) ); in calcMinSize()
3754 ResMgr* pResMgr = ImplGetResMgr(); in ImplExecute() local
3755 if( pResMgr ) in ImplExecute()
5250 ResMgr* pResMgr = ImplGetResMgr(); in MenuBarWindow() local
5252 if( pResMgr ) in MenuBarWindow()
5254 BitmapEx aBitmap( ResId( SV_RESID_BITMAP_CLOSEDOC, *pResMgr ) ); in MenuBarWindow()
5255 BitmapEx aBitmapHC( ResId( SV_RESID_BITMAP_CLOSEDOCHC, *pResMgr ) ); in MenuBarWindow()
5273 aFloatBtn.SetQuickHelpText( XubString( ResId( SV_HELPTEXT_RESTORE, *pResMgr ) ) ); in MenuBarWindow()
[all …]
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()
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 Dscrwnd.cxx79 ResMgr* pResMgr = ImplGetResMgr(); in ImplWheelWindow() local
81 if( pResMgr ) in ImplWheelWindow()
82 aBmp = Bitmap( ResId( SV_RESID_BITMAP_SCROLLMSK, *pResMgr ) ); in ImplWheelWindow()
140 ResMgr* pResMgr = ImplGetResMgr(); in ImplCreateImageList() local
141 if( pResMgr ) in ImplCreateImageList()
143 ( ResId( SV_RESID_BITMAP_SCROLLBMP, *pResMgr ), 6, NULL ); in ImplCreateImageList()
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()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx651 ResMgr *pResMgr = SfxResId::GetResMgr(); in init() local
654 m_pResMgr = pResMgr; in init()
/trunk/main/uui/source/
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 Diahndl.cxx1357 std::auto_ptr< ResMgr > pResMgr( in handleMacroConfirmRequest() local
1359 if ( pResMgr.get() ) in handleMacroConfirmRequest()
1363 getParentProperty(), bShowSignatures, *pResMgr.get() ); in handleMacroConfirmRequest()
1421 std::auto_ptr< ResMgr > pResMgr( in handleFutureDocumentVersionUpdateRequest() local
1423 if ( pResMgr.get() ) in handleFutureDocumentVersionUpdateRequest()
1428 *pResMgr.get() ); in handleFutureDocumentVersionUpdateRequest()
/trunk/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()
/trunk/main/avmedia/source/framework/
H A Dmediamisc.cxx32 static ResMgr* pResMgr = NULL; in GetResMgr() local
34 if( !pResMgr ) in GetResMgr()
38pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() … in GetResMgr()
41 return pResMgr; in GetResMgr()
/trunk/main/desktop/source/app/
H A Dapp.cxx196 ResMgr* desktop::Desktop::pResMgr = 0; member in desktop::Desktop
254 if ( !Desktop::pResMgr ) in GetDesktopResManager()
261 Desktop::pResMgr = ResMgr::CreateResMgr( pMgrName); in GetDesktopResManager()
263 if ( !Desktop::pResMgr ) in GetDesktopResManager()
292 return Desktop::pResMgr; in GetDesktopResManager()
312 ResMgr* pResMgr = Desktop::GetDesktopResManager(); in MakeStartupErrorMessage() local
313 if ( pResMgr ) in MakeStartupErrorMessage()
329 ResMgr* pResMgr = Desktop::GetDesktopResManager(); in MakeStartupConfigAccessErrorMessage() local
330 if ( pResMgr ) in MakeStartupConfigAccessErrorMessage()
338 if ( pResMgr ) in MakeStartupConfigAccessErrorMessage()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter.cxx870 ResMgr* pResMgr; in ImpGetScaledGraphic() local
872pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUILocale() … in ImpGetScaledGraphic()
963 delete pResMgr; in ImpGetScaledGraphic()
1940 ResMgr* pResMgr = CREATERESMGR( svt ); in ExportGraphic() local
1944 delete pResMgr; in ExportGraphic()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx277 pResMgr( NULL ), in ScaDateAddIn()
317 if( !pResMgr ) in GetResMgr()
320 if( !pResMgr ) in GetResMgr()
323 return *pResMgr; in GetResMgr()
328 if( pResMgr ) in InitData()
329 delete pResMgr; in InitData()
332 pResMgr = ResMgr::CreateResMgr( aModName.getStr(), aFuncLoc ); in InitData()
337 pFuncDataList = pResMgr ? new ScaFuncDataList( *pResMgr ) : NULL; in InitData()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx898 …ResMgr* pResMgr = ResMgr::CreateResMgr( aResMgrName.GetBuffer(), Application::GetSettings().GetUIL… in Export() local
899 if ( pResMgr ) in Export()
904 mxStatusIndicator->start( String( ResId( PDF_PROGRESS_BAR, *pResMgr ) ), nTotalPageCount ); in Export()
905 delete pResMgr; in Export()
/trunk/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx43 static ResMgr* pResMgr = 0; variable
48 if( !pResMgr ) in GetResMgr()
55 pResMgr = ResMgr::CreateResMgr( aName.GetBuffer() ); in GetResMgr()
58 return pResMgr; in GetResMgr()
/trunk/main/vcl/source/control/
H A Dedit.cxx834 ResMgr* pResMgr = ImplGetResMgr(); in ShowTruncationWarning() local
835 if( pResMgr ) in ShowTruncationWarning()
837 WarningBox aBox( pParent, ResId( SV_EDIT_WARNING_BOX, *pResMgr ) ); in ShowTruncationWarning()
2951 ResMgr* pResMgr = ImplGetResMgr(); in CreatePopupMenu() local
2952 if( ! pResMgr ) in CreatePopupMenu()
2955 PopupMenu* pPopup = new PopupMenu( ResId( SV_RESID_MENU_EDIT, *pResMgr ) ); in CreatePopupMenu()
H A Dbutton.cxx177 ResMgr* pResMgr = ImplGetResMgr(); in GetStandardText() local
178 if( pResMgr ) in GetStandardText()
180 ResId aResId( aResIdAry[(sal_uInt16)eButton].nResId, *pResMgr ); in GetStandardText()
3122 ResMgr* pResMgr = ImplGetResMgr(); in GetRadioImage() local
3124 if( pResMgr ) in GetRadioImage()
3127 ResId( SV_RESID_BITMAP_RADIO+nStyle, *pResMgr ), 6 ); in GetRadioImage()
4025 ResMgr* pResMgr = ImplGetResMgr(); in GetCheckImage() local
4027 if( pResMgr ) in GetCheckImage()
4030 ResId( SV_RESID_BITMAP_CHECK+nStyle, *pResMgr ), 9 ); in GetCheckImage()
/trunk/main/vcl/source/app/
H A Dstdtext.cxx38 ResMgr* pResMgr = ImplGetResMgr(); in GetStandardText() local
40 if( pResMgr ) in GetStandardText()
41 aText = XubString( ResId( nStdText-STANDARD_TEXT_FIRST+SV_STDTEXT_FIRST, *pResMgr ) ); in GetStandardText()
H A Dsvapp.cxx433 ResMgr* pResMgr = ImplGetResMgr(); in GetReservedKeyCodeDescription() local
434 if( ! pResMgr ) in GetReservedKeyCodeDescription()
440 return String( ResId( pImplReservedKeys[i].mnResId, *pResMgr ) ); in GetReservedKeyCodeDescription()

Completed in 264 milliseconds

12345