Lines Matching refs:pNewArr
386 SfxPoolItemArray_Impl *pNewArr = new SfxPoolItemArray_Impl(); in readTheItems() local
399 pNewArr->push_back( (SfxPoolItem*) pItem ); in readTheItems()
407 pNewArr->push_back( (SfxPoolItem*) pItem ); in readTheItems()
423 pNewArr->push_back( (SfxPoolItem*) pItem ); in readTheItems()
426 *ppArr = pNewArr; in readTheItems()
837 SfxPoolItemArray_Impl *pNewArr = 0; in Load1_Impl() local
851 pNewArr = new SfxPoolItemArray_Impl(); in Load1_Impl()
863 CHECK_FILEFORMAT_RELEASE( rStream, SFX_ITEMPOOL_TAG_ENDPOOL, pNewArr ); in Load1_Impl()
864 CHECK_FILEFORMAT_RELEASE( rStream, SFX_ITEMPOOL_TAG_ENDPOOL, pNewArr ); in Load1_Impl()
900 pNewArr->push_back( (SfxPoolItem*) pItem ); in Load1_Impl()
921 *ppArr = pNewArr; in Load1_Impl()