LibreOffice
LibreOffice 24.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
module | com |
module | com::sun |
module | com::sun::star |
the module com::sun::star is the root module of the UNO API. | |
module | com::sun::star::ui |
Dialogs and other UI elements. | |
module | com::sun::star::ui::dialogs |
dialogs. | |
Constant Groups | |
constants | com::sun::star::ui::dialogs::CommonFilePickerElementIds |
These constants are used to specify common controls of a FilePicker dialog. | |
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... | |