[Libreoffice-commits] online.git: loleaflet/debug loleaflet/reference.html
Miklos Vajna
vmiklos at collabora.co.uk
Fri Jan 8 02:54:01 PST 2016
loleaflet/debug/document/document_simple_example.html | 4 ++++
loleaflet/reference.html | 9 +++++++++
2 files changed, 13 insertions(+)
New commits:
commit 20488cce86786d01d5c188080c8cd3373a7cc11a
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 9c6f89e..f3c8452 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