loolwsd: update the bundled headers
This commit is contained in:
parent
d8fa9d708b
commit
a4003470e3
1 changed files with 25 additions and 2 deletions
|
@ -156,8 +156,31 @@ typedef enum
|
|||
* Payload is a single 0-based integer.
|
||||
*/
|
||||
LOK_CALLBACK_SET_PART,
|
||||
/// Number of search results, in case something is found.
|
||||
LOK_CALLBACK_SEARCH_RESULT_COUNT
|
||||
|
||||
/**
|
||||
* Number of search results followed by the original searched phrase.
|
||||
* count;phrase
|
||||
*/
|
||||
LOK_CALLBACK_SEARCH_RESULT_COUNT,
|
||||
|
||||
/**
|
||||
* Selection rectangles of the search result when find all is performed.
|
||||
*
|
||||
* Payload format example, in case of two matches:
|
||||
*
|
||||
* {
|
||||
* "searchString": "...",
|
||||
* "searchResultSelection": [
|
||||
* "...",
|
||||
* "..."
|
||||
* ]
|
||||
* }
|
||||
*
|
||||
* - searchString is the search query
|
||||
* - searchResultSelection is an array of rectangle list, in
|
||||
* LOK_CALLBACK_TEXT_SELECTION format.
|
||||
*/
|
||||
LOK_CALLBACK_SEARCH_RESULT_SELECTION
|
||||
}
|
||||
LibreOfficeKitCallbackType;
|
||||
|
||||
|
|
Loading…
Reference in a new issue