Lines Matching refs:SvxCharRotateItem
157 TYPEINIT1_FACTORY(SvxCharRotateItem, SfxUInt16Item, new SvxCharRotateItem(0, sal_False, 0));
3264 SvxCharRotateItem::SvxCharRotateItem( sal_uInt16 nValue, in SvxCharRotateItem() function in SvxCharRotateItem
3271 SfxPoolItem* SvxCharRotateItem::Clone( SfxItemPool* ) const in Clone()
3273 return new SvxCharRotateItem( GetValue(), IsFitToLine(), Which() ); in Clone()
3276 SfxPoolItem* SvxCharRotateItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
3281 return new SvxCharRotateItem( nVal, b, Which() ); in Create()
3284 SvStream& SvxCharRotateItem::Store( SvStream & rStrm, sal_uInt16 ) const in Store()
3291 sal_uInt16 SvxCharRotateItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3296 SfxItemPresentation SvxCharRotateItem::GetPresentation( in GetPresentation()
3326 sal_Bool SvxCharRotateItem::QueryValue( com::sun::star::uno::Any& rVal, in QueryValue()
3347 sal_Bool SvxCharRotateItem::PutValue( const com::sun::star::uno::Any& rVal, in PutValue()
3374 int SvxCharRotateItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
3378 IsFitToLine() == ((const SvxCharRotateItem&)rItem).IsFitToLine(); in operator ==()