bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit 2bc1e8b6e21f0e486e588fb3fac0abff5d4dc7d0 Author: Andras Timar <[email protected]> AuthorDate: Tue Nov 26 09:42:02 2019 +0100 Commit: Andras Timar <[email protected]> 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 } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
