[Libreoffice-commits] online.git: loolwsd/bundled
Miklos Vajna
vmiklos at collabora.co.uk
Thu Sep 29 12:18:58 UTC 2016
loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit 6941370d3870b25ca581f72d54c0ce1eaac758e0
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Sep 29 14:15:50 2016 +0200
Update bundled headers
Change-Id: I51d680910f059ded5fba03d302fd95d822a73c64
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 8aef838..187fa98 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -63,6 +63,12 @@ typedef enum
* @see lok::Office::setDocumentPassword().
*/
LOK_FEATURE_DOCUMENT_PASSWORD_TO_MODIFY = (1ULL << 1),
+
+ /**
+ * Request to have the part number as an 5th value in the
+ * LOK_CALLBACK_INVALIDATE_TILES payload.
+ */
+ LOK_FEATURE_PART_IN_INVALIDATION_CALLBACK = (1ULL << 2),
}
LibreOfficeKitOptionalFeatures;
@@ -84,6 +90,8 @@ typedef enum
* Rectangle format: "x, y, width, height", where all numbers are document
* coordinates, in twips. When all tiles are supposed to be dropped, the
* format is the "EMPTY" string.
+ *
+ * @see LOK_FEATURE_PART_IN_INVALIDATION_CALLBACK.
*/
LOK_CALLBACK_INVALIDATE_TILES,
/**
More information about the Libreoffice-commits
mailing list