From fa42338091ecd96b637ea52984c2642b89966f44 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Mon, 25 Nov 2019 21:35:42 +0100 Subject: lok: calc formula bar tunneling: function list callback Added a lok callback for sending the list of functions matching the current characters typed by the user. Change-Id: Ia971fc55ec5eb961b4098592a8049dd0eed3ba14 Reviewed-on: https://gerrit.libreoffice.org/83750 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- 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 f6fc2d8160ea..d5c9b919e0a9 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1389,6 +1389,7 @@ callback (gpointer pData) case LOK_CALLBACK_CELL_AUTO_FILL_AREA: case LOK_CALLBACK_TABLE_SELECTED: case LOK_CALLBACK_JSDIALOG: + case LOK_CALLBACK_CALC_FUNCTION_LIST: { // TODO: Implement me break; -- cgit