libreofficekit/UnoCommands.txt |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit ddf82cd0ed2b19752a946dc482249adb7cbb8f64
Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
Date:   Sun Mar 12 09:32:21 2017 +0100

    lok: start describing UNO commands used through LOK
    
    Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724

diff --git a/libreofficekit/UnoCommands.txt b/libreofficekit/UnoCommands.txt
new file mode 100644
index 0000000..b949c4d
--- /dev/null
+++ b/libreofficekit/UnoCommands.txt
@@ -0,0 +1,15 @@
+This document describes UNO commands that are (know to be) used with LOK.
+
+Command: ".uno:InsertGraphic"
+
+JSON parameters:
+
+{
+    "FileName" :
+    {
+        "type" : "string",
+        "value" : "<fileURL>"
+    }
+}
+
+where <fileURL> is URL encoded string, e.g. file:///home/user/file.odt
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to