loleaflet/reference.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
New commits: commit db1adc643abd2f2f547f5ad35e0b9df1c9eea914 Author: Jan Holesovsky <[email protected]> Date: Thu Mar 10 16:04:59 2016 +0100 loleaflet: Update Table of X (Content etc.) related commands. diff --git a/loleaflet/reference.html b/loleaflet/reference.html index cd79555..bf492d3 100644 --- a/loleaflet/reference.html +++ b/loleaflet/reference.html @@ -8673,6 +8673,22 @@ var unoCommands = [ }, { + header: 'Text document-related', +}, + +{ + uno: '.uno:UpdateAllIndexes', + parameter: null, + description: 'Update all Table of X (Content etc.) Useful for general menus / toolbars.' +}, + +{ + uno: '.uno:UpdateCurIndex', + parameter: null, + description: 'Update the current Table of X (Content etc.) "Current" means the one in where the cursor is located, useful for context menus.' +}, + +{ header: 'Spreadsheet-related', }, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
