LibreOffice
LibreOffice 24.2 SDK API Reference
TypeClass.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 
22  module com { module sun { module star { module uno {
23 
24 
34 published enum TypeClass
35 {
80  ANY,
136 };
137 
138 
139 }; }; }; };
140 
141 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
reflecting the unreflectable type
Definition: TypeClass.idl:123
reflecting the 64-bit floating point type
Definition: TypeClass.idl:71
reflecting singletons
Definition: TypeClass.idl:135
reflecting interface types
Definition: TypeClass.idl:108
reflecting sequence types
Definition: TypeClass.idl:100
Definition: Ambiguous.idl:20
reflecting the boolean type; true and false
Definition: TypeClass.idl:44
reflecting the 16-bit unicode character type
Definition: TypeClass.idl:41
reflecting modules
Definition: TypeClass.idl:114
reflecting the unsigned 64-bit ordinal type
Definition: TypeClass.idl:65
reflecting constants groups
Definition: TypeClass.idl:132
reflecting the 32-bit floating point type
Definition: TypeClass.idl:68
reflecting the void type; denotes no type
Definition: TypeClass.idl:38
TypeClass
This enum describes all type classes of UNO.
Definition: TypeClass.idl:34
reflecting enum types
Definition: TypeClass.idl:83
reflecting the signed 64-bit ordinal type
Definition: TypeClass.idl:62
reflecting the signed 32-bit ordinal type
Definition: TypeClass.idl:56
reflecting the meta type
Definition: TypeClass.idl:77
reflecting typedefed types referencing other types
Definition: TypeClass.idl:86
Deprecated, UNOIDL does not have an array concept.
Definition: TypeClass.idl:105
reflecting properties
Definition: TypeClass.idl:126
reflecting interface attributes
Definition: TypeClass.idl:120
reflecting the unsigned 16-bit ordinal type
Definition: TypeClass.idl:53
reflecting the any type; anys can carry any UNO value except of any values
Definition: TypeClass.idl:80
reflecting the unsigned 32-bit type
Definition: TypeClass.idl:59
reflecting constants
Definition: TypeClass.idl:129
Deprecated, UNOIDL does not have a union concept.
Definition: TypeClass.idl:94
reflecting services
Definition: TypeClass.idl:111
reflecting compound types
Definition: TypeClass.idl:89
reflecting exception types
Definition: TypeClass.idl:97
reflecting the string type; strings of unicode characters
Definition: TypeClass.idl:74
reflecting interface methods
Definition: TypeClass.idl:117
reflecting the signed 16-bit ordinal type
Definition: TypeClass.idl:50
reflecting the 8-bit ordinal type
Definition: TypeClass.idl:47