Searched refs:aDestinationClass (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/stoc/source/typeconv/ |
| H A D | convert.cxx | 343 TypeClass aDestinationClass = rAny.getValueTypeClass(); in toHyper() local 345 switch (aDestinationClass) in toHyper() 393 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper() 407 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper() 419 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper() 430 Reference<XInterface>(), aDestinationClass, FailReason::IS_NOT_NUMBER, 0 ); in toHyper() 437 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper() 443 Reference<XInterface>(), aDestinationClass, FailReason::TYPE_NOT_SUPPORTED, 0 ); in toHyper() 450 Reference<XInterface>(), aDestinationClass, FailReason::OUT_OF_RANGE, 0 ); in toHyper() 457 TypeClass aDestinationClass = rAny.getValueTypeClass(); in toDouble() local [all …]
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | CommonTools.cxx | 166 TypeClass aDestinationClass = rValue.getValueType().getTypeClass(); in toString() local 168 switch (aDestinationClass) in toString()
|