UDK 3.2.7 C/C++ API Reference
|
#include <cppuhelper/proptypehlp.h>
Go to the source code of this file.
Namespaces | |
namespace | 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. | |
template<class target > | |
void | cppu::convertPropertyValue (target &value,::com::sun::star::uno::Any &a) |
void | cppu::convertPropertyValue (sal_Bool &b, const ::com::sun::star::uno::Any &a) throw (::com::sun::star::lang::IllegalArgumentException) |
conversion of basic types | |
void | cppu::convertPropertyValue (sal_Int64 &target, const ::com::sun::star::uno::Any &source) throw (::com::sun::star::lang::IllegalArgumentException) |
conversion of basic types | |
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) |