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

This commit is contained in:
Jan Holesovsky 2016-01-21 00:52:50 +01:00
parent 424a5aee42
commit baf936d1b8

View file

@ -8659,6 +8659,32 @@ var unoCommands = [
description: 'Insert row before the current cursor position.', description: 'Insert row before the current cursor position.',
}, },
{
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', header: 'Appearance options',
}, },