[Libreoffice-commits] online.git: loolwsd/bundled

Miklos Vajna vmiklos at collabora.co.uk
Wed Oct 14 07:13:52 PDT 2015


 loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h |   14 +++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 2cf417f8633c6ae3aea69f34c63ce59f37890eb4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Oct 14 16:13:17 2015 +0200

    loolwsd: update the bundled headers

diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 0da8769..459da5d 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -165,14 +165,20 @@ typedef enum
      * {
      *     "searchString": "...",
      *     "searchResultSelection": [
-     *         "...",
-     *         "..."
+     *         {
+     *             "part": "...",
+     *             "rectangles": "..."
+     *         },
+     *         {
+     *             "part": "...",
+     *             "rectangles": "..."
+     *         }
      *     ]
      * }
      *
      * - searchString is the search query
-     * - searchResultSelection is an array of rectangle list, in
-     *   LOK_CALLBACK_TEXT_SELECTION format.
+     * - searchResultSelection is an array of part-number and rectangle list
+     *   pairs, in LOK_CALLBACK_SET_PART / LOK_CALLBACK_TEXT_SELECTION format.
      */
     LOK_CALLBACK_SEARCH_RESULT_SELECTION
 }


More information about the Libreoffice-commits mailing list