summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorbrinzing <oliver.brinzing@gmx.de>2019-05-19 14:22:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-05-23 08:30:31 +0200
commitb18ee082749d94162794cafe8008c3dc31b3ae4f (patch)
tree5b7fa3c37714cd9cf0eb97d2cf6ca59f9bdb39da /offapi
parent23aff73f167c898238f2d1b8f6f6d5b42b699f02 (diff)
tdf#125211 add PickListEntry to MediaDescriptor
Property "PickListEntry" is available since LO 5.1 but not mentioned in css.document.MediaDescriptor. original change has been committed with tdf#95095. Change-Id: I684e4c76f79c9646af3cac9670790d2b2c3eca97 Reviewed-on: https://gerrit.libreoffice.org/72553 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index c0e813170949..58e773311875 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -346,6 +346,17 @@ service MediaDescriptor
*/
[optional,property] sequence< byte > PostData;
+ /** add loaded document to recent document list
+
+ <p>
+ Setting this to `FALSE` prevents the loaded document to be added to the recent documents list.
+ Default is `TRUE`.
+ </p>
+
+ @since LibreOffice 5.1
+ */
+ [optional,property] boolean PickListEntry;
+
/** use MediaDescriptor::PostData instead of this
<p>