Lines Matching refs:ppHtArr
352 SfxPoolItemArrayBase_Impl::iterator ppHtArr = (*ppItemArr)->begin(); in LoadCompleted() local
353 for( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in LoadCompleted()
354 if (*ppHtArr) in LoadCompleted()
357 const SfxPoolItem &rItem = **ppHtArr; in LoadCompleted()
363 if ( !ReleaseRef( **ppHtArr, 1 ) ) in LoadCompleted()
364 DELETEZ( *ppHtArr ); in LoadCompleted()
500 SfxPoolItemArrayBase_Impl::iterator ppHtArr = (*ppItemArr)->begin(); in Load() local
501 for( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Load()
502 if (*ppHtArr) in Load()
505 const SfxPoolItem &rItem = **ppHtArr; in Load()
512 AddRef( **ppHtArr, 1 ); in Load()