Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx513 const SfxItemSet* pAktSet = this; in GetItemState() local
517 SfxItemArray ppFnd = pAktSet->_aItems; in GetItemState()
518 const sal_uInt16* pPtr = pAktSet->_pWhichRanges; in GetItemState()
558 } while( bSrchInParent && 0 != ( pAktSet = pAktSet->_pParent )); in GetItemState()
998 const SfxItemSet* pAktSet = this; in Get() local
1001 if( pAktSet->Count() ) in Get()
1003 SfxItemArray ppFnd = pAktSet->_aItems; in Get()
1004 const sal_uInt16* pPtr = pAktSet->_pWhichRanges; in Get()
1039 } while( bSrchInParent && 0 != ( pAktSet = pAktSet->_pParent )); in Get()

Completed in 18 milliseconds