LibreOffice
LibreOffice 6.4 SDK C/C++ API Reference
typeclass.h
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 INCLUDED_TYPELIB_TYPECLASS_H
20 #define INCLUDED_TYPELIB_TYPECLASS_H
21 
22 #include "sal/types.h"
23 
26 typedef enum _typelib_TypeClass
27 {
101 
102 #endif
103 
104 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
typelib_TypeClass_ENUM
@ typelib_TypeClass_ENUM
type class of enum
Definition: typeclass.h:59
typelib_TypeClass_SHORT
@ typelib_TypeClass_SHORT
type class of short
Definition: typeclass.h:37
typelib_TypeClass_SINGLETON
@ typelib_TypeClass_SINGLETON
type class of singletons
Definition: typeclass.h:97
typelib_TypeClass_UNSIGNED_HYPER
@ typelib_TypeClass_UNSIGNED_HYPER
type class of unsigned hyper
Definition: typeclass.h:47
typelib_TypeClass_SERVICE
@ typelib_TypeClass_SERVICE
type class of service (not implemented)
Definition: typeclass.h:81
typelib_TypeClass_LONG
@ typelib_TypeClass_LONG
type class of long
Definition: typeclass.h:41
typelib_TypeClass_EXCEPTION
@ typelib_TypeClass_EXCEPTION
type class of exception
Definition: typeclass.h:70
_typelib_TypeClass
_typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
Definition: typeclass.h:27
typelib_TypeClass_VOID
@ typelib_TypeClass_VOID
type class of void
Definition: typeclass.h:29
typelib_TypeClass_UNSIGNED_LONG
@ typelib_TypeClass_UNSIGNED_LONG
type class of unsigned long
Definition: typeclass.h:43
typelib_TypeClass_DOUBLE
@ typelib_TypeClass_DOUBLE
type class of double
Definition: typeclass.h:51
typelib_TypeClass_UNION
@ typelib_TypeClass_UNION
Deprecated, UNOIDL does not have a union concept.
Definition: typeclass.h:68
typelib_TypeClass_ANY
@ typelib_TypeClass_ANY
type class of any
Definition: typeclass.h:57
typelib_TypeClass_FLOAT
@ typelib_TypeClass_FLOAT
type class of float
Definition: typeclass.h:49
typelib_TypeClass_CONSTANTS
@ typelib_TypeClass_CONSTANTS
type class of constants groups
Definition: typeclass.h:95
typelib_TypeClass
enum _typelib_TypeClass typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
typelib_TypeClass_BOOLEAN
@ typelib_TypeClass_BOOLEAN
type class of boolean
Definition: typeclass.h:33
typelib_TypeClass_INTERFACE_METHOD
@ typelib_TypeClass_INTERFACE_METHOD
type class of interface method
Definition: typeclass.h:85
types.h
typelib_TypeClass_INTERFACE
@ typelib_TypeClass_INTERFACE
type class of interface
Definition: typeclass.h:79
typelib_TypeClass_CONSTANT
@ typelib_TypeClass_CONSTANT
type class of constants
Definition: typeclass.h:93
typelib_TypeClass_ARRAY
@ typelib_TypeClass_ARRAY
Deprecated, UNOIDL does not have an array concept.
Definition: typeclass.h:77
typelib_TypeClass_TYPE
@ typelib_TypeClass_TYPE
type class of type
Definition: typeclass.h:55
typelib_TypeClass_MAKE_FIXED_SIZE
@ typelib_TypeClass_MAKE_FIXED_SIZE
fixing enum size
Definition: typeclass.h:99
typelib_TypeClass_SEQUENCE
@ typelib_TypeClass_SEQUENCE
type class of sequence
Definition: typeclass.h:72
typelib_TypeClass_HYPER
@ typelib_TypeClass_HYPER
type class of hyper
Definition: typeclass.h:45
SAL_MAX_ENUM
#define SAL_MAX_ENUM
Definition: types.h:223
typelib_TypeClass_UNSIGNED_SHORT
@ typelib_TypeClass_UNSIGNED_SHORT
type class of unsigned short
Definition: typeclass.h:39
typelib_TypeClass_BYTE
@ typelib_TypeClass_BYTE
type class of byte
Definition: typeclass.h:35
typelib_TypeClass_STRING
@ typelib_TypeClass_STRING
type class of string
Definition: typeclass.h:53
typelib_TypeClass_TYPEDEF
@ typelib_TypeClass_TYPEDEF
type class of typedef
Definition: typeclass.h:61
typelib_TypeClass_UNKNOWN
@ typelib_TypeClass_UNKNOWN
type class of unknown type
Definition: typeclass.h:89
typelib_TypeClass_CHAR
@ typelib_TypeClass_CHAR
type class of char
Definition: typeclass.h:31
typelib_TypeClass_STRUCT
@ typelib_TypeClass_STRUCT
type class of struct
Definition: typeclass.h:63
typelib_TypeClass_MODULE
@ typelib_TypeClass_MODULE
type class of module (not implemented)
Definition: typeclass.h:83
typelib_TypeClass_INTERFACE_ATTRIBUTE
@ typelib_TypeClass_INTERFACE_ATTRIBUTE
type class of interface attribute
Definition: typeclass.h:87
typelib_TypeClass_PROPERTY
@ typelib_TypeClass_PROPERTY
type class of properties
Definition: typeclass.h:91