Home
last modified time | relevance | path

Searched refs:SdrItemPool (Results 1 – 9 of 9) sorted by path

/trunk/main/editeng/inc/editeng/
H A Dunoipset.hxx33 class SdrItemPool;
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx57 class SdrItemPool;
498 static SdrItemPool* mpGlobalItemPool;
500 static SdrItemPool& GetGlobalDrawObjectItemPool();
561 SdrItemPool* GetObjectItemPool() const;
H A Dsvdpool.hxx36 class SVX_DLLPUBLIC SdrItemPool : public XOutdevItemPool class
39 SdrItemPool(SfxItemPool* pMaster = 0L, sal_Bool bLoadRefCounts = sal_True);
40 SdrItemPool(const SdrItemPool& rPool);
42 virtual ~SdrItemPool();
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx89 SdrItemPool::SdrItemPool( in SdrItemPool() function in SdrItemPool
332 SdrItemPool::SdrItemPool(const SdrItemPool& rPool) in SdrItemPool() function in SdrItemPool
345 return new SdrItemPool(*this); in Clone()
354 SdrItemPool::~SdrItemPool() in ~SdrItemPool()
670 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation()
731 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation()
778 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation()
818 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation()
860 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation()
957 SdrItemPool::TakeItemName(Which(), aStr); in GetPresentation()
[all …]
H A Dsvdibrow.cxx979 SdrItemPool::TakeItemName(nWhich, aEntry.aName); in SetAttributes()
H A Dsvdmodel.cxx183 pItemPool=new SdrItemPool(0L, bLoadRefCounts); in ImpCtor()
H A Dsvdobj.cxx549 SdrItemPool* SdrObject::mpGlobalItemPool = NULL;
551 SdrItemPool& SdrObject::GetGlobalDrawObjectItemPool() in GetGlobalDrawObjectItemPool()
555 mpGlobalItemPool = new SdrItemPool(); in GetGlobalDrawObjectItemPool()
576 SdrItemPool* SdrObject::GetObjectItemPool() const in GetObjectItemPool()
579 return (SdrItemPool*)(&pModel->GetItemPool()); in GetObjectItemPool()
2036 SdrItemPool* pPool = GetObjectItemPool(); in GetObjectMapUnit()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx85 mpDefaultsPool = new SdrItemPool(); in init()
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx89 SfxItemPool *pSdrPool = new SdrItemPool(this); in createAndAddSecondaryPools()

Completed in 77 milliseconds