Lines Matching refs:SvxLineSpacingItem
86 TYPEINIT1_FACTORY(SvxLineSpacingItem, SfxPoolItem , new SvxLineSpacingItem(LINE_SPACE_DEFAULT_HEIGH…
104 SvxLineSpacingItem::SvxLineSpacingItem( sal_uInt16 nHeight, const sal_uInt16 nId ) in SV_IMPL_VARARR_SORT()
116 int SvxLineSpacingItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
120 const SvxLineSpacingItem& rLineSpace = (const SvxLineSpacingItem&)rAttr; in operator ==()
147 sal_Bool SvxLineSpacingItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
194 sal_Bool SvxLineSpacingItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
256 SfxPoolItem* SvxLineSpacingItem::Clone( SfxItemPool * ) const in Clone()
258 return new SvxLineSpacingItem( *this ); in Clone()
263 SfxItemPresentation SvxLineSpacingItem::GetPresentation in GetPresentation()
281 SfxPoolItem* SvxLineSpacingItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
294 SvxLineSpacingItem* pAttr = new SvxLineSpacingItem( nHeight, Which() ); in Create()
304 SvStream& SvxLineSpacingItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
316 sal_uInt16 SvxLineSpacingItem::GetValueCount() const in GetValueCount()
323 XubString SvxLineSpacingItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
339 sal_uInt16 SvxLineSpacingItem::GetEnumValue() const in GetEnumValue()
354 void SvxLineSpacingItem::SetEnumValue( sal_uInt16 nVal ) in SetEnumValue()