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

New commits:
commit f76206258e73aca4e362d7576868ae11128d4bc0
Author: Jan Holesovsky <[email protected]>
Date:   Thu Mar 10 15:24:59 2016 +0100

    loleaflet: Add commands for handling table rows / columns in presentatios.

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index 9b3130b..cd79555 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8630,6 +8630,49 @@ var unoCommands = [
 },
 
 {
+    header: 'Tables (in presentations)',
+},
+
+{
+    uno: '.uno:InsertColumns',
+    parameter: null,
+    description: 'Insert column after the current cursor position.',
+},
+
+{
+    uno: '.uno:InsertRows',
+    parameter: null,
+    description: 'Insert row after the current cursor position.',
+},
+
+{
+    uno: '.uno:InsertTable',
+    parameter: {
+       'Columns': {
+               'type': 'long',
+               'value': 6
+       },
+       'Rows': {
+               'type': "long",
+               'value': 10
+       }
+    },
+    description: 'Insert table with the given dimensions.'
+},
+
+{
+    uno: '.uno:DeleteColumns',
+    parameter: null,
+    description: 'Delete the current column.'
+},
+
+{
+    uno: '.uno:DeleteRows',
+    parameter: null,
+    description: 'Delete the current row.'
+},
+
+{
     header: 'Spreadsheet-related',
 },
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to