summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.com>2022-05-12 13:13:35 +0530
committerPranam Lashkari <lpranam@collabora.com>2022-05-17 15:17:41 +0200
commit172bc7a8f4eeab907adac077407186fbbd046a77 (patch)
tree634720716e36534c7c055b97b14ebfea6f09be2e /libreofficekit
parent7260b8724fafd41294761382f69ece7fe09588c4 (diff)
lok-calc: new callback for print ranges
With this callback the lok clients can read and draw the print ranges on each sheet of the Calc document. Change-Id: Ie19351d4420e0f3d4191f6a354ce99ab830aede2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134375 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
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 1d40ebc2db90..045af47704ff 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1416,6 +1416,7 @@ callback (gpointer pData)
case LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRY:
case LOK_CALLBACK_DOCUMENT_BACKGROUND_COLOR:
case LOK_COMMAND_BLOCKED:
+ case LOK_CALLBACK_PRINT_RANGES:
{
// TODO: Implement me
break;