From d5371ec06292b67fd5f401e9ad51586f603089f8 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 6 May 2022 15:31:37 +0900 Subject: chart2: add func. to convert from css::awt and B2IRectangle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6da70d4559d1536b788228bcae64f5e43462d8e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133922 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- chart2/source/inc/BaseGFXHelper.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart2/source/inc/BaseGFXHelper.hxx') diff --git a/chart2/source/inc/BaseGFXHelper.hxx b/chart2/source/inc/BaseGFXHelper.hxx index fd24fa2b45b6..18481031e2ef 100644 --- a/chart2/source/inc/BaseGFXHelper.hxx +++ b/chart2/source/inc/BaseGFXHelper.hxx @@ -52,6 +52,8 @@ OOO_DLLPUBLIC_CHARTTOOLS css::awt::Point B2IRectangleToAWTPoint( OOO_DLLPUBLIC_CHARTTOOLS css::awt::Size B2IRectangleToAWTSize( const ::basegfx::B2IRectangle& rB2IRectangle ); +OOO_DLLPUBLIC_CHARTTOOLS css::awt::Rectangle toAwtRectangle(const basegfx::B2IRectangle& rB2IRectangle); + ::basegfx::B3DVector Direction3DToB3DVector( const css::drawing::Direction3D& rDirection ); -- cgit