Home
last modified time | relevance | path

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

/aoo4110/main/ridljar/com/sun/star/uno/
H A DType.java116 new TypeClass[] { TypeClass.HYPER, TypeClass.UNSIGNED_HYPER }); in __javaClassToTypeClass.put() argument
119 new TypeClass[] { TypeClass.HYPER, TypeClass.UNSIGNED_HYPER }); in __javaClassToTypeClass.put() argument
158 public static final Type UNSIGNED_HYPER = new Type( field in Type
159 TYPE_NAME_UNSIGNED_HYPER, TypeClass.UNSIGNED_HYPER);
/aoo4110/main/odk/examples/java/Inspector/
H A DIntrospector.java339 || ( _typeClass == TypeClass.UNSIGNED_HYPER ) in isPrimitive()
356 … && ( _typeClass != TypeClass.UNSIGNED_HYPER ) in isObjectPrimitive()
/aoo4110/main/codemaker/test/javamaker/
H A DTest.java230 "BCD", Type.UNSIGNED_HYPER, new Integer(22), Enum2.VALUE4, in testFullStruct2()
262 assure(s.p13.equals(Type.UNSIGNED_HYPER)); in testFullStruct2()
/aoo4110/main/bridges/test/java_uno/any/
H A DTestAny.java218 new Any(Type.UNSIGNED_HYPER, new Long(0L)), in test()
221 new Any(Type.UNSIGNED_HYPER, in test()
350 success &= testMapAny(transport, Type.UNSIGNED_HYPER, in test()
583 new Any(Type.TYPE, Type.UNSIGNED_HYPER), in test()
/aoo4110/main/udkapi/com/sun/star/uno/
H A DTypeClass.idl73 UNSIGNED_HYPER,
/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java411 a = new Any( Type.UNSIGNED_HYPER, new Long(5) ); in test_toLong()
838 Any a = new Any( Type.UNSIGNED_HYPER, new Long(5) ); in test_isLong()
839 assure("", Type.UNSIGNED_HYPER.equals( AnyConverter.getType(a) )); in test_isLong()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java285 Long ret = (Long)convertSimple(TypeClass.UNSIGNED_HYPER, null, object); in toUnsignedLong()
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java315 return new Any(Type.UNSIGNED_HYPER, readHyperValue()); in readAnyValue()
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java106 return getDefinitely(Type.UNSIGNED_HYPER); in getTypeDescription()
/aoo4110/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java1163 new Any(Type.UNSIGNED_HYPER, new Long(-1L)), in testConstructorsService()

Completed in 116 milliseconds