[Libreoffice-commits] online.git: loleaflet/reference.html
Jan Holesovsky
kendy at collabora.com
Wed Jan 20 15:54:34 PST 2016
loleaflet/reference.html | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
New commits:
commit baf936d1b833393524439156635ff37742a004aa
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