summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-10-31 14:43:21 +0000
committerLuboš Luňák <l.lunak@collabora.com>2014-03-24 16:10:31 +0100
commitc1455ec34b438f4d839c57e42066d02172e3de17 (patch)
tree36cfd59f94de7475545a7453dc20435eabbef2d0 /include
parentcbe8ab2a9c65f7afe3caab004133d33e8c5521aa (diff)
Resolves: #i123500# unified Graphic processing to use GraphicPrimitive2D
(cherry picked from commit f5d69b2b8b002ca6905496a9d9065ef76b5641d7) Conflicts: sw/source/core/doc/notxtfrm.cxx (cherry picked from commit 2e5167528f7566dd9b000e50fc1610b7bf99132a) Signed-off-by: Luboš Luňák <l.lunak@centrum.cz> Conflicts: sw/source/core/doc/notxtfrm.cxx Change-Id: I1758aadcbe97ece271277378e62300b895421768
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index ed255360f831..6b2b51092d01 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -23,9 +23,9 @@
#include <sal/types.h>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/vector/b2dvector.hxx>
+#include <basegfx/range/b2drange.hxx>
#include <basegfx/basegfxdllapi.h>
-
///////////////////////////////////////////////////////////////////////////////
namespace basegfx
@@ -127,6 +127,11 @@ namespace basegfx
fRadiant);
}
+ /// special for the case to map from source range to target range
+ BASEGFX_DLLPUBLIC B2DHomMatrix createSourceRangeTargetRangeTransform(
+ const B2DRange& rSourceRange,
+ const B2DRange& rTargetRange);
+
} // end of namespace tools
} // end of namespace basegfx