Lines Matching refs:IMapRectangleObject
206 IMapRectangleObject::IMapRectangleObject( const Rectangle& rRect, in IMapRectangleObject() function in IMapRectangleObject
226 void IMapRectangleObject::ImpConstruct( const Rectangle& rRect, sal_Bool bPixel ) in ImpConstruct()
241 void IMapRectangleObject::WriteIMapObject( SvStream& rOStm ) const in WriteIMapObject()
253 void IMapRectangleObject::ReadIMapObject( SvStream& rIStm ) in ReadIMapObject()
265 sal_uInt16 IMapRectangleObject::GetType() const in GetType()
277 sal_Bool IMapRectangleObject::IsHit( const Point& rPoint ) const in IsHit()
289 Rectangle IMapRectangleObject::GetRectangle( sal_Bool bPixelCoords ) const in GetRectangle()
308 void IMapRectangleObject::Scale( const Fraction& rFracX, const Fraction& rFracY ) in Scale()
329 sal_Bool IMapRectangleObject::IsEqual( const IMapRectangleObject& rEqObj ) in IsEqual()
766 maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in ImageMap()
841 maList.Insert( new IMapRectangleObject( *(IMapRectangleObject*) pCopyObj ), LIST_APPEND ); in operator =()
890 if ( !( (IMapRectangleObject*) pObj )->IsEqual( *(IMapRectangleObject*) pEqObj ) ) in operator ==()
960 maList.Insert( new IMapRectangleObject( (IMapRectangleObject&) rIMapObject ), LIST_APPEND ); in InsertIMapObject()
1051 ( (IMapRectangleObject*) pObj )->Scale( rFracX, rFracY ); in Scale()
1108 IMapRectangleObject* pObj = new IMapRectangleObject; in ImpReadImageMap()