Lines Matching refs:ppArr
382 SfxPoolItem * pDefItem, SfxPoolItemArray_Impl ** ppArr) in readTheItems() argument
425 SfxPoolItemArray_Impl *pOldArr = *ppArr; in readTheItems()
426 *ppArr = pNewArr; in readTheItems()
444 for ( size_t nNew = (*ppArr)->size(); nNew--; ) in readTheItems()
448 (SfxPoolItem*&)(*ppArr)->operator[](nNew); in readTheItems()
471 (SfxPoolItem*&)(*ppArr)->operator[](nFree) = pOldItem; in readTheItems()
473 (*ppArr)->push_back( (SfxPoolItem*) pOldItem ); in readTheItems()
652 SfxPoolItemArray_Impl **ppArr = pImp->ppPoolItems + nIndex; in Load() local
673 readTheItems(rStream, nCount, nVersion, pDefItem, ppArr); in Load()
836 SfxPoolItemArray_Impl **ppArr = 0; in Load1_Impl() local
850 ppArr = pImp->ppPoolItems + nIndex; in Load1_Impl()
920 SfxPoolItemArray_Impl *pOldArr = *ppArr; in Load1_Impl()
921 *ppArr = pNewArr; in Load1_Impl()
939 nNew < (*ppArr)->size(); ++nNew ) in Load1_Impl()
942 (SfxPoolItem*&)(*ppArr)->operator[](nNew); in Load1_Impl()