summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2002-10-30 13:50:07 +0000
committerTino Rachui <tra@openoffice.org>2002-10-30 13:50:07 +0000
commit06195f606602b4931716da7eeef71902c138d022 (patch)
tree684ec0bca3e2d763be58ecd393deb4201b90ff03 /offapi/com/sun/star/ui
parenta6b6ac033ad03bbc4a9006c8f650acf69847220a (diff)
#103943#two new ids for the label of the file name box and the label of the filter listbox
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl15
1 files changed, 12 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
index d848082c905f..ee980fafb5a4 100644
--- a/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
+++ b/offapi/com/sun/star/ui/dialogs/CommonFilePickerElementIds.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CommonFilePickerElementIds.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:40 $
+ * last change: $Author: tra $ $Date: 2002-10-30 14:50:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,11 +93,20 @@ constants CommonFilePickerElementIds
*/
const short CONTROL_FILEVIEW = 4;
-
//---------------------------------------------------------------------
/** Is used to refer to the edit line where a file or path can be entered by the user.
*/
const short EDIT_FILEURL = 5;
+
+ //---------------------------------------------------------------------
+ /** The label of the filter listbox of a FilePicker dialog.
+ */
+ const short LISTBOX_FILTER_LABEL = 6;
+
+ //---------------------------------------------------------------------
+ /** The label of the file name listbox of a FilePicker dialog.
+ */
+ const short LISTBOX_FILE_NAME_LABEL = 7;
};
//=============================================================================