From a60b18a8c5d5c11c87dbbaaf884de138dfeb6c8f Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Tue, 14 Apr 2020 07:35:02 +0200 Subject: lok: add tabstop changing and callback to send tabstop updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds callback LOK_CALLBACK_TAB_STOP_LIST to send the tabstops for the current paragraph. In addition it adds .uno:ChangeTabStop action, with which it is possible to change just one tabstop identified by the index. Change-Id: I7762ead12e47288cbb0b0a1c8ffb8e9872cee8e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92147 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- libreofficekit/source/gtk/lokdocview.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libreofficekit') diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 0d7ad9b9e7a6..c9235f41b2a4 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1398,6 +1398,7 @@ callback (gpointer pData) case LOK_CALLBACK_TABLE_SELECTED: case LOK_CALLBACK_JSDIALOG: case LOK_CALLBACK_CALC_FUNCTION_LIST: + case LOK_CALLBACK_TAB_STOP_LIST: { // TODO: Implement me break; -- cgit