Searched refs:ppItemArr (Results 1 – 2 of 2) sorted by relevance
452 if ( *ppItemArr ) in SetSecondaryPool()579 if ( *ppItemArr ) in Delete()590 DELETEZ( *ppItemArr ); in Delete()603 ppItemArr = pImp->ppPoolItems; in Delete()611 if ( *ppItemArr ) in Delete()622 delete *ppItemArr; in Delete()658 if ( *ppItemArr && in Cleanup()676 --nArrCnt, ++ppItemArr ) in Cleanup()678 if ( *ppItemArr ) in Cleanup()778 if( !*ppItemArr ) in Put()[all …]
345 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in LoadCompleted() local346 for( sal_uInt16 nArrCnt = GetSize_Impl(); nArrCnt; --nArrCnt, ++ppItemArr ) in LoadCompleted()349 if ( *ppItemArr ) in LoadCompleted()352 SfxPoolItemArrayBase_Impl::iterator ppHtArr = (*ppItemArr)->begin(); in LoadCompleted()353 for( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in LoadCompleted()493 SfxPoolItemArray_Impl** ppItemArr = pImp->ppPoolItems; in Load() local494 for( size_t nArrCnt = GetSize_Impl(); nArrCnt; --nArrCnt, ++ppItemArr ) in Load()497 if ( *ppItemArr ) in Load()500 SfxPoolItemArrayBase_Impl::iterator ppHtArr = (*ppItemArr)->begin(); in Load()501 for( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Load()
Completed in 18 milliseconds