From 5198c98337882319fae176135dcce1ad375ed2f6 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Fri, 1 Jul 2016 11:49:02 +0200 Subject: Add new open dialog type: Play and link This is needed e.g. for the "Slide transition sound" files where we want to play files and also give the choice whether to link or not Change-Id: I5aaef7152be8e5c0a0f88c4d7234926f233c5d92 Reviewed-on: https://gerrit.libreoffice.org/26846 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- offapi/com/sun/star/ui/dialogs/TemplateDescription.idl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl b/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl index 503d4f899745..bbb670a844fa 100644 --- a/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl +++ b/offapi/com/sun/star/ui/dialogs/TemplateDescription.idl @@ -123,6 +123,16 @@ published constants TemplateDescription @since LibreOffice 5.3 */ const short FILEOPEN_PREVIEW = 11; + + /** A FileOpen dialog with additional controls. +
    +
  • A checkbox "Insert as link"
  • +
  • A push button "Play"
  • +
+ + @since LibreOffice 5.3 + */ + const short FILEOPEN_LINK_PLAY = 12; }; -- cgit v1.2.3