Searched refs:SwRotationGrf (Results 1 – 7 of 7) sorted by relevance
184 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()
1224 const SwRotationGrf& rRotation = rSet.GetRotationGrf(); in GetGraphicAttr()
107 class SwRotationGrf : public SfxUInt16Item class111 SwRotationGrf( sal_Int16 nVal = 0 ) in SwRotationGrf() function in SwRotationGrf114 SwRotationGrf( sal_Int16 nVal, const Size& rSz ) in SwRotationGrf() function in SwRotationGrf315 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()
107 class SwRotationGrf;316 inline const SwRotationGrf &GetRotationGrf(sal_Bool = sal_True ) const;
276 inline const SwRotationGrf &GetRotationGrf(sal_Bool = sal_True ) const;
1121 SfxItemPresentation SwRotationGrf::GetPresentation( in GetPresentation()
646 aAttrTab[ RES_GRFATR_ROTATION - POOLATTR_BEGIN ] = new SwRotationGrf; in _InitCore()
Completed in 38 milliseconds