Searched refs:aDestType (Results 1 – 3 of 3) sorted by relevance
542 Any SAL_CALL TypeConverter_Impl::convertTo( const Any& rVal, const Type& aDestType ) in convertTo() argument546 if (aSourceType == aDestType) in convertTo()550 TypeClass aDestinationClass = aDestType.getTypeClass(); in convertTo()571 TypeDescription aDestTD( aDestType ); in convertTo()592 aRet.setValue( &null_ref, aDestType ); in convertTo()604 aDestType )).hasValue()) in convertTo()617 if( aSourceType == aDestType ) in convertTo()621 TypeDescription aDestTD( aDestType ); in convertTo()676 TypeDescription aEnumTD( aDestType ); in convertTo()
700 Type aDestType( rDestType->getTypeClass(), rDestType->getName() ); in invoke() local701 pInvokeParams[nPos] = xTypeConverter->convertTo( pInParams[nPos], aDestType ); in invoke()
365 Any convertAny( const Any& rVal, const Type& aDestType ) in convertAny() argument371 aConvertedVal = xConverter->convertTo( rVal, aDestType ); in convertAny()4368 Type aDestType( eTypeClass, aTypeName ); in RTL_Impl_CreateUnoValue() local4373 Any aConvertedVal = convertAny( aVal, aDestType ); in RTL_Impl_CreateUnoValue()
Completed in 43 milliseconds