Home
last modified time | relevance | path

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

/aoo41x/main/stoc/source/typeconv/
H A Dconvert.cxx288 sal_Int64 toHyper(
346 sal_Int64 TypeConverter_Impl::toHyper( const Any& rAny, sal_Int64 min, sal_uInt64 max ) in toHyper() function in stoc_tcv::TypeConverter_Impl
693 sal_Int32 nEnumValue = (sal_Int32)toHyper( rVal, -(sal_Int64)0x80000000, 0x7fffffff ); in convertTo()
828 sal_Unicode cRet = (sal_Unicode)toHyper( rVal, 0, 0xffff ); // range in convertToSimpleType()
834 aRet <<= (sal_Int8)( toHyper( rVal, -(sal_Int64)0x80, 0x7f ) ); in convertToSimpleType()
839 aRet <<= (sal_Int16)( toHyper( rVal, -(sal_Int64)0x8000, 0x7fff ) ); in convertToSimpleType()
842 aRet <<= (sal_uInt16)( toHyper( rVal, 0, 0xffff ) ); in convertToSimpleType()
847 aRet <<= (sal_Int32)( toHyper( rVal, -(sal_Int64)0x80000000, 0x7fffffff ) ); in convertToSimpleType()
850 aRet <<= (sal_uInt32)( toHyper( rVal, 0, 0xffffffff ) ); in convertToSimpleType()
855 aRet <<= toHyper( rVal, SAL_INT64_MIN, SAL_INT64_MAX ); in convertToSimpleType()
[all …]

Completed in 22 milliseconds