Lines Matching refs:SvxTextLineItem
135 TYPEINIT1_FACTORY(SvxTextLineItem, SfxEnumItem, new SvxTextLineItem(UNDERLINE_NONE, 0));
1339 SvxTextLineItem::SvxTextLineItem( const FontUnderline eSt, const sal_uInt16 nId ) in SvxTextLineItem() function in SvxTextLineItem
1346 int SvxTextLineItem::HasBoolValue() const in HasBoolValue()
1353 sal_Bool SvxTextLineItem::GetBoolValue() const in GetBoolValue()
1360 void SvxTextLineItem::SetBoolValue( sal_Bool bVal ) in SetBoolValue()
1367 SfxPoolItem* SvxTextLineItem::Clone( SfxItemPool * ) const in Clone()
1369 SvxTextLineItem* pNew = new SvxTextLineItem( *this ); in Clone()
1376 sal_uInt16 SvxTextLineItem::GetValueCount() const in GetValueCount()
1383 SvStream& SvxTextLineItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
1391 SfxPoolItem* SvxTextLineItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
1395 return new SvxTextLineItem( (FontUnderline)nState, Which() ); in Create()
1400 SfxItemPresentation SvxTextLineItem::GetPresentation in GetPresentation()
1428 XubString SvxTextLineItem::GetValueTextByPos( sal_uInt16 /*nPos*/ ) const in GetValueTextByPos()
1437 sal_Bool SvxTextLineItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1462 sal_Bool SvxTextLineItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1503 int SvxTextLineItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
1507 GetColor() == ((SvxTextLineItem&)rItem).GetColor(); in operator ==()
1513 : SvxTextLineItem( eSt, nId ) in SvxUnderlineItem()
1546 : SvxTextLineItem( eSt, nId ) in SvxOverlineItem()