Searched refs:pPers (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/svx/source/form/ |
| H A D | fmmodel.cxx | 72 FmFormModel::FmFormModel(SfxItemPool* pPool, SfxObjectShell* pPers) in FmFormModel() argument 73 :SdrModel(pPool, pPers, LOADREFCOUNTS) in FmFormModel() 91 FmFormModel::FmFormModel(const XubString& rPath, SfxItemPool* pPool, SfxObjectShell* pPers) in FmFormModel() argument 92 :SdrModel(rPath, pPool, pPers) in FmFormModel()
|
| /trunk/main/svx/inc/svx/ |
| H A D | fmmodel.hxx | 56 FmFormModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL ); 57 FmFormModel(const XubString& rPath, SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
|
| H A D | svdmodel.hxx | 304 …SVX_DLLPRIVATE void ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, bool bLoadRe… 328 …SdrModel(SfxItemPool* pPool=NULL, ::comphelper::IEmbeddedHelper* pPers=NULL, sal_Bool bLoadRefCoun… 329 …SdrModel(const String& rPath, SfxItemPool* pPool=NULL, ::comphelper::IEmbeddedHelper* pPers=NULL, …
|
| /trunk/main/sw/source/core/ole/ |
| H A D | ndole.cxx | 603 SfxObjectShell* pPers = GetDoc()->GetPersist(); in BreakFileLink_Impl() local 605 if ( pPers ) in BreakFileLink_Impl() 607 uno::Reference< embed::XStorage > xStorage = pPers->GetStorage(); in BreakFileLink_Impl()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdmodel.cxx | 213 SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, sal_Bool bLoadRefCount… in SdrModel() argument 222 ImpCtor(pPool,pPers,(FASTBOOL)bLoadRefCounts); in SdrModel() 225 SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, s… in SdrModel() argument 235 ImpCtor(pPool,pPers,(FASTBOOL)bLoadRefCounts); in SdrModel()
|
| H A D | svdoole2.cxx | 1122 ::comphelper::IEmbeddedHelper* pPers = pModel->GetPersist(); in Connect_Impl() 1123 if ( pPers ) in Connect_Impl() 1125 … comphelper::EmbeddedObjectContainer& rContainer = pPers->getEmbeddedObjectContainer(); in Connect_Impl()
|