diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-03-12 09:32:21 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-03-12 09:34:20 +0100 |
commit | ddf82cd0ed2b19752a946dc482249adb7cbb8f64 (patch) | |
tree | f5717fc482724f856ebddc933fce7c3cf24eeae0 /libreofficekit/UnoCommands.txt | |
parent | 473efc7a879aa5762dc87a0f3b80aa0f1fe31313 (diff) |
lok: start describing UNO commands used through LOK
Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724
Diffstat (limited to 'libreofficekit/UnoCommands.txt')
-rw-r--r-- | libreofficekit/UnoCommands.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libreofficekit/UnoCommands.txt b/libreofficekit/UnoCommands.txt new file mode 100644 index 000000000000..b949c4d6748c --- /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 |