LibreOffice
LibreOffice 6.4 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 #ifndef __com_sun_star_uno_TypeClass_idl__
20 #define __com_sun_star_uno_TypeClass_idl__
21 
22 
23 
24  module com { module sun { module star { module uno {
25 
26 
36 published enum TypeClass
37 {
82  ANY,
137  SINGLETON
138 };
139 
140 
141 }; }; }; };
142 
143 #endif
144 
145 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::uno::SEQUENCE
@ SEQUENCE
reflecting sequence types
Definition: TypeClass.idl:102
com::sun::star::uno::LONG
@ LONG
reflecting the signed 32-bit ordinal type
Definition: TypeClass.idl:58
com::sun::star::uno::CHAR
@ CHAR
reflecting the 16-bit unicode character type
Definition: TypeClass.idl:43
com::sun::star::uno::ANY
@ ANY
reflecting the any type; anys can carry any UNO value except of any values
Definition: TypeClass.idl:82
com::sun::star::uno::TYPEDEF
@ TYPEDEF
reflecting typedefed types referencing other types
Definition: TypeClass.idl:88
com::sun::star::uno::ENUM
@ ENUM
reflecting enum types
Definition: TypeClass.idl:85
com::sun::star::uno::VOID
@ VOID
reflecting the void type; denotes no type
Definition: TypeClass.idl:40
com::sun::star::uno::CONSTANTS
@ CONSTANTS
reflecting constants groups
Definition: TypeClass.idl:134
com::sun::star::uno::FLOAT
@ FLOAT
reflecting the 32-bit floating point type
Definition: TypeClass.idl:70
com::sun::star::uno::PROPERTY
@ PROPERTY
reflecting properties
Definition: TypeClass.idl:128
com::sun::star::uno::UNION
@ UNION
Deprecated, UNOIDL does not have a union concept.
Definition: TypeClass.idl:96
com::sun::star::uno::UNSIGNED_LONG
@ UNSIGNED_LONG
reflecting the unsigned 32-bit type
Definition: TypeClass.idl:61
com::sun::star::uno::INTERFACE_ATTRIBUTE
@ INTERFACE_ATTRIBUTE
reflecting interface attributes
Definition: TypeClass.idl:122
com::sun::star::uno::MODULE
@ MODULE
reflecting modules
Definition: TypeClass.idl:116
com::sun::star::uno::EXCEPTION
@ EXCEPTION
reflecting exception types
Definition: TypeClass.idl:99
com::sun::star::uno::SINGLETON
@ SINGLETON
reflecting singletons
Definition: TypeClass.idl:137
com::sun::star::uno::ARRAY
@ ARRAY
Deprecated, UNOIDL does not have an array concept.
Definition: TypeClass.idl:107
com::sun::star::uno::INTERFACE
@ INTERFACE
reflecting interface types
Definition: TypeClass.idl:110
com::sun::star::uno::STRUCT
@ STRUCT
reflecting compound types
Definition: TypeClass.idl:91
com::sun::star::uno::INTERFACE_METHOD
@ INTERFACE_METHOD
reflecting interface methods
Definition: TypeClass.idl:119
com::sun::star::uno::DOUBLE
@ DOUBLE
reflecting the 64-bit floating point type
Definition: TypeClass.idl:73
com::sun::star::uno::STRING
@ STRING
reflecting the string type; strings of unicode characters
Definition: TypeClass.idl:76
com::sun::star::uno::CONSTANT
@ CONSTANT
reflecting constants
Definition: TypeClass.idl:131
com::sun::star::uno::BOOLEAN
@ BOOLEAN
reflecting the boolean type; true and false
Definition: TypeClass.idl:46
com
Definition: Ambiguous.idl:22
com::sun::star::uno::TypeClass
TypeClass
This enum describes all type classes of UNO.
Definition: TypeClass.idl:37
com::sun::star::uno::UNSIGNED_SHORT
@ UNSIGNED_SHORT
reflecting the unsigned 16-bit ordinal type
Definition: TypeClass.idl:55
com::sun::star::uno::SERVICE
@ SERVICE
reflecting services
Definition: TypeClass.idl:113
com::sun::star::uno::SHORT
@ SHORT
reflecting the signed 16-bit ordinal type
Definition: TypeClass.idl:52
com::sun::star::uno::TYPE
@ TYPE
reflecting the meta type
Definition: TypeClass.idl:79
com::sun::star::uno::HYPER
@ HYPER
reflecting the signed 64-bit ordinal type
Definition: TypeClass.idl:64
com::sun::star::uno::UNSIGNED_HYPER
@ UNSIGNED_HYPER
reflecting the unsigned 64-bit ordinal type
Definition: TypeClass.idl:67
com::sun::star::uno::BYTE
@ BYTE
reflecting the 8-bit ordinal type
Definition: TypeClass.idl:49
com::sun::star::uno::UNKNOWN
@ UNKNOWN
reflecting the unreflectable type
Definition: TypeClass.idl:125