Searched refs:SwInvertGrf (Results 1 – 7 of 7) sorted by relevance
245 class SwInvertGrf: public SfxBoolItem class248 SwInvertGrf( sal_Bool bVal = sal_False ) in SwInvertGrf() function in SwInvertGrf329 inline const SwInvertGrf &SwAttrSet::GetInvertGrf(sal_Bool bInP) const in GetInvertGrf()330 { return (const SwInvertGrf&)Get( RES_GRFATR_INVERT,bInP); } in GetInvertGrf()358 inline const SwInvertGrf &SwFmt::GetInvertGrf(sal_Bool bInP) const in GetInvertGrf()
114 class SwInvertGrf;323 inline const SwInvertGrf &GetInvertGrf(sal_Bool = sal_True ) const;
283 inline const SwInvertGrf &GetInvertGrf(sal_Bool = sal_True ) const;
282 SfxPoolItem* SwInvertGrf::Clone( SfxItemPool * ) const in Clone()284 return new SwInvertGrf( *this ); in Clone()
480 aGrfSet.Put( SwInvertGrf( in ExecAttr()651 rSet.Put( SfxBoolItem( nWhich, ((SwInvertGrf&) in GetAttrState()
1249 SfxItemPresentation SwInvertGrf::GetPresentation( in GetPresentation()
653 aAttrTab[ RES_GRFATR_INVERT - POOLATTR_BEGIN ] = new SwInvertGrf; in _InitCore()
Completed in 51 milliseconds