Searched refs:ppArr (Results 1 – 1 of 1) sorted by relevance
382 SfxPoolItem * pDefItem, SfxPoolItemArray_Impl ** ppArr) in readTheItems() argument425 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() local673 readTheItems(rStream, nCount, nVersion, pDefItem, ppArr); in Load()836 SfxPoolItemArray_Impl **ppArr = 0; in Load1_Impl() local[all …]