Home
last modified time | relevance | path

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

/aoo41x/main/stoc/source/typeconv/
H A Dconvert.cxx571 TypeDescription aDestTD( aDestType ); in convertTo() local
572 if (typelib_typedescription_isAssignableFrom( aDestTD.get(), aSourceTD.get() )) in convertTo()
574 aRet.setValue( rVal.getValue(), aDestTD.get() ); // evtl. .uP.cAsT. in convertTo()
621 TypeDescription aDestTD( aDestType ); in convertTo() local
629 ((typelib_IndirectTypeDescription *)aDestTD.get())->pType ); in convertTo()
634 &pRet, aDestTD.get(), 0, nPos, in convertTo()
636 aRet.setValue( &pRet, aDestTD.get() ); in convertTo()
638 &pRet, aDestTD.get(), in convertTo()

Completed in 12 milliseconds