Home
last modified time | relevance | path

Searched refs:pPers (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmmodel.cxx72 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 Dfmmodel.hxx56 FmFormModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
57 FmFormModel(const XubString& rPath, SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL );
H A Dsvdmodel.hxx306 …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, …
/trunk/main/sw/source/core/ole/
H A Dndole.cxx605 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()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx217 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 Dsvdoole2.cxx1124 ::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 50 milliseconds