LibreOffice
LibreOffice 4.2 SDK C/C++ API Reference
|
Go to the source code of this file.
Namespaces | |
com | |
com::sun | |
com::sun::star | |
com::sun::star::uno | |
Functions | |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const ::com::sun::star::uno::Type *) throw () |
const ::com::sun::star::uno::Type & | getCppuVoidType () throw () |
Gets the meta type of IDL type void. More... | |
const ::com::sun::star::uno::Type & | getVoidCppuType () throw () |
Gets the meta type of IDL type void. More... | |
const ::com::sun::star::uno::Type & | getCppuBooleanType () throw () |
Gets the meta type of IDL type boolean. More... | |
const ::com::sun::star::uno::Type & | getBooleanCppuType () throw () |
Gets the meta type of IDL type boolean. More... | |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Bool *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER bool const *) throw () |
const ::com::sun::star::uno::Type & | getCharCppuType () throw () |
Gets the meta type of IDL type char. More... | |
const ::com::sun::star::uno::Type & | getCppuCharType () throw () |
Gets the meta type of IDL type char. More... | |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int8 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const ::rtl::OUString *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int16 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_uInt16 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int32 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_uInt32 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int64 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_uInt64 *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const float *) throw () |
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const double *) throw () |
template<class T > | |
const ::com::sun::star::uno::Type & | getCppuArrayType1 (T *pT) throw () |
Array template function to get meta type for one-dimensional arrays. More... | |
template<class T > | |
const ::com::sun::star::uno::Type & | getCppuArrayType2 (T *pT) throw () |
Array template function to get meta type for two-dimensional arrays. More... | |
template<class T > | |
const ::com::sun::star::uno::Type & | getCppuArrayType3 (T *pT) throw () |
Array template function to get meta type for three-dimensional arrays. More... | |
template<class T > | |
const ::com::sun::star::uno::Type & | getCppuArrayType4 (T *pT) throw () |
Array template function to get meta type for four-dimensional arrays. More... | |
template<class T > | |
const ::com::sun::star::uno::Type & | getCppuArrayType5 (T *pT) throw () |
Array template function to get meta type for five-dimensional arrays. More... | |
template<class T > | |
const ::com::sun::star::uno::Type & | getCppuArrayType6 (T *pT) throw () |
Array template function to get meta type for six-dimensional arrays. More... | |
template<typename T > | |
const ::com::sun::star::uno::Type & | getCppuType () throw () |
Gets the meta type of an IDL type. More... | |
template<> | |
const ::com::sun::star::uno::Type & | getCppuType< sal_Unicode > () throw () |
Gets the meta type of IDL type char. More... | |
|
inline |
Gets the meta type of IDL type boolean.
|
inline |
Gets the meta type of IDL type char.
|
inline |
Array template function to get meta type for one-dimensional arrays.
pT | array pointer |
|
inline |
Array template function to get meta type for two-dimensional arrays.
pT | array pointer |
|
inline |
Array template function to get meta type for three-dimensional arrays.
pT | array pointer |
|
inline |
Array template function to get meta type for four-dimensional arrays.
pT | array pointer |
|
inline |
Array template function to get meta type for five-dimensional arrays.
pT | array pointer |
|
inline |
Array template function to get meta type for six-dimensional arrays.
pT | array pointer |
|
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.