Searched refs:bPixelCoords (Results 1 – 4 of 4) sorted by relevance
213 sal_Bool bPixelCoords ) : in IMapRectangleObject() argument216 ImpConstruct( rRect, bPixelCoords ); in IMapRectangleObject()293 if ( bPixelCoords ) in GetRectangle()346 sal_Bool bPixelCoords ) : in IMapCircleObject() argument349 ImpConstruct( rCenter, nCircleRadius, bPixelCoords ); in IMapCircleObject()447 Point IMapCircleObject::GetCenter( sal_Bool bPixelCoords ) const in GetCenter()451 if ( bPixelCoords ) in GetCenter()470 if ( bPixelCoords ) in GetRadius()540 sal_Bool bPixelCoords ) : in IMapPolygonObject() argument544 ImpConstruct( rPoly, bPixelCoords ); in IMapPolygonObject()[all …]
61 sal_Bool bPixelCoords = sal_True );67 Point GetCenter( sal_Bool bPixelCoords = sal_True ) const;68 sal_uLong GetRadius( sal_Bool bPixelCoords = sal_True ) const;
60 sal_Bool bPixelCoords = sal_True );66 Rectangle GetRectangle( sal_Bool bPixelCoords = sal_True ) const;
64 sal_Bool bPixelCoords = sal_True );70 Polygon GetPolygon( sal_Bool bPixelCoords = sal_True ) const;
Completed in 30 milliseconds