Searched refs:ppFnd (Results 1 – 2 of 2) sorted by relevance
334 SfxItemArray ppFnd = _aItems; in ~SfxItemSet() local335 for( sal_uInt16 nCnt = nCount; nCnt; --nCnt, ++ppFnd ) in ~SfxItemSet()336 if( *ppFnd && !IsInvalidItem(*ppFnd) ) in ~SfxItemSet()338 if( !(*ppFnd)->Which() ) in ~SfxItemSet()339 delete (SfxPoolItem*) *ppFnd; in ~SfxItemSet()343 if ( 1 < (*ppFnd)->GetRefCount() && !IsDefaultItem(*ppFnd) ) in ~SfxItemSet()344 (*ppFnd)->ReleaseRef(); in ~SfxItemSet()346 if ( !IsDefaultItem(*ppFnd) ) in ~SfxItemSet()348 _pPool->Remove( **ppFnd ); in ~SfxItemSet()375 SfxItemArray ppFnd = _aItems; in ClearItem() local[all …]
55 SfxItemArray ppFnd = _rSet._aItems; in SfxItemIter() local58 for ( _nStt = 0; !*(ppFnd + _nStt ); ++_nStt ) in SfxItemIter()61 for( _nEnd = _rSet.TotalCount(); !*( ppFnd + --_nEnd); ) in SfxItemIter()84 SfxItemArray ppFnd = _rSet._aItems; in NextItem() local90 } while( _nAkt < _nEnd && !*(ppFnd + _nAkt ) ); in NextItem()91 return *(ppFnd+_nAkt); in NextItem()102 SfxItemArray ppFnd = _rSet._aItems; in PrevItem() local108 } while( _nAkt && !*(ppFnd + _nAkt )); in PrevItem()109 return *(ppFnd+_nAkt); in PrevItem()