LibreOffice
LibreOffice 7.6 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
DataTypeClass.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 
20 
21 module com { module sun { module star { module xsd {
22 
23 
26 constants DataTypeClass
27 {
30  const short STRING = 1;
31 
34  const short BOOLEAN = 2;
35 
38  const short DECIMAL = 3;
39 
42  const short FLOAT = 4;
43 
46  const short DOUBLE = 5;
47 
50  const short DURATION = 6;
51 
54  const short DATETIME = 7;
55 
58  const short TIME = 8;
59 
62  const short DATE = 9;
63 
66  const short gYearMonth = 10;
67 
70  const short gYear = 11;
71 
74  const short gMonthDay = 12;
75 
78  const short gDay = 13;
79 
82  const short gMonth = 14;
83 
86  const short hexBinary = 15;
87 
90  const short base64Binary = 16;
91 
94  const short anyURI = 17;
95 
98  const short QName = 18;
99 
102  const short NOTATION = 19;
103 
104 };
105 
106 
107 }; }; }; };
108 
109 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short NOTATION
specifies an XSD compliant NOTATION type
Definition: DataTypeClass.idl:102
reflecting the 64-bit floating point type
Definition: TypeClass.idl:71
const long DATETIME
selects constant numeric values that have a date or time number format.
Definition: CellFlags.idl:41
the type of the key is a string.
Definition: RegistryValueType.idl:43
const short DURATION
Definition: NumberFormat.idl:105
const short gYear
specifies an XSD compliant gYear type
Definition: DataTypeClass.idl:70
reflecting the boolean type; true and false
Definition: TypeClass.idl:44
const short QName
specifies an XSD compliant QName type
Definition: DataTypeClass.idl:98
const short gYearMonth
specifies an XSD compliant gYearMonth type
Definition: DataTypeClass.idl:66
const short hexBinary
specifies an XSD compliant hexBinary type
Definition: DataTypeClass.idl:86
const short TIME
Time format, for example, "HH:MM:SS".
Definition: KNumberFormatUsage.idl:33
reflecting the 32-bit floating point type
Definition: TypeClass.idl:68
const short gDay
specifies an XSD compliant gDay type
Definition: DataTypeClass.idl:78
const short gMonthDay
specifies an XSD compliant gMonthDay type
Definition: DataTypeClass.idl:74
const short base64Binary
specifies an XSD compliant base64Binary type
Definition: DataTypeClass.idl:90
const short DECIMAL
Definition: Key.idl:330
const long DATE
the axis shows dates if the given data and chart type and the dimension allows
Definition: ChartAxisType.idl:42
const short gMonth
specifies an XSD compliant gMonth type
Definition: DataTypeClass.idl:82
const short anyURI
specifies an XSD compliant anyURI type
Definition: DataTypeClass.idl:94