From 0bcca08d53d6f67f5021ea888ea096ec9ac21ba8 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 17 May 2020 20:32:49 +0200 Subject: vcl: VectorGraphicSearch return text rectangles in 100th mm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95261 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl (cherry picked from commit 936a670f61fed891f8aaec77b2422f366240f193) Change-Id: I12e7ad10dc3ed68d20d94713acece1361da27e81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95834 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl (cherry picked from commit f73fef6b9b519adaadf51abb5aa1fb3dd0cda9a9) --- include/vcl/VectorGraphicSearch.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/vcl/VectorGraphicSearch.hxx b/include/vcl/VectorGraphicSearch.hxx index 41c7745d0cf5..5420e161448b 100644 --- a/include/vcl/VectorGraphicSearch.hxx +++ b/include/vcl/VectorGraphicSearch.hxx @@ -15,6 +15,7 @@ #include #include +#include #include @@ -34,6 +35,7 @@ public: VectorGraphicSearch(Graphic const& rGraphic); ~VectorGraphicSearch(); bool search(OUString const& rSearchString); + basegfx::B2DSize pageSize(); bool next(); int index(); std::vector getTextRectangles(); -- cgit