LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::ui::dialogs::TemplateDescription Constant Group Referencepublished

The implementation of a FilePicker service may support the usage of different templates. More...

Variables

const short FILEOPEN_SIMPLE = 0
 A FileOpen dialog without any additional controls. More...
 
const short FILESAVE_SIMPLE = 1
 A FileSave dialog without any additional controls. More...
 
const short FILESAVE_AUTOEXTENSION_PASSWORD = 2
 A FileSave dialog with additional controls. More...
 
const short FILESAVE_AUTOEXTENSION_PASSWORD_FILTEROPTIONS = 3
 A FileSave dialog with additional controls. More...
 
const short FILESAVE_AUTOEXTENSION_SELECTION = 4
 A FileSave dialog with additional controls. More...
 
const short FILESAVE_AUTOEXTENSION_TEMPLATE = 5
 A FileSave dialog with additional controls. More...
 
const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE = 6
 A FileOpen dialog with additional controls. More...
 
const short FILEOPEN_PLAY = 7
 A FileOpen dialog with additional controls. More...
 
const short FILEOPEN_READONLY_VERSION = 8
 A FileOpen dialog with additional controls. More...
 
const short FILEOPEN_LINK_PREVIEW = 9
 A FileOpen dialog with additional controls. More...
 
const short FILESAVE_AUTOEXTENSION = 10
 A FileSave dialog with additional controls. More...
 
const short FILEOPEN_PREVIEW = 11
 A FileOpen dialog with additional controls. More...
 
const short FILEOPEN_LINK_PLAY = 12
 A FileOpen dialog with additional controls. More...
 
const short FILEOPEN_LINK_PREVIEW_IMAGE_ANCHOR = 13
 A FileOpen dialog with additional controls. More...
 

Detailed Description

The implementation of a FilePicker service may support the usage of different templates.

The following constants define the currently specified templates.

See also
com::sun::star::ui::dialogs::FilePicker

Variable Documentation

◆ FILEOPEN_LINK_PLAY

const short FILEOPEN_LINK_PLAY = 12

A FileOpen dialog with additional controls.

  • A checkbox "Insert as link"
  • A push button "Play"
Since
LibreOffice 5.3

◆ FILEOPEN_LINK_PREVIEW

const short FILEOPEN_LINK_PREVIEW = 9

A FileOpen dialog with additional controls.

  • A checkbox "Insert as link"
  • A checkbox "Show Preview"
  • A window for displaying a file preview

◆ FILEOPEN_LINK_PREVIEW_IMAGE_ANCHOR

const short FILEOPEN_LINK_PREVIEW_IMAGE_ANCHOR = 13

A FileOpen dialog with additional controls.

  • A checkbox "Insert as link"
  • A checkbox "Show Preview"
  • A listbox "Image Anchor" for choosing how to anchor the image in Calc.
  • A window for displaying a file preview
Since
LibreOffice 6.1

◆ FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE

const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE = 6

A FileOpen dialog with additional controls.

  • A checkbox "Insert as link"
  • A checkbox "Show Preview"
  • A listbox "Image Template" for inserting an image with different styles.
  • A window for displaying a file preview

◆ FILEOPEN_PLAY

const short FILEOPEN_PLAY = 7

A FileOpen dialog with additional controls.

  • A push button "Play"

◆ FILEOPEN_PREVIEW

const short FILEOPEN_PREVIEW = 11

A FileOpen dialog with additional controls.

  • A checkbox "Show Preview"
  • A window for displaying a file preview
Since
LibreOffice 5.3

◆ FILEOPEN_READONLY_VERSION

const short FILEOPEN_READONLY_VERSION = 8

A FileOpen dialog with additional controls.

  • A checkbox "Read only"
  • A listbox "Version" for selecting a document version

◆ FILEOPEN_SIMPLE

const short FILEOPEN_SIMPLE = 0

A FileOpen dialog without any additional controls.

◆ FILESAVE_AUTOEXTENSION

const short FILESAVE_AUTOEXTENSION = 10

A FileSave dialog with additional controls.

  • A checkbox "Auto Extension"

◆ FILESAVE_AUTOEXTENSION_PASSWORD

const short FILESAVE_AUTOEXTENSION_PASSWORD = 2

A FileSave dialog with additional controls.

  • A checkbox "Auto Extension"
  • A checkbox "Password"

◆ FILESAVE_AUTOEXTENSION_PASSWORD_FILTEROPTIONS

const short FILESAVE_AUTOEXTENSION_PASSWORD_FILTEROPTIONS = 3

A FileSave dialog with additional controls.

  • A checkbox "Auto Extension"
  • A checkbox "Password"
  • A checkbox "Filter Options"

◆ FILESAVE_AUTOEXTENSION_SELECTION

const short FILESAVE_AUTOEXTENSION_SELECTION = 4

A FileSave dialog with additional controls.

  • A checkbox "Auto Extension"
  • A checkbox "Selection"

◆ FILESAVE_AUTOEXTENSION_TEMPLATE

const short FILESAVE_AUTOEXTENSION_TEMPLATE = 5

A FileSave dialog with additional controls.

  • A checkbox "Auto Extension"
  • A listbox "Template" for selecting different templates

◆ FILESAVE_SIMPLE

const short FILESAVE_SIMPLE = 1

A FileSave dialog without any additional controls.