Home
last modified time | relevance | path

Searched refs:rB2IRectangle (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx76 awt::Point B2IRectangleToAWTPoint( const ::basegfx::B2IRectangle& rB2IRectangle ) in B2IRectangleToAWTPoint() argument
78 return awt::Point( rB2IRectangle.getMinX(), rB2IRectangle.getMinY() ); in B2IRectangleToAWTPoint()
81 awt::Size B2IRectangleToAWTSize( const ::basegfx::B2IRectangle& rB2IRectangle ) in B2IRectangleToAWTSize() argument
83 return awt::Size( static_cast< sal_Int32 >( rB2IRectangle.getWidth()), in B2IRectangleToAWTSize()
84 static_cast< sal_Int32 >( rB2IRectangle.getHeight())); in B2IRectangleToAWTSize()
88 const ::basegfx::B2IRectangle& rB2IRectangle ) in B2IRectangleToAWTRectangle()
90 return awt::Rectangle( rB2IRectangle.getMinX(), rB2IRectangle.getMinY(), in B2IRectangleToAWTRectangle()
91 static_cast< sal_Int32 >( rB2IRectangle.getWidth()), in B2IRectangleToAWTRectangle()
92 static_cast< sal_Int32 >( rB2IRectangle.getHeight())); in B2IRectangleToAWTRectangle()
/trunk/main/chart2/source/inc/
H A DBaseGFXHelper.hxx55 const ::basegfx::B2IRectangle& rB2IRectangle );
58 const ::basegfx::B2IRectangle& rB2IRectangle );
62 const ::basegfx::B2IRectangle& rB2IRectangle );

Completed in 11 milliseconds