Go to the source code of this file.
|  | 
| template<class target> | 
| void | cppu::convertPropertyValue (target &value, const css::uno::Any &a) | 
|  | Converts the value stored in an any to a concrete C++ type. 
 | 
|  | 
| void | cppu::convertPropertyValue (sal_Bool &target, const css::uno::Any &source) | 
|  | conversion of basic types 
 | 
|  | 
| void | cppu::convertPropertyValue (bool &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_Int64 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_uInt64 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_Int32 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_uInt32 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_Int16 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_uInt16 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (sal_Int8 &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (float &target, const css::uno::Any &source) | 
|  | 
| void | cppu::convertPropertyValue (double &target, const css::uno::Any &source) | 
|  |