Home
last modified time | relevance | path

Searched refs:ppHtArr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svl/source/items/
H A Ditempool.cxx583 if (*ppHtArr) in Delete()
586 ReleaseRef( **ppHtArr, (*ppHtArr)->GetRefCount() ); in Delete()
615 if (*ppHtArr) in Delete()
618 ReleaseRef( **ppHtArr, (*ppHtArr)->GetRefCount() ); in Delete()
620 delete *ppHtArr; in Delete()
664 if ( *ppHtArr && !(*ppHtArr)->GetRefCount() ) in Cleanup()
682 if ( *ppHtArr && !(*ppHtArr)->GetRefCount() ) in Cleanup()
827 ++ppHtArr, ++n ) in Put()
828 if ( !*ppHtArr ) in Put()
830 ppFree = ppHtArr; in Put()
[all …]
H A Dpoolio.cxx352 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()
[all …]

Completed in 23 milliseconds