1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ExtendedFilePickerElementIds.idl,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef __com_sun_star_ui_dialogs_ExtendedFilePickerElementIds_idl__
32 #define __com_sun_star_ui_dialogs_ExtendedFilePickerElementIds_idl__
35 module com
{ module sun
{ module star
{ module ui
{ module dialogs
{
37 //=============================================================================
38 /** <p>These constants are used to specify extended controls of a FilePicker dialog.
39 A FilePicker service may be initialized so that it has additional controls
40 extending the set of common controls a FilePicker usually supports.</p>
42 @see com::sun::star::ui::dialogs::FilePicker
43 @see com::sun::star::ui::dialogs::XFilePickerControlAccess
44 @see com::sun::star::ui::dialogs::CommonFilePickerElementIds
47 published constants ExtendedFilePickerElementIds
49 //---------------------------------------------------------------------
52 const short CHECKBOX_AUTOEXTENSION
= 100;
54 //---------------------------------------------------------------------
57 const short CHECKBOX_PASSWORD
= 101;
59 //---------------------------------------------------------------------
62 const short CHECKBOX_FILTEROPTIONS
= 102;
64 //---------------------------------------------------------------------
67 const short CHECKBOX_READONLY
= 103;
69 //---------------------------------------------------------------------
72 const short CHECKBOX_LINK
= 104;
74 //---------------------------------------------------------------------
77 const short CHECKBOX_PREVIEW
= 105;
79 //---------------------------------------------------------------------
82 const short PUSHBUTTON_PLAY
= 106;
84 //---------------------------------------------------------------------
87 const short LISTBOX_VERSION
= 107;
89 //---------------------------------------------------------------------
92 const short LISTBOX_TEMPLATE
= 108;
95 //---------------------------------------------------------------------
98 const short LISTBOX_IMAGE_TEMPLATE
= 109;
100 //---------------------------------------------------------------------
103 const short CHECKBOX_SELECTION
= 110;
105 //---------------------------------------------------------------------
108 const short LISTBOX_VERSION_LABEL
= 207;
110 //---------------------------------------------------------------------
113 const short LISTBOX_TEMPLATE_LABEL
= 208;
115 //---------------------------------------------------------------------
118 const short LISTBOX_IMAGE_TEMPLATE_LABEL
= 209;
120 //---------------------------------------------------------------------
123 const short LISTBOX_FILTER_SELECTOR
= 210;
126 //=============================================================================