[Libreoffice-commits] online.git: bundled/include
Marco Cecchetti
marco.cecchetti at collabora.com
Mon Sep 4 08:07:31 UTC 2017
bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 20 ++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
New commits:
commit 124cf6a7b99643bea527993ac9d418d7fe9fecd2
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date: Sun Sep 3 23:05:04 2017 +0200
ruler: added the ruler callback enum to the bundled include
Change-Id: Ie8100b08897ce7f49b5108cea147bf9bfe6060ed
diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 0bf35024..477b6f4d 100644
--- a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -505,7 +505,25 @@ typedef enum
/**
* The text content of the address field in Calc.
*/
- LOK_CALLBACK_CELL_ADDRESS = 34
+ LOK_CALLBACK_CELL_ADDRESS = 34,
+
+ /**
+ * The key ruler related properties on change are reported by this.
+ *
+ * The payload format is:
+ *
+ * {
+ * "margin1": "...",
+ * "margin2": "...",
+ * "leftOffset": "...",
+ * "pageOffset": "...",
+ * "pageWidth": "...",
+ * "unit": "..."
+ * }
+ *
+ * Here all aproperties are same as described in svxruler.
+ */
+ LOK_CALLBACK_RULER_UPDATE = 35
}
LibreOfficeKitCallbackType;
More information about the Libreoffice-commits
mailing list