|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const ::com::sun::star::uno::Type *) |
|
const ::com::sun::star::uno::Type & | getCppuVoidType () |
| Gets the meta type of IDL type void. More...
|
|
const ::com::sun::star::uno::Type & | getVoidCppuType () |
| Gets the meta type of IDL type void. More...
|
|
const ::com::sun::star::uno::Type & | getCppuBooleanType () |
| Gets the meta type of IDL type boolean. More...
|
|
const ::com::sun::star::uno::Type & | getBooleanCppuType () |
| Gets the meta type of IDL type boolean. More...
|
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Bool *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER bool const *) |
|
const ::com::sun::star::uno::Type & | getCharCppuType () |
| Gets the meta type of IDL type char. More...
|
|
const ::com::sun::star::uno::Type & | getCppuCharType () |
| Gets the meta type of IDL type char. More...
|
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int8 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const ::rtl::OUString *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int16 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_uInt16 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int32 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_uInt32 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_Int64 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const sal_uInt64 *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const float *) |
|
const ::com::sun::star::uno::Type & | getCppuType (SAL_UNUSED_PARAMETER const double *) |
|
template<typename T > |
const ::com::sun::star::uno::Type & | getCppuType () |
| Gets the meta type of an IDL type. More...
|
|
template<> |
const ::com::sun::star::uno::Type & | getCppuType< sal_Unicode > () |
| Gets the meta type of IDL type char. More...
|
|