Home
last modified time | relevance | path

Searched refs:aDestType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx542 Any SAL_CALL TypeConverter_Impl::convertTo( const Any& rVal, const Type& aDestType ) in convertTo() argument
546 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()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx700 Type aDestType( rDestType->getTypeClass(), rDestType->getName() ); in invoke() local
701 pInvokeParams[nPos] = xTypeConverter->convertTo( pInParams[nPos], aDestType ); in invoke()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx365 Any convertAny( const Any& rVal, const Type& aDestType ) in convertAny() argument
371 aConvertedVal = xConverter->convertTo( rVal, aDestType ); in convertAny()
4368 Type aDestType( eTypeClass, aTypeName ); in RTL_Impl_CreateUnoValue() local
4373 Any aConvertedVal = convertAny( aVal, aDestType ); in RTL_Impl_CreateUnoValue()

Completed in 55 milliseconds