Lines Matching refs:XLineStyleItem
523 TYPEINIT1_AUTOFACTORY(XLineStyleItem, SfxEnumItem);
535 XLineStyleItem::XLineStyleItem(XLineStyle eTheLineStyle) : in XLineStyleItem() function in XLineStyleItem
550 XLineStyleItem::XLineStyleItem(SvStream& rIn) : in XLineStyleItem() function in XLineStyleItem
565 SfxPoolItem* XLineStyleItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
567 return new XLineStyleItem( *this ); in Clone()
580 SfxPoolItem* XLineStyleItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
582 return new XLineStyleItem(rIn); in Create()
587 SfxItemPresentation XLineStyleItem::GetPresentation in GetPresentation()
625 sal_Bool XLineStyleItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue()
632 sal_Bool XLineStyleItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
650 sal_uInt16 XLineStyleItem::GetValueCount() const in GetValueCount()