Lines Matching refs:XLineJointItem
143 TYPEINIT1_AUTOFACTORY(XLineJointItem, SfxEnumItem);
147 XLineJointItem::XLineJointItem( com::sun::star::drawing::LineJoint eLineJoint ) : in XLineJointItem() function in XLineJointItem
154 XLineJointItem::XLineJointItem( SvStream& rIn ) : in XLineJointItem() function in XLineJointItem
161 sal_uInt16 XLineJointItem::GetVersion( sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
168 SfxPoolItem* XLineJointItem::Create( SvStream& rIn, sal_uInt16 nVer ) const in Create()
170 XLineJointItem* pRet = new XLineJointItem( rIn ); in Create()
180 SfxPoolItem* XLineJointItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
182 return new XLineJointItem( *this ); in Clone()
187 SfxItemPresentation XLineJointItem::GetPresentation( SfxItemPresentation ePres, SfxMapUnit /*eCoreU… in GetPresentation()
242 sal_Bool XLineJointItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue()
251 sal_Bool XLineJointItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
271 sal_uInt16 XLineJointItem::GetValueCount() const in GetValueCount()