Home
last modified time | relevance | path

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

/AOO41X/main/stoc/source/typeconv/
H A Dconvert.cxx350 TypeClass aDestinationClass = rAny.getValueTypeClass(); in toHyper() local
352 switch (aDestinationClass) in toHyper()
400 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper()
414 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper()
426 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper()
437 Reference<XInterface>(), aDestinationClass, FailReason::IS_NOT_NUMBER, 0 ); in toHyper()
444 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper()
450 Reference<XInterface>(), aDestinationClass, FailReason::TYPE_NOT_SUPPORTED, 0 ); in toHyper()
457 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper()
465 TypeClass aDestinationClass = rAny.getValueTypeClass(); in toDouble() local
[all …]
/AOO41X/main/connectivity/source/commontools/
H A DCommonTools.cxx166 TypeClass aDestinationClass = rValue.getValueType().getTypeClass(); in toString() local
168 switch (aDestinationClass) in toString()