Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/graphic/
H A Dgrfatr.cxx184 SfxPoolItem* SwRotationGrf::Clone( SfxItemPool * ) const in Clone()
186 return new SwRotationGrf( GetValue(), aUnrotatedSize ); in Clone()
190 int SwRotationGrf::operator==( const SfxPoolItem& rCmp ) const in operator ==()
193 GetUnrotatedSize() == ((SwRotationGrf&)rCmp).GetUnrotatedSize(); in operator ==()
197 sal_Bool SwRotationGrf::QueryValue( uno::Any& rVal, sal_uInt8 ) const in QueryValue()
205 sal_Bool SwRotationGrf::PutValue( const uno::Any& rVal, sal_uInt8 ) in PutValue()
H A Dndgrf.cxx1224 const SwRotationGrf& rRotation = rSet.GetRotationGrf(); in GetGraphicAttr()
/aoo42x/main/sw/inc/
H A Dgrfatr.hxx107 class SwRotationGrf : public SfxUInt16Item class
111 SwRotationGrf( sal_Int16 nVal = 0 ) in SwRotationGrf() function in SwRotationGrf
114 SwRotationGrf( sal_Int16 nVal, const Size& rSz ) in SwRotationGrf() function in SwRotationGrf
315 inline const SwRotationGrf &SwAttrSet::GetRotationGrf(sal_Bool bInP) const in GetRotationGrf()
316 { return (const SwRotationGrf&)Get( RES_GRFATR_ROTATION,bInP); } in GetRotationGrf()
344 inline const SwRotationGrf &SwFmt::GetRotationGrf(sal_Bool bInP) const in GetRotationGrf()
H A Dswatrset.hxx107 class SwRotationGrf;
316 inline const SwRotationGrf &GetRotationGrf(sal_Bool = sal_True ) const;
H A Dformat.hxx276 inline const SwRotationGrf &GetRotationGrf(sal_Bool = sal_True ) const;
/aoo42x/main/sw/source/ui/utlui/
H A Dattrdesc.cxx1121 SfxItemPresentation SwRotationGrf::GetPresentation( in GetPresentation()
/aoo42x/main/sw/source/core/bastyp/
H A Dinit.cxx646 aAttrTab[ RES_GRFATR_ROTATION - POOLATTR_BEGIN ] = new SwRotationGrf; in _InitCore()

Completed in 118 milliseconds