summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorIlhan Yesil <ilhanyesil@gmx.de>2021-05-31 15:10:47 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-09-03 11:45:21 +0200
commite72a7368b368a822d2400ee7db60312226ad3195 (patch)
tree6ca2bc8fffc68e219bb27cfe530c4817ecc69c02 /libreofficekit
parent7e48bcea73a8eceacd708cb7fdeb66264eb602d6 (diff)
tdf#131548 Android: jump to cell
Added LOK_CALLBACK_SC_FOLLOW_JUMP: fire this signal to jump to cell cursor in android viewer. Payload format same as LOK_CALLBACK_INVALIDATE_TILES. Change-Id: Ic896baccf1327d6ccdf104811446e3454a42679e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116448 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/gtk/lokdocview.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 46568b84e528..3edc58bfe141 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1414,6 +1414,7 @@ callback (gpointer pData)
case LOK_CALLBACK_TAB_STOP_LIST:
case LOK_CALLBACK_FORM_FIELD_BUTTON:
case LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRY:
+ case LOK_CALLBACK_SC_FOLLOW_JUMP:
{
// TODO: Implement me
break;