Lines Matching refs:SvxKerningItem
146 TYPEINIT1_FACTORY(SvxKerningItem, SfxInt16Item, new SvxKerningItem(0, 0));
2201 SvxKerningItem::SvxKerningItem( const short nKern, const sal_uInt16 nId ) : in SvxKerningItem() function in SvxKerningItem
2208 SfxPoolItem* SvxKerningItem::Clone( SfxItemPool * ) const in Clone()
2210 return new SvxKerningItem( *this ); in Clone()
2215 SvStream& SvxKerningItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
2223 int SvxKerningItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
2231 int SvxKerningItem::HasMetrics() const in HasMetrics()
2238 SfxPoolItem* SvxKerningItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
2242 return new SvxKerningItem( nValue, Which() ); in Create()
2247 SfxItemPresentation SvxKerningItem::GetPresentation in GetPresentation()
2291 sal_Bool SvxKerningItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
2300 sal_Bool SvxKerningItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId) in PutValue()