:: com :: sun :: star :: ui :: dialogs ::
|
constants group CommonFilePickerElementIds |
- Description
- These constants are used to specify common controls of a FilePicker dialog.
|
Constants |
PUSHBUTTON_OK |
The control id of the OK button.
|
PUSHBUTTON_CANCEL |
The control id of the Cancel button.
|
LISTBOX_FILTER |
The filter listbox of a FilePicker dialog.
|
CONTROL_FILEVIEW |
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 |
Is used to refer to the edit line where a file or path can be entered by the user.
|
LISTBOX_FILTER_LABEL |
The label of the filter listbox of a FilePicker dialog.
|
EDIT_FILEURL_LABEL |
The label of the file name listbox of a FilePicker dialog.
|
Constants' Details |
PUSHBUTTON_OK
const short PUSHBUTTON_OK = 1;
- Description
- The control id of the OK button.
|
|
PUSHBUTTON_CANCEL
const short PUSHBUTTON_CANCEL = 2;
- Description
- The control id of the Cancel button.
|
|
LISTBOX_FILTER
const short LISTBOX_FILTER = 3;
- Description
- The filter listbox of a FilePicker dialog.
|
|
CONTROL_FILEVIEW
const short CONTROL_FILEVIEW = 4;
- Description
- 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;
- Description
- Is used to refer to the edit line where a file or path can be entered by the user.
|
|
LISTBOX_FILTER_LABEL
const short LISTBOX_FILTER_LABEL = 6;
- Description
- The label of the filter listbox of a FilePicker dialog.
- Since
- OOo 1.1.2
|
|
EDIT_FILEURL_LABEL
const short EDIT_FILEURL_LABEL = 7;
- Description
- The label of the file name listbox of a FilePicker dialog.
- Since
- OOo 1.1.2
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.