Home
last modified time | relevance | path

Searched refs:pDestType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cppu/source/uno/
H A Dassign.hxx54 typelib_TypeDescriptionReference * pDestType, in _queryInterface() argument
62 pSource = (*queryInterface)( pSource, pDestType ); in _queryInterface()
238 return _type_equals( pDestType, pSourceType ); in _assignData()
242 _destructData( pDest, pDestType, pDestTypeDescr, release ); in _assignData()
243 _defaultConstructData( pDest, pDestType, pDestTypeDescr ); in _assignData()
255 switch (pDestType->eTypeClass) in _assignData()
473 if (_type_equals( pDestType, pSourceType )) in _assignData()
546 if (_type_equals( pDestType, pSourceType )) in _assignData()
555 TYPELIB_DANGER_GET( &pDestTypeDescr, pDestType ); in _assignData()
569 if (_type_equals( pDestType, pSourceType )) in _assignData()
[all …]
H A Deq.hxx299 typelib_TypeDescriptionReference * pDestType, typelib_TypeDescription * pDestTypeDescr, in _equalData() argument
306 while (typelib_TypeClass_ANY == (eDestTypeClass = pDestType->eTypeClass)) in _equalData()
309 pDestType = ((uno_Any *)pDest)->pType; in _equalData()
572 return (_type_equals( pDestType, pSourceType ) && in _equalData()
576 if (! _type_equals( pDestType, pSourceType )) in _equalData()
587 TYPELIB_DANGER_GET( &pDestTypeDescr, pDestType ); in _equalData()
596 if (_type_equals( pDestType, pSourceType ) && in _equalData()
614 TYPELIB_DANGER_GET( &pDestTypeDescr, pDestType ); in _equalData()
630 if (_type_equals( pDestType, pSourceType )) in _equalData()
641 TYPELIB_DANGER_GET( &pDestTypeDescr, pDestType ); in _equalData()
H A Ddata.cxx56 void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * pDestType ) in binuno_queryInterface() argument
79 aArgs[ 0 ] = &pDestType; in binuno_queryInterface()
108 buf.append( * reinterpret_cast< OUString const * >( &pDestType->pTypeName ) ); in binuno_queryInterface()
292 void * pDest, typelib_TypeDescriptionReference * pDestType, in uno_type_assignData() argument
298 pDest, pDestType, 0, in uno_type_assignData()
H A Dprim.hxx161 void * pUnoI, typelib_TypeDescriptionReference * pDestType );
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1135 const ::com::sun::star::uno::Type* pDestType = GetPropertyType( (sal_uInt16)nPropId ); in convertFastPropertyValue() local
1136 if ( pDestType->getTypeClass() == TypeClass_ANY ) in convertFastPropertyValue()
1142 if ( pDestType->equals( rValue.getValueType() ) ) in convertFastPropertyValue()
1151 switch (pDestType->getTypeClass()) in convertFastPropertyValue()
1207 rConvertedValue = xPure->queryInterface( *pDestType ); in convertFastPropertyValue()
1209 rConvertedValue.setValue( NULL, *pDestType ); in convertFastPropertyValue()
1219 rConvertedValue = ::cppu::int2enum( nValue, *pDestType ); in convertFastPropertyValue()
1232 aErrorMessage.append ( pDestType->getTypeName() ); in convertFastPropertyValue()
/trunk/main/cppu/inc/uno/
H A Ddata.h224 void * pDest, struct _typelib_TypeDescriptionReference * pDestType,

Completed in 29 milliseconds