Home
last modified time | relevance | path

Searched refs:pData_ (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx72 inline Any::Any( const void * pData_, const Type & rType ) SAL_THROW( () ) in Any() argument
75 this, const_cast< void * >( pData_ ), rType.getTypeLibType(), in Any()
79 inline Any::Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ) in Any() argument
82 this, const_cast< void * >( pData_ ), pTypeDescr, (uno_AcquireFunc)cpp_acquire ); in Any()
85 inline Any::Any( const void * pData_, typelib_TypeDescriptionReference * pType_ ) SAL_THROW( () ) in Any() argument
88 this, const_cast< void * >( pData_ ), pType_, (uno_AcquireFunc)cpp_acquire ); in Any()
113 inline void Any::setValue( const void * pData_, const Type & rType ) SAL_THROW( () ) in setValue() argument
116 this, const_cast< void * >( pData_ ), rType.getTypeLibType(), in setValue()
123 this, const_cast< void * >( pData_ ), pType_, in setValue()
127 inline void Any::setValue( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( (… in setValue() argument
[all …]
H A DAny.h91 inline Any( const void * pData_, const Type & rType ) SAL_THROW( () );
98 inline Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () );
105 inline Any( const void * pData_, typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
190 inline void SAL_CALL setValue( const void * pData_, const Type & rType ) SAL_THROW( () );
197 …inline void SAL_CALL setValue( const void * pData_, typelib_TypeDescriptionReference * pType ) SAL…
204 …inline void SAL_CALL setValue( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THR…

Completed in 18 milliseconds