diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 16:03:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-23 22:10:15 +0200 |
commit | 33e0f4c8f1a38ed06508eb0754c7b6fe9cc9f2c8 (patch) | |
tree | e2e2c1ecbc9ea5983e946a0c602ccbd6db06b630 /include | |
parent | 7cfd8b201beeb356ee4cc58385664d5b37dd4e35 (diff) |
weld OTableDesignHelpBar
Change-Id: If77b9e180791909998cb8536439bcc6ea6d4137b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99331
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/weld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 802e1ae7f138..660c7feb2a57 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -1945,6 +1945,7 @@ public: virtual OUString get_text() const = 0; // if nStartPos or nEndPos is -1 the max available text pos will be used virtual void select_region(int nStartPos, int nEndPos) = 0; + // returns true if the selection has nonzero length virtual bool get_selection_bounds(int& rStartPos, int& rEndPos) = 0; virtual void replace_selection(const OUString& rText) = 0; virtual void set_editable(bool bEditable) = 0; |