Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/graphic/
H A Dgrfatr.cxx56 TYPEINIT1_AUTOFACTORY(SwGammaGrf, SfxPoolItem) in TYPEINIT1_AUTOFACTORY()
258 SfxPoolItem* SwGammaGrf::Clone( SfxItemPool * ) const in Clone()
260 return new SwGammaGrf( *this ); in Clone()
263 int SwGammaGrf::operator==( const SfxPoolItem& rCmp ) const in operator ==()
266 nValue == ((SwGammaGrf&)rCmp).GetValue(); in operator ==()
269 sal_Bool SwGammaGrf::QueryValue( uno::Any& rVal, sal_uInt8 ) const in QueryValue()
275 sal_Bool SwGammaGrf::PutValue( const uno::Any& rVal, sal_uInt8 ) in PutValue()
/aoo4110/main/sw/inc/
H A Dgrfatr.hxx208 class SW_DLLPUBLIC SwGammaGrf : public SfxPoolItem class
213 SwGammaGrf() : SfxPoolItem( RES_GRFATR_GAMMA ), nValue( 1.0 ) in SwGammaGrf() function in SwGammaGrf
216 SwGammaGrf( const double& rVal ) in SwGammaGrf() function in SwGammaGrf
220 inline SwGammaGrf& operator=( const SwGammaGrf& rCopy ) in operator =()
327 inline const SwGammaGrf &SwAttrSet::GetGammaGrf(sal_Bool bInP) const in GetGammaGrf()
328 { return (const SwGammaGrf&)Get( RES_GRFATR_GAMMA,bInP); } in GetGammaGrf()
356 inline const SwGammaGrf &SwFmt::GetGammaGrf(sal_Bool bInP) const in GetGammaGrf()
H A Dswatrset.hxx113 class SwGammaGrf;
314 inline const SwGammaGrf &GetGammaGrf(sal_Bool = sal_True ) const;
H A Dformat.hxx273 inline const SwGammaGrf &GetGammaGrf(sal_Bool = sal_True ) const;
/aoo4110/main/sw/source/ui/shells/
H A Dgrfsh.cxx457 aGrfSet.Put( SwGammaGrf(fVal/100. )); in ExecAttr()
618 ( (SwGammaGrf&)aCoreSet.Get( RES_GRFATR_GAMMA ) ).GetValue() * 100 ) ) ); in GetAttrState()
/aoo4110/main/sw/source/ui/utlui/
H A Dattrdesc.cxx1226 SfxItemPresentation SwGammaGrf::GetPresentation( in GetPresentation()
/aoo4110/main/sw/source/core/bastyp/
H A Dinit.cxx639 aAttrTab[ RES_GRFATR_GAMMA - POOLATTR_BEGIN ] = new SwGammaGrf; in _InitCore()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf.cxx2189 pGrfNd->SetAttr(SwGammaGrf(fVal/100.)); in SetAttributesAtGrfNode()

Completed in 50 milliseconds