Lines Matching refs:AffineMatrixItem
281 TYPEINIT1_AUTOFACTORY(AffineMatrixItem, SfxPoolItem);
283 AffineMatrixItem::AffineMatrixItem(const com::sun::star::geometry::AffineMatrix2D* pMatrix) in AffineMatrixItem() function in AffineMatrixItem
301 AffineMatrixItem::AffineMatrixItem(SvStream& rIn) in AffineMatrixItem() function in AffineMatrixItem
312 AffineMatrixItem::AffineMatrixItem(const AffineMatrixItem& rRef) in AffineMatrixItem() function in AffineMatrixItem
318 AffineMatrixItem::~AffineMatrixItem() in ~AffineMatrixItem()
322 int AffineMatrixItem::operator==(const SfxPoolItem& rRef) const in operator ==()
329 const AffineMatrixItem* pRef = dynamic_cast< const AffineMatrixItem* >(&rRef); in operator ==()
344 SfxPoolItem* AffineMatrixItem::Clone( SfxItemPool* /*pPool*/ ) const in Clone()
346 return new AffineMatrixItem(*this); in Clone()
349 SfxPoolItem* AffineMatrixItem::Create( SvStream& rIn, sal_uInt16 /*nVer*/ ) const in Create()
351 return new AffineMatrixItem(rIn); in Create()
354 SvStream& AffineMatrixItem::Store(SvStream &rStream, sal_uInt16 /*nItemVersion*/ ) const in Store()
365 sal_Bool AffineMatrixItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /* nMemberId */ ) … in QueryValue()
371 sal_Bool AffineMatrixItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /* nMemberId *… in PutValue()
382 const com::sun::star::geometry::AffineMatrix2D& AffineMatrixItem::GetAffineMatrix2D() const in GetAffineMatrix2D()