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

These constants are used to specify common controls of a FilePicker dialog. More...

Variables

const short PUSHBUTTON_OK = 1
 The control id of the OK button. More...
 
const short PUSHBUTTON_CANCEL = 2
 The control id of the Cancel button. More...
 
const short LISTBOX_FILTER = 3
 The filter listbox of a FilePicker dialog. More...
 
const short CONTROL_FILEVIEW = 4
 Is used to refer to the file view of the file picker. More...
 
const short EDIT_FILEURL = 5
 Is used to refer to the edit line where a file or path can be entered by the user. More...
 
const short LISTBOX_FILTER_LABEL = 6
 The label of the filter listbox of a FilePicker dialog. More...
 
const short EDIT_FILEURL_LABEL = 7
 The label of the file name listbox of a FilePicker dialog. More...
 

Detailed Description

These constants are used to specify common controls of a FilePicker dialog.

Variable Documentation

◆ CONTROL_FILEVIEW

const short CONTROL_FILEVIEW = 4

Is used to refer to the file view of the file picker.

This view shows the list of all files/folders in the currently selected folder.

◆ EDIT_FILEURL

const short EDIT_FILEURL = 5

Is used to refer to the edit line where a file or path can be entered by the user.

◆ EDIT_FILEURL_LABEL

const short EDIT_FILEURL_LABEL = 7

The label of the file name listbox of a FilePicker dialog.

Since
OOo 1.1.2

◆ LISTBOX_FILTER

const short LISTBOX_FILTER = 3

The filter listbox of a FilePicker dialog.

◆ LISTBOX_FILTER_LABEL

const short LISTBOX_FILTER_LABEL = 6

The label of the filter listbox of a FilePicker dialog.

Since
OOo 1.1.2

◆ PUSHBUTTON_CANCEL

const short PUSHBUTTON_CANCEL = 2

The control id of the Cancel button.

◆ PUSHBUTTON_OK

const short PUSHBUTTON_OK = 1

The control id of the OK button.