LibreOffice Module cppuhelper (master) 1
Namespaces | Functions
proptypehlp.h File Reference
#include "sal/types.h"
Include dependency graph for proptypehlp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  cppu
 

Functions

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