Lines Matching refs:bPixelCoords
213 sal_Bool bPixelCoords ) : in IMapRectangleObject() argument
216 ImpConstruct( rRect, bPixelCoords ); in IMapRectangleObject()
289 Rectangle IMapRectangleObject::GetRectangle( sal_Bool bPixelCoords ) const in GetRectangle()
293 if ( bPixelCoords ) in GetRectangle()
346 sal_Bool bPixelCoords ) : in IMapCircleObject() argument
349 ImpConstruct( rCenter, nCircleRadius, bPixelCoords ); in IMapCircleObject()
447 Point IMapCircleObject::GetCenter( sal_Bool bPixelCoords ) const in GetCenter()
451 if ( bPixelCoords ) in GetCenter()
466 sal_uLong IMapCircleObject::GetRadius( sal_Bool bPixelCoords ) const in GetRadius()
470 if ( bPixelCoords ) in GetRadius()
540 sal_Bool bPixelCoords ) : in IMapPolygonObject() argument
544 ImpConstruct( rPoly, bPixelCoords ); in IMapPolygonObject()
626 Polygon IMapPolygonObject::GetPolygon( sal_Bool bPixelCoords ) const in GetPolygon()
630 if ( bPixelCoords ) in GetPolygon()