LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
#include "sal/config.h"
#include <cstddef>
#include <ostream>
#include "com/sun/star/uno/Type.h"
#include "cppu/unotype.hxx"
Go to the source code of this file.
Namespaces | |
com | |
com::sun | |
com::sun::star | |
com::sun::star::uno | |
|
inline |
Gets the meta type of IDL type boolean.
|
inline |
Gets the meta type of IDL type char.
|
inline |
Gets the meta type of IDL type boolean.
|
inline |
Gets the meta type of IDL type char.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Gets the meta type of an IDL type.
The difference between this function template (with a type parameter) and the overloaded getCppuType function with a single (dummy) parameter of a specific type is that this function template may not work for the UNO type "unsigned short" (sal_uInt16 in C++), while the overloaded one-parameter function may not work for the UNO type "char" (sal_Unicode in C++, which may have the same underlying C++ type as sal_uInt16 on certain platforms).
|
inline |
Gets the meta type of IDL type char.
|
inline |
Gets the meta type of IDL type void.
|
inline |
Gets the meta type of IDL type void.