LibreOffice
LibreOffice 4.2 SDK C/C++ API Reference
|
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/uno/TypeClass.hpp>
Go to the source code of this file.
Namespaces | |
cppu | |
Functions | |
template<class target > | |
void | cppu::convertPropertyValue (target &value, const ::com::sun::star::uno::Any &a) |
Converts the value stored in an any to a concrete C++ type. More... | |
template<class target > | |
void | cppu::convertPropertyValue (target &value,::com::sun::star::uno::Any &a) |
void | cppu::convertPropertyValue (sal_Int64 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
conversion of basic types More... | |
void | cppu::convertPropertyValue (sal_uInt64 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (sal_Int32 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (sal_uInt32 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (sal_Int16 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (sal_uInt16 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (sal_Int8 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (float &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (double &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
void | cppu::convertPropertyValue (::rtl::OUString &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |