summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/edtwin.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-10 09:40:38 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:03 +0100
commit65726aae458d5af0e438dd8494a9812770c06186 (patch)
tree0d6e2efebb0bfc676d8f2bd70e6534367f2ab57e /sw/source/uibase/inc/edtwin.hxx
parentc08069f2d764c86533c6ea1a17e7437efe6471ac (diff)
LOK: add lok::Document::setGraphicSelection() API and implement it for Writer
Change-Id: I115cf7e7978622d5108c4c792f7de861beb6efb6
Diffstat (limited to 'sw/source/uibase/inc/edtwin.hxx')
-rw-r--r--sw/source/uibase/inc/edtwin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index aa6d63b02e74..3aeee1963a14 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -308,6 +308,8 @@ public:
void LogicMouseButtonUp(const MouseEvent& rMouseEvent);
/// Allows adjusting the point or mark of the selection to a document coordinate.
void SetCursorLogicPosition(const Point& rPosition, bool bPoint, bool bClearMark);
+ /// Allows starting or ending a graphic move or resize action.
+ void SetGraphicLogicPosition(bool bStart, const Point& rPosition);
};
#endif