LibreOffice
LibreOffice 24.2 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 
20 /*
21  * This file is part of LibreOffice published API.
22  */
23 #ifndef INCLUDED_TYPELIB_TYPECLASS_H
24 #define INCLUDED_TYPELIB_TYPECLASS_H
25 
26 #include "sal/types.h"
27 
30 typedef enum _typelib_TypeClass {
104 
105 #endif
106 
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
type class of interface method
Definition: typeclass.h:88
type class of float
Definition: typeclass.h:52
enum _typelib_TypeClass typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
Deprecated, UNOIDL does not have an array concept.
Definition: typeclass.h:80
_typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
Definition: typeclass.h:30
type class of constants
Definition: typeclass.h:96
type class of enum
Definition: typeclass.h:62
type class of boolean
Definition: typeclass.h:36
type class of exception
Definition: typeclass.h:73
type class of byte
Definition: typeclass.h:38
type class of typedef
Definition: typeclass.h:64
type class of interface attribute
Definition: typeclass.h:90
type class of unsigned long
Definition: typeclass.h:46
type class of struct
Definition: typeclass.h:66
type class of short
Definition: typeclass.h:40
Deprecated, UNOIDL does not have a union concept.
Definition: typeclass.h:71
type class of service (not implemented)
Definition: typeclass.h:84
type class of void
Definition: typeclass.h:32
type class of module (not implemented)
Definition: typeclass.h:86
type class of double
Definition: typeclass.h:54
type class of properties
Definition: typeclass.h:94
type class of unsigned hyper
Definition: typeclass.h:50
type class of interface
Definition: typeclass.h:82
type class of unsigned short
Definition: typeclass.h:42
type class of string
Definition: typeclass.h:56
type class of unknown type
Definition: typeclass.h:92
type class of char
Definition: typeclass.h:34
type class of any
Definition: typeclass.h:60
type class of long
Definition: typeclass.h:44
type class of hyper
Definition: typeclass.h:48
type class of sequence
Definition: typeclass.h:75
fixing enum size
Definition: typeclass.h:102
type class of constants groups
Definition: typeclass.h:98
#define SAL_MAX_ENUM
Definition: types.h:205
type class of singletons
Definition: typeclass.h:100
type class of type
Definition: typeclass.h:58