Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/items/
H A Ditemset.cxx508 sal_Bool bSrchInParent, in GetItemState() argument
530 if( !bSrchInParent ) in GetItemState()
558 } while( bSrchInParent && 0 != ( pAktSet = pAktSet->_pParent )); in GetItemState()
951 sal_Bool bSrchInParent, // sal_True: auch in Parent-ItemSets suchen in GetItem() argument
972 SfxItemState eState = GetItemState( nWhich, bSrchInParent, &pItem ); in GetItem()
973 if ( bSrchInParent && SFX_ITEM_AVAILABLE == eState && in GetItem()
994 const SfxPoolItem& SfxItemSet::Get( sal_uInt16 nWhich, sal_Bool bSrchInParent) const in Get()
1039 } while( bSrchInParent && 0 != ( pAktSet = pAktSet->_pParent )); in Get()
/aoo4110/main/svl/inc/svl/
H A Ditemset.hxx137 virtual const SfxPoolItem& Get( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True ) const;
138 const SfxPoolItem* GetItem( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True,
146 sal_Bool bSrchInParent = sal_True,
/aoo4110/main/sw/inc/
H A Dformat.hxx94 inline SfxItemState GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True,
343 inline SfxItemState SwFmt::GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent, in GetItemState() argument
346 return aSet.GetItemState( nWhich, bSrchInParent, ppItem ); in GetItemState()

Completed in 99 milliseconds