diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-17 11:22:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-23 09:19:00 +0100 |
commit | c4f3d69dcf98e223cdc95abf8419f7ab96812387 (patch) | |
tree | fe8445b1c07acc97bf58e21c23c6e5f76885a780 /include/editeng | |
parent | 1f129c82ccbfe8a978f5a29a5786d3f6ce5f04cf (diff) |
editeng tiled rendering: implement drag of the middle selection handle
With this, it's possible to drag the middle selection handle of editeng
text (e.g. Writer shape text) and the cursor position will be updated
accordingly.
Change-Id: I2b03c8543efca477f2e377f3bb93732cd1775f81
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editview.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index 3e7012619e7c..a1d05efe4ce1 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -250,6 +250,8 @@ public: com::sun::star::uno::Reference< com::sun::star::linguistic2::XSpellChecker1 > xSpell, com::sun::star::uno::Reference< com::sun::star::linguistic2::XLanguageGuessing > xLangGuess, bool bIsParaText ); + /// Allows adjusting the point or mark of the selection to a document coordinate. + void SetCursorLogicPosition(const Point& rPosition, bool bPoint, bool bClearMark); }; #endif // INCLUDED_EDITENG_EDITVIEW_HXX |