summaryrefslogtreecommitdiffstats
path: root/libreofficekit
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2019-11-25 21:35:42 +0100
committerMarco Cecchetti <marco.cecchetti@collabora.com>2019-11-26 08:54:22 +0100
commite6c305c61241470fd4263f897556cafca3eaf83a (patch)
treef8d1a43fcd982aacd06b20b9f238575bb3ca8eb0 /libreofficekit
parentlok: calc formula bar tunneling: resize the main window (diff)
downloadcore-e6c305c61241470fd4263f897556cafca3eaf83a.tar.gz
core-e6c305c61241470fd4263f897556cafca3eaf83a.zip
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
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 f8815e673458..87fe7689ce0e 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1376,6 +1376,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;