Lines Matching refs:SvxLineEndListItem
44 TYPEINIT1_FACTORY( SvxLineEndListItem, SfxPoolItem , new SvxLineEndListItem);
477 SvxLineEndListItem::SvxLineEndListItem() in SvxLineEndListItem() function in SvxLineEndListItem
483 SvxLineEndListItem::SvxLineEndListItem( XLineEndListSharedPtr aList, sal_uInt16 nW ) : in SvxLineEndListItem() function in SvxLineEndListItem
491 SvxLineEndListItem::SvxLineEndListItem( const SvxLineEndListItem& rItem ) : in SvxLineEndListItem() function in SvxLineEndListItem
499 SfxItemPresentation SvxLineEndListItem::GetPresentation in GetPresentation()
513 int SvxLineEndListItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
516 return static_cast< const SvxLineEndListItem& >(rItem).maLineEndList == maLineEndList; in operator ==()
521 SfxPoolItem* SvxLineEndListItem::Clone( SfxItemPool * ) const in Clone()
523 return new SvxLineEndListItem( *this ); in Clone()
528 sal_Bool SvxLineEndListItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) … in QueryValue()
539 sal_Bool SvxLineEndListItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*… in PutValue()