[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/reference.html

Jan Holesovsky kendy at collabora.com
Wed Jan 20 15:53:29 PST 2016


 loleaflet/reference.html |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

New commits:
commit 71d8db440e082754a29b744c2f4087e76024a977
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Jan 21 00:52:50 2016 +0100

    loleaflet: Document .uno:Name and .uno:Remove.

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index deb4b53..cfc4a26 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8660,6 +8660,32 @@ var unoCommands = [
 },
 
 {
+    uno: '.uno:Name',
+    parameter: {
+        'Name': {
+            'type': 'string',
+            'value': 'Sheet Name'
+        },
+        'Index': {
+            'type': 'long',
+            'value': 1
+        }
+    },
+    description: 'Rename the given sheet in the spreadsheet. The "Index" parameter means the position of the sheet - "1" means the 1st sheet, etc.'
+},
+
+{
+    uno: '.uno:Remove',
+    parameter: {
+        'Index': {
+            'type': 'long',
+            'value': 5
+        }
+    },
+    description: 'Remove the given sheet from the spreadsheet. The "Index" parameter means the position - "1" means the 1st sheet, etc.'
+},
+
+{
     header: 'Appearance options',
 },
 


More information about the Libreoffice-commits mailing list