summaryrefslogtreecommitdiff
path: root/include/vcl/ITiledRenderable.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-02-14 17:33:16 +0530
committerpranavk <pranavk@collabora.co.uk>2018-02-14 19:19:37 +0100
commit712540224d7c5c8cdb4a5214e2d7963a314c1928 (patch)
tree101386fc33b278d6ab307c665256a22b8beb439f /include/vcl/ITiledRenderable.hxx
parent4e1161c6cbdaf2bf0a92d3a5195ee559f2b77bed (diff)
lok IME: support dialogs as well
Change-Id: Ic78da45dadaa5a4e1ca78e20d04974108581121e Reviewed-on: https://gerrit.libreoffice.org/49714 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'include/vcl/ITiledRenderable.hxx')
-rw-r--r--include/vcl/ITiledRenderable.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index de3b098a496d..5a7034d476d0 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -81,6 +81,11 @@ public:
}
/**
+ * Get the vcl::Window for the document being edited
+ */
+ virtual VclPtr<vcl::Window> getDocWindow() = 0;
+
+ /**
* Get the hash of the currently displayed part, i.e. sheet in a spreadsheet
* or slide in a presentation.
*/
@@ -103,13 +108,6 @@ public:
virtual void postKeyEvent(int nType, int nCharCode, int nKeyCode) = 0;
/**
- * Posts an external text input event
- *
- * @see lok::Document::postExtTextInputEvent().
- */
- virtual void postExtTextInputEvent(int nType, const OUString& rText) = 0;
-
- /**
* Posts a mouse event on the document.
*
* @see lok::Document::postMouseEvent().