Searched refs:pPers (Results 1 – 6 of 6) sorted by relevance
/aoo41x/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()
|
/aoo41x/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 | 306 …SVX_DLLPRIVATE void ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, bool bLoadRe… 330 …SdrModel(SfxItemPool* pPool=NULL, ::comphelper::IEmbeddedHelper* pPers=NULL, sal_Bool bLoadRefCoun… 331 …SdrModel(const String& rPath, SfxItemPool* pPool=NULL, ::comphelper::IEmbeddedHelper* pPers=NULL, …
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 605 SfxObjectShell* pPers = GetDoc()->GetPersist(); in BreakFileLink_Impl() local 607 if ( pPers ) in BreakFileLink_Impl() 609 uno::Reference< embed::XStorage > xStorage = pPers->GetStorage(); in BreakFileLink_Impl()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 217 SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, sal_Bool bLoadRefCount… in SdrModel() argument 226 ImpCtor(pPool,pPers,(FASTBOOL)bLoadRefCounts); in SdrModel() 229 SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, s… in SdrModel() argument 239 ImpCtor(pPool,pPers,(FASTBOOL)bLoadRefCounts); in SdrModel()
|
H A D | svdoole2.cxx | 1124 ::comphelper::IEmbeddedHelper* pPers = pModel->GetPersist(); in Connect_Impl() 1125 if ( pPers ) in Connect_Impl() 1127 comphelper::EmbeddedObjectContainer& rContainer = pPers->getEmbeddedObjectContainer(); in Connect_Impl()
|
Completed in 102 milliseconds