Home
last modified time | relevance | path

Searched refs:ppPoolItems (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svl/source/items/
H A Ditempool.cxx299 DBG_ASSERT( !(pImp->ppPoolItems[n]), "defaults with setitems with items?!" ); in SetDefaults()
385 if ( pImp->ppPoolItems && ppPoolDefaults ) in ~SfxItemPool()
437 if ( pImp->ppPoolItems && pSecondary->pImp->ppPoolItems ) in SetSecondaryPool()
451 pSecondary->pImp->ppPoolItems + n; in SetSecondaryPool()
552 if ( !pImp->ppPoolItems || !ppPoolDefaults ) in Delete()
561 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in Delete()
603 ppItemArr = pImp->ppPoolItems; in Delete()
645 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in Cleanup()
672 ppItemArr = pImp->ppPoolItems; in Cleanup()
777 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems + nIndex; in Put()
[all …]
H A Dpoolio.cxx203 SfxPoolItemArray_Impl **pArr = pImp->ppPoolItems; in Store()
345 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in LoadCompleted()
493 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in Load()
652 SfxPoolItemArray_Impl **ppArr = pImp->ppPoolItems + nIndex; in Load()
850 ppArr = pImp->ppPoolItems + nIndex; in Load1_Impl()
1119 SfxPoolItemArray_Impl* pItemArr = *(pTarget->pImp->ppPoolItems + in LoadSurrogate()
1213 SfxPoolItemArray_Impl* pItemArr = *(pImp->ppPoolItems + GetIndex_Impl(pItem->Which())); in GetSurrogate()
/aoo4110/main/svl/source/inc/
H A Dpoolio.hxx72 SfxPoolItemArray_Impl** ppPoolItems; member
85 : ppPoolItems (new SfxPoolItemArray_Impl*[ nEnd - nStart + 1]) in SfxItemPool_Impl()
97 memset( ppPoolItems, 0, sizeof( SfxPoolItemArray_Impl* ) * ( nEnd - nStart + 1) ); in SfxItemPool_Impl()
102 delete[] ppPoolItems; in ~SfxItemPool_Impl()
107 delete[] ppPoolItems; in DeleteItems()
108 ppPoolItems = 0; in DeleteItems()

Completed in 58 milliseconds