[Libreoffice-commits] online.git: bundled/include
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 26 08:42:38 UTC 2019
bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 2bc1e8b6e21f0e486e588fb3fac0abff5d4dc7d0
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Nov 26 09:42:02 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Nov 26 09:42:16 2019 +0100
sync LOKit headers with core (only comments)
Change-Id: I7a073500732e8d9d181588a835fe1905c0cf7a58
diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index e620fb6c3..7ef3a3884 100644
--- a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -267,6 +267,10 @@ typedef enum
*
* Payload format is "width, height", i.e. clients get the new size without
* having to do an explicit lok::Document::getDocumentSize() call.
+ *
+ * A size change is always preceeded by a series of
+ * LOK_CALLBACK_INVALIDATE_TILES events invalidating any areas
+ * need re-rendering to adapt.
*/
LOK_CALLBACK_DOCUMENT_SIZE_CHANGED = 13,
@@ -713,7 +717,7 @@ typedef enum
/**
* Send the list of functions whose name starts with the characters entered
- * by the user.
+ * by the user in the formula input bar.
*/
LOK_CALLBACK_CALC_FUNCTION_LIST = 47
}
More information about the Libreoffice-commits
mailing list