LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros 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 #ifndef __com_sun_star_xsd_DataTypeClass_idl__
20 #define __com_sun_star_xsd_DataTypeClass_idl__
21 
22 
23 module com { module sun { module star { module xsd {
24 
25 
28 constants DataTypeClass
29 {
32  const short STRING = 1;
33 
36  const short BOOLEAN = 2;
37 
40  const short DECIMAL = 3;
41 
44  const short FLOAT = 4;
45 
48  const short DOUBLE = 5;
49 
52  const short DURATION = 6;
53 
56  const short DATETIME = 7;
57 
60  const short TIME = 8;
61 
64  const short DATE = 9;
65 
68  const short gYearMonth = 10;
69 
72  const short gYear = 11;
73 
76  const short gMonthDay = 12;
77 
80  const short gDay = 13;
81 
84  const short gMonth = 14;
85 
88  const short hexBinary = 15;
89 
92  const short base64Binary = 16;
93 
96  const short anyURI = 17;
97 
100  const short QName = 18;
101 
104  const short NOTATION = 19;
105 
106 };
107 
108 
109 }; }; }; };
110 
111 #endif
112 
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short NOTATION
specifies an XSD compliant NOTATION type
Definition: DataTypeClass.idl:104
reflecting the 64-bit floating point type
Definition: TypeClass.idl:73
const long DATETIME
selects constant numeric values that have a date or time number format.
Definition: CellFlags.idl:44
the type of the key is a string.
Definition: RegistryValueType.idl:45
const short gYear
specifies an XSD compliant gYear type
Definition: DataTypeClass.idl:72
reflecting the boolean type; true and false
Definition: TypeClass.idl:46
const short QName
specifies an XSD compliant QName type
Definition: DataTypeClass.idl:100
const short gYearMonth
specifies an XSD compliant gYearMonth type
Definition: DataTypeClass.idl:68
const short hexBinary
specifies an XSD compliant hexBinary type
Definition: DataTypeClass.idl:88
const short TIME
Time format, for example, "HH:MM:SS".
Definition: KNumberFormatUsage.idl:35
reflecting the 32-bit floating point type
Definition: TypeClass.idl:70
const short gDay
specifies an XSD compliant gDay type
Definition: DataTypeClass.idl:80
const short gMonthDay
specifies an XSD compliant gMonthDay type
Definition: DataTypeClass.idl:76
const short base64Binary
specifies an XSD compliant base64Binary type
Definition: DataTypeClass.idl:92
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:44
const short gMonth
specifies an XSD compliant gMonth type
Definition: DataTypeClass.idl:84
const short anyURI
specifies an XSD compliant anyURI type
Definition: DataTypeClass.idl:96
const short DURATION
specifies an XSD compliant duration type
Definition: DataTypeClass.idl:52