diff options
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/primitive2d/textlayoutdevice.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx index 597e1b34de09..10f0fc0b23c1 100644 --- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx +++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx @@ -105,6 +105,11 @@ namespace drawinglayer::primitive2d const OUString& rText, sal_uInt32 nIndex, sal_uInt32 nLength) const; + + ::std::vector< double > getCaretPositions( + const OUString& rText, + sal_uInt32 nIndex, + sal_uInt32 nLength) const; }; // helper methods for vcl font handling |