loleaflet/reference.html | 12 ++++++++++++ 1 file changed, 12 insertions(+)
New commits: commit e10e155f72eedf44aeeed0225de79c10e9cfb05a Author: Jan Holesovsky <[email protected]> Date: Thu Mar 10 20:24:29 2016 +0100 loleaflet: Document the .uno:SortAscending and .uno:SortDescending. diff --git a/loleaflet/reference.html b/loleaflet/reference.html index bf492d3..43f9fe6 100644 --- a/loleaflet/reference.html +++ b/loleaflet/reference.html @@ -8769,6 +8769,18 @@ var unoCommands = [ }, { + uno: '.uno:SortAscending', + parameter: null, + description: 'Sort the current selection ascending.' +}, + +{ + uno: '.uno:SortDescending', + parameter: null, + description: 'Sort the current selection descending.' +}, + +{ header: 'Presentation-related', }, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
