Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java400 assertTrue("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
402 assertTrue("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
405 assertTrue("", 5 == AnyConverter.toUnsignedLong(a)); in test_toLong()
408 try { AnyConverter.toUnsignedLong(anyShort); fail(""); in test_toLong()
410 try { AnyConverter.toUnsignedLong(anyInt); fail(""); in test_toLong()
414 try { AnyConverter.toUnsignedLong(anyLong); fail(""); in test_toLong()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java801 updatedObject.updateLong(columnIndex, AnyConverter.toUnsignedLong(value)); in updateObject()
862 parameters.setLong(index, AnyConverter.toUnsignedLong(any)); in setObject()
H A DORowSetValue.java408 value = AnyConverter.toUnsignedLong(any); in fill()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java282 static public long toUnsignedLong(Object object) in toUnsignedLong() method in AnyConverter