Lines Matching refs:XLineCapItem
391 TYPEINIT1_AUTOFACTORY(XLineCapItem, SfxEnumItem);
395 XLineCapItem::XLineCapItem(com::sun::star::drawing::LineCap eLineCap) in XLineCapItem() function in XLineCapItem
402 XLineCapItem::XLineCapItem( SvStream& rIn ) in XLineCapItem() function in XLineCapItem
409 sal_uInt16 XLineCapItem::GetVersion( sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
416 SfxPoolItem* XLineCapItem::Create( SvStream& rIn, sal_uInt16 nVer ) const in Create()
418 XLineCapItem* pRet = new XLineCapItem( rIn ); in Create()
428 SfxPoolItem* XLineCapItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
430 return new XLineCapItem( *this ); in Clone()
435 SfxItemPresentation XLineCapItem::GetPresentation( SfxItemPresentation ePres, SfxMapUnit /*eCoreUni… in GetPresentation()
476 sal_Bool XLineCapItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
485 sal_Bool XLineCapItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
513 sal_uInt16 XLineCapItem::GetValueCount() const in GetValueCount()
521 com::sun::star::drawing::LineCap XLineCapItem::GetValue() const in GetValue()