From ddf82cd0ed2b19752a946dc482249adb7cbb8f64 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 12 Mar 2017 09:32:21 +0100 Subject: lok: start describing UNO commands used through LOK Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724 --- libreofficekit/UnoCommands.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libreofficekit/UnoCommands.txt (limited to 'libreofficekit/UnoCommands.txt') 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" : "" + } +} + +where is URL encoded string, e.g. file:///home/user/file.odt -- cgit