Lines Matching refs:pMgr
161 lStart(lStartP), lEnd(lEndP), nId(nIdP), pMgr(pMgrP), pFreeMgr( NULL ) in SfxErrorHandler()
165 if( ! pMgr ) in SfxErrorHandler()
168 pFreeMgr = pMgr = ResMgr::CreateResMgr(CREATEVERSIONRESMGR_NAME(ofa), aLocale ); in SfxErrorHandler()
347 ResId *pResId= new ResId(nId, *pMgr); in GetMessageString()
380 ResId aResId(nId, *pMgr); in GetErrorString()
416 : ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP) in SfxErrorContext()
427 : ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP), in SfxErrorContext()
446 if( ! pMgr ) in GetString()
449 pFreeMgr = pMgr = ResMgr::CreateResMgr(CREATEVERSIONRESMGR_NAME(ofa), aLocale ); in GetString()
451 if( pMgr ) in GetString()
455 ResId aResId( nResId, *pMgr ); in GetString()
473 ResId aSfxResId( RID_ERRCTX, *pMgr ); in GetString()
482 pMgr = NULL; in GetString()