summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/ListSourceType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/ListSourceType.idl')
-rw-r--r--offapi/com/sun/star/form/ListSourceType.idl92
1 files changed, 46 insertions, 46 deletions
diff --git a/offapi/com/sun/star/form/ListSourceType.idl b/offapi/com/sun/star/form/ListSourceType.idl
index 9953b3b31c81..87a169608c19 100644
--- a/offapi/com/sun/star/form/ListSourceType.idl
+++ b/offapi/com/sun/star/form/ListSourceType.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,66 +24,66 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_form_ListSourceType_idl__
-#define __com_sun_star_form_ListSourceType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module form {
-
-//=============================================================================
-
+#ifndef __com_sun_star_form_ListSourceType_idl__
+#define __com_sun_star_form_ListSourceType_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module form {
+
+//=============================================================================
+
/** describes the kind of data source used to fill the list data of a listbox or a combobox control.
@see com::sun::star::form::component::ListBox
@see com::sun::star::form::component::ComboBox
*/
published enum ListSourceType
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** The control should be filled with a list of string values.
*/
- VALUELIST,
-
- //-------------------------------------------------------------------------
-
+ VALUELIST,
+
+ //-------------------------------------------------------------------------
+
/** The control should be filled with the data of a table.
*/
- TABLE,
-
- //-------------------------------------------------------------------------
-
+ TABLE,
+
+ //-------------------------------------------------------------------------
+
/** The control should be filled with the results of a database query.
*/
- QUERY,
-
- //-------------------------------------------------------------------------
-
+ QUERY,
+
+ //-------------------------------------------------------------------------
+
/** The control should be filled with the results of a database statement.
*/
- SQL,
-
- //-------------------------------------------------------------------------
-
+ SQL,
+
+ //-------------------------------------------------------------------------
+
/** The control should be filled with the results of a database statement,
which is not evaluated by the database engine.
*/
- SQLPASSTHROUGH,
-
- //-------------------------------------------------------------------------
-
+ SQLPASSTHROUGH,
+
+ //-------------------------------------------------------------------------
+
/** The control should be filled with the field names of a database table.
*/
- TABLEFIELDS
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
-=============================================================================*/
-#endif
+ TABLEFIELDS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+/*=============================================================================
+
+=============================================================================*/
+#endif