Lines Matching refs:SvxLineItem
137 TYPEINIT1_FACTORY(SvxLineItem, SfxPoolItem, new SvxLineItem(0));
3229 SvxLineItem::SvxLineItem( const sal_uInt16 nId ) : in SvxLineItem() function in SvxLineItem
3239 SvxLineItem::SvxLineItem( const SvxLineItem& rCpy ) : in SvxLineItem() function in SvxLineItem
3249 SvxLineItem::~SvxLineItem() in ~SvxLineItem()
3256 SvxLineItem& SvxLineItem::operator=( const SvxLineItem& rLine ) in operator =()
3265 int SvxLineItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
3269 return CmpBrdLn( pLine, ((SvxLineItem&)rAttr).GetLine() ); in operator ==()
3274 SfxPoolItem* SvxLineItem::Clone( SfxItemPool* ) const in Clone()
3276 return new SvxLineItem( *this ); in Clone()
3279 sal_Bool SvxLineItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemId ) const in QueryValue()
3307 sal_Bool SvxLineItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemId ) in PutValue()
3349 SfxItemPresentation SvxLineItem::GetPresentation in GetPresentation()
3380 SvStream& SvxLineItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
3396 int SvxLineItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
3404 int SvxLineItem::HasMetrics() const in HasMetrics()
3411 SfxPoolItem* SvxLineItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
3413 SvxLineItem* _pLine = new SvxLineItem( Which() ); in Create()
3428 void SvxLineItem::SetLine( const SvxBorderLine* pNew ) in SetLine()