Lines Matching refs:SvxRotateModeItem
48 TYPEINIT1_FACTORY(SvxRotateModeItem, SfxEnumItem, new SvxRotateModeItem(SVX_ROTATE_MODE_STANDARD, 0…
55 SvxRotateModeItem::SvxRotateModeItem( SvxRotateMode eMode, sal_uInt16 _nWhich ) in SvxRotateModeItem() function in SvxRotateModeItem
60 SvxRotateModeItem::SvxRotateModeItem( const SvxRotateModeItem& rItem ) in SvxRotateModeItem() function in SvxRotateModeItem
65 __EXPORT SvxRotateModeItem::~SvxRotateModeItem() in ~SvxRotateModeItem()
69 SfxPoolItem* __EXPORT SvxRotateModeItem::Create( SvStream& rStream, sal_uInt16 ) const in Create()
73 return new SvxRotateModeItem( (SvxRotateMode) nVal,Which() ); in Create()
76 SfxItemPresentation __EXPORT SvxRotateModeItem::GetPresentation( in GetPresentation()
99 String __EXPORT SvxRotateModeItem::GetValueText( sal_uInt16 nVal ) const in GetValueText()
118 sal_uInt16 __EXPORT SvxRotateModeItem::GetValueCount() const in GetValueCount()
123 SfxPoolItem* __EXPORT SvxRotateModeItem::Clone( SfxItemPool* ) const in Clone()
125 return new SvxRotateModeItem( *this ); in Clone()
128 sal_uInt16 __EXPORT SvxRotateModeItem::GetVersion( sal_uInt16 /*nFileVersion*/ ) const in GetVersion()
135 sal_Bool SvxRotateModeItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const in QueryValue()
149 sal_Bool SvxRotateModeItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()