loleaflet/debug/document/document_simple_example.html | 4 ++++ loleaflet/reference.html | 9 +++++++++ 2 files changed, 13 insertions(+)
New commits: commit 20488cce86786d01d5c188080c8cd3373a7cc11a Author: Miklos Vajna <vmik...@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.' _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits