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

Jan Holesovsky kendy at collabora.com
Thu Mar 10 12:33:28 UTC 2016


 loleaflet/reference.html |   41 ++++++++++++++++++++++++++++++++++++-----
 1 file changed, 36 insertions(+), 5 deletions(-)

New commits:
commit c1bea18891d76617d78defd00c6f4b54149f242b
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Mar 10 13:32:40 2016 +0100

    loleaflet: Document .uno: command to change layout of the current slide.

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index aa1b3b7..e3d654f 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8717,6 +8717,37 @@ var unoCommands = [
 },
 
 {
+    header: 'Presentation-related',
+},
+
+{
+    uno: '.uno:AssignLayout',
+    parameter: {
+        'WhatLayout': {
+            'type': 'long',
+            'value': 19
+        }
+    },
+    description: 'Changes the layout of the current slide.  Possible values of "WhatLayout" are: <ul>' +
+	'<li>20 - Blank</li>' +
+	'<li>19 - Title</li>' +
+	'<li>0 - Title, Text</li>' +
+	'<li>1 - Title, Content</li>' +
+	'<li>32 - Centered Text</li>' +
+	'<li>3 - Title, 2 Content</li>' +
+	'<li>12 - Title, Content and 2 Content on Right</li>' +
+	'<li>15 - Title, 2 Content on Left and Content</li>' +
+	'<li>14 - Title, Content above Content</li>' +
+	'<li>16 - Title, 2 Content above Content</li>' +
+	'<li>18 - Title, 4 Content</li>' +
+	'<li>34 - Title, 6 Content</li>' +
+	'<li>28 - Title, Content (Vertical)</li>' +
+	'<li>27 - Title, Content over Content (Vertical)</li>' +
+	'<li>29 - Title, Vertical Content</li>' +
+	'<li>30 - Title, 2 Vertical Content</li></ul>'
+},
+
+{
     header: 'Appearance options',
 },
 
commit df838523dac73baf4f305aa51c0dcd637bbd811f
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Mar 10 11:53:14 2016 +0100

    loleaflet: Add missing .uno: prefixes.

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index 647485d..aa1b3b7 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8503,31 +8503,31 @@ var unoCommands = [
 },
 
 {
-    uno: ' DateField',
+    uno: '.uno:DateField',
     parameter: null,
     description: 'Insert Date field.'
 },
 
 {
-    uno: ' TimeField',
+    uno: '.uno:TimeField',
     parameter: null,
     description: 'Insert Time field.'
 },
 
 {
-    uno: ' TitleField',
+    uno: '.uno:TitleField',
     parameter: null,
     description: 'Insert Title field.'
 },
 
 {
-    uno: ' AuthorField',
+    uno: '.uno:AuthorField',
     parameter: null,
     description: 'Insert Author field.'
 },
 
 {
-    uno: ' TopicField',
+    uno: '.uno:TopicField',
     parameter: null,
     description: 'Insert Topic field.'
 },


More information about the Libreoffice-commits mailing list