xref: /AOO41X/main/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl (revision d1766043198e81d0bcfc626e12893e7b4d7e31ca)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef __com_sun_star_ui_dialogs_ExtendedFilePickerElementIds_idl__
25#define __com_sun_star_ui_dialogs_ExtendedFilePickerElementIds_idl__
26
27
28module com { module sun { module star { module ui { module dialogs {
29
30//=============================================================================
31/** <p>These constants are used to specify extended controls of a FilePicker dialog.
32    A FilePicker service may be initialized so that it has additional controls
33    extending the set of common controls a FilePicker usually supports.</p>
34
35    @see com::sun::star::ui::dialogs::FilePicker
36    @see com::sun::star::ui::dialogs::XFilePickerControlAccess
37    @see com::sun::star::ui::dialogs::CommonFilePickerElementIds
38 */
39
40published constants ExtendedFilePickerElementIds
41{
42    //---------------------------------------------------------------------
43    /**
44    */
45    const short CHECKBOX_AUTOEXTENSION = 100;
46
47    //---------------------------------------------------------------------
48    /**
49    */
50    const short CHECKBOX_PASSWORD      = 101;
51
52    //---------------------------------------------------------------------
53    /**
54    */
55    const short CHECKBOX_FILTEROPTIONS = 102;
56
57    //---------------------------------------------------------------------
58    /**
59    */
60    const short CHECKBOX_READONLY      = 103;
61
62    //---------------------------------------------------------------------
63    /**
64    */
65    const short CHECKBOX_LINK          = 104;
66
67    //---------------------------------------------------------------------
68    /**
69    */
70    const short CHECKBOX_PREVIEW       = 105;
71
72    //---------------------------------------------------------------------
73    /**
74    */
75    const short PUSHBUTTON_PLAY        = 106;
76
77    //---------------------------------------------------------------------
78    /**
79    */
80    const short LISTBOX_VERSION        = 107;
81
82    //---------------------------------------------------------------------
83    /**
84    */
85    const short LISTBOX_TEMPLATE       = 108;
86
87
88    //---------------------------------------------------------------------
89    /**
90    */
91    const short LISTBOX_IMAGE_TEMPLATE = 109;
92
93    //---------------------------------------------------------------------
94    /**
95    */
96    const short CHECKBOX_SELECTION     = 110;
97
98    //---------------------------------------------------------------------
99    /**
100    */
101    const short LISTBOX_VERSION_LABEL  = 207;
102
103    //---------------------------------------------------------------------
104    /**
105    */
106    const short LISTBOX_TEMPLATE_LABEL = 208;
107
108    //---------------------------------------------------------------------
109    /**
110    */
111    const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209;
112
113    //---------------------------------------------------------------------
114    /**
115    */
116    const short LISTBOX_FILTER_SELECTOR = 210;
117};
118
119//=============================================================================
120
121}; }; }; }; };
122
123#endif
124