1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef INCLUDED_DBACCESS_SOURCE_FILTER_XML_XMLENUMS_HXX
20 #define INCLUDED_DBACCESS_SOURCE_FILTER_XML_XMLENUMS_HXX
22 #define PROGRESS_BAR_STEP 20
28 XML_TOK_DOC_AUTOSTYLES
,
41 XML_TOK_SCHEMA_DEFINITION
45 XML_TOK_CONNECTION_RESOURCE
,
46 XML_TOK_SUPPRESS_VERSION_COLUMNS
,
47 XML_TOK_JAVA_DRIVER_CLASS
,
49 XML_TOK_IS_FIRST_ROW_HEADER_LINE
,
51 XML_TOK_IS_TABLE_NAME_LENGTH_LIMITED
,
52 XML_TOK_SYSTEM_DRIVER_SETTINGS
,
53 XML_TOK_ENABLE_SQL92_CHECK
,
54 XML_TOK_APPEND_TABLE_ALIAS_NAME
,
55 XML_TOK_PARAMETER_NAME_SUBSTITUTION
,
56 XML_TOK_IGNORE_DRIVER_PRIVILEGES
,
57 XML_TOK_BOOLEAN_COMPARISON_MODE
,
60 XML_TOK_MAX_ROW_COUNT
,
63 XML_TOK_TABLE_TYPE_FILTER
,
64 XML_TOK_AUTO_INCREMENT
,
66 XML_TOK_DATA_SOURCE_SETTINGS
,
68 XML_TOK_DATABASE_DESCRIPTION
,
69 XML_TOK_COMPOUND_DATABASE
,
76 XML_TOK_DATABASE_NAME
,
77 XML_TOK_CONNECTION_DATA
,
78 XML_TOK_DRIVER_SETTINGS
,
79 XML_TOK_JAVA_CLASSPATH
,
80 XML_TOK_CHARACTER_SET
,
81 XML_TOK_APPLICATION_CONNECTION_SETTINGS
83 enum XMLDatabaseDescription
85 XML_TOK_FILE_BASED_DATABASE
,
86 XML_TOK_SERVER_DATABASE
91 XML_TOK_IS_PASSWORD_REQUIRED
,
92 XML_TOK_USE_SYSTEM_USER
,
95 enum XMLDataSourceInfo
101 XML_TOK_ADDITIONAL_COLUMN_STATEMENT
,
102 XML_TOK_ROW_RETRIEVING_STATEMENT
,
103 XML_TOK_DATA_SOURCE_SETTING
,
104 XML_TOK_DATA_SOURCE_SETTING_VALUE
,
105 XML_TOK_DATA_SOURCE_SETTING_IS_LIST
,
106 XML_TOK_DATA_SOURCE_SETTING_TYPE
,
107 XML_TOK_DATA_SOURCE_SETTING_NAME
,
113 XML_TOK_COMPONENT_COLLECTION
,
114 XML_TOK_QUERY_COLLECTION
,
125 XML_TOK_AS_TEMPLATE
,
126 XML_TOK_COMPONENT_NAME
139 XML_TOK_ESCAPE_PROCESSING
,
140 XML_TOK_FILTER_STATEMENT
,
141 XML_TOK_ORDER_STATEMENT
,
142 XML_TOK_UPDATE_TABLE
,
143 XML_TOK_CATALOG_NAME
,
146 XML_TOK_APPLY_FILTER
,
153 XML_TOK_COLUMN_STYLE_NAME
,
154 XML_TOK_COLUMN_HELP_MESSAGE
,
155 XML_TOK_COLUMN_VISIBILITY
,
156 XML_TOK_COLUMN_DEFAULT_VALUE
,
157 XML_TOK_COLUMN_TYPE_NAME
,
158 XML_TOK_COLUMN_VISIBLE
,
159 XML_TOK_DEFAULT_CELL_STYLE_NAME
161 } // namespace dbaxml
162 #endif // INCLUDED_DBACCESS_SOURCE_FILTER_XML_XMLENUMS_HXX
164 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */