Searched refs:pAktSet (Results 1 – 1 of 1) sorted by relevance
513 const SfxItemSet* pAktSet = this; in GetItemState() local517 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() local1001 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 21 milliseconds