Lines Matching refs:SvxCharScaleWidthItem
158 TYPEINIT1_FACTORY(SvxCharScaleWidthItem, SfxUInt16Item, new SvxCharScaleWidthItem(100, 0));
3386 SvxCharScaleWidthItem::SvxCharScaleWidthItem( sal_uInt16 nValue, in SvxCharScaleWidthItem() function in SvxCharScaleWidthItem
3392 SfxPoolItem* SvxCharScaleWidthItem::Clone( SfxItemPool* ) const in Clone()
3394 return new SvxCharScaleWidthItem( GetValue(), Which() ); in Clone()
3397 SfxPoolItem* SvxCharScaleWidthItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
3401 SvxCharScaleWidthItem* pItem = new SvxCharScaleWidthItem( nVal, Which() ); in Create()
3420 SvStream& SvxCharScaleWidthItem::Store( SvStream& rStream, sal_uInt16 nVer ) const in Store()
3436 sal_uInt16 SvxCharScaleWidthItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3441 SfxItemPresentation SvxCharScaleWidthItem::GetPresentation( in GetPresentation()
3469 sal_Bool SvxCharScaleWidthItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()
3484 sal_Bool SvxCharScaleWidthItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const in QueryValue()