Searched refs:mpGlobalItemPool (Results 1 – 2 of 2) sorted by relevance
549 SdrItemPool* SdrObject::mpGlobalItemPool = NULL; member in SdrObject553 if(!mpGlobalItemPool) in GetGlobalDrawObjectItemPool()555 mpGlobalItemPool = new SdrItemPool(); in GetGlobalDrawObjectItemPool()557 mpGlobalItemPool->SetSecondaryPool(pGlobalOutlPool); in GetGlobalDrawObjectItemPool()558 mpGlobalItemPool->SetDefaultMetric((SfxMapUnit)SdrEngineDefaults::GetMapUnit()); in GetGlobalDrawObjectItemPool()559 mpGlobalItemPool->FreezeIdRanges(); in GetGlobalDrawObjectItemPool()562 return *mpGlobalItemPool; in GetGlobalDrawObjectItemPool()568 if(mpGlobalItemPool) in FreeGlobalDrawObjectItemPool()570 SfxItemPool* pGlobalOutlPool = mpGlobalItemPool->GetSecondaryPool(); in FreeGlobalDrawObjectItemPool()571 SfxItemPool::Free(mpGlobalItemPool); in FreeGlobalDrawObjectItemPool()
498 static SdrItemPool* mpGlobalItemPool; member in SdrObject
Completed in 26 milliseconds