[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/debug loleaflet/reference.html
Miklos Vajna
vmiklos at collabora.co.uk
Fri Jan 8 08:41:42 PST 2016
loleaflet/debug/document/document_simple_example.html | 4 ++++
loleaflet/reference.html | 9 +++++++++
2 files changed, 13 insertions(+)
New commits:
commit a5b20a59703114fb3245f51e8a9310817ea3e972
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Jan 8 11:52:33 2016 +0100
loleaflet: document border shadow config option
diff --git a/loleaflet/debug/document/document_simple_example.html b/loleaflet/debug/document/document_simple_example.html
index bdf46cb..3042922 100644
--- a/loleaflet/debug/document/document_simple_example.html
+++ b/loleaflet/debug/document/document_simple_example.html
@@ -68,6 +68,10 @@
".uno:HideWhitespace": {
"type": "boolean",
"value": "false"
+ },
+ ".uno:ShowBorderShadow": {
+ "type": "boolean",
+ "value": "true"
}
};
diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index 52db488..07c290c 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8292,6 +8292,15 @@ var unoCommands = [
},
{
+ uno: '.uno:ShowBorderShadow',
+ parameter: {
+ 'type': 'boolean',
+ 'value': 'true'
+ },
+ description: 'Paint a shadow around Write page / Impress slide border.'
+},
+
+{
uno: '.uno:IncrementIndent',
parameter: null,
description: 'Increment paragraph indentation.'
More information about the Libreoffice-commits
mailing list