Home
last modified time | relevance | path

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

/aoo4110/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java78 new Any(Type.UNSIGNED_LONG, new Integer(3)), in test_areSame()
79 new Any(Type.UNSIGNED_LONG, new Integer(3)))); in test_areSame()
82 new Any(Type.UNSIGNED_LONG, new Integer(3)), new Integer(3))); in test_areSame()
86 TypeClass.UNSIGNED_LONG, in test_areSame()
87 new Any(new Type(TypeClass.class), TypeClass.UNSIGNED_LONG))); in test_areSame()
106 UnoRuntime.completeValue(Type.UNSIGNED_LONG, null).equals( in test_completeValue()
/aoo4110/main/ridljar/com/sun/star/uno/
H A DType.java110 new TypeClass[] { TypeClass.LONG, TypeClass.UNSIGNED_LONG }); in __javaClassToTypeClass.put() argument
113 new TypeClass[] { TypeClass.LONG, TypeClass.UNSIGNED_LONG }); in __javaClassToTypeClass.put() argument
155 public static final Type UNSIGNED_LONG = new Type( field in Type
156 TYPE_NAME_UNSIGNED_LONG, TypeClass.UNSIGNED_LONG);
/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dimporter.py27 from com.sun.star.uno.TypeClass import UNSIGNED_LONG,EXCEPTION
42 … self.failUnless( UNSIGNED_LONG == uno.Enum( "com.sun.star.uno.TypeClass", "UNSIGNED_LONG" ) )
/aoo4110/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DPolyStructTest.java173 new Any(Type.UNSIGNED_LONG, new Integer(5)), in run()
176 new Any(Type.UNSIGNED_LONG, new Integer(5)))).member); in run()
/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java337 a = new Any( Type.UNSIGNED_LONG, new Integer(5) ); in test_toInt()
408 a = new Any( Type.UNSIGNED_LONG, new Integer(5) ); in test_toLong()
827 Any a = new Any(Type.UNSIGNED_LONG, new Integer(5)); in test_isInt()
828 assure("", Type.UNSIGNED_LONG.equals(AnyConverter.getType(a))); in test_isInt()
/aoo4110/main/odk/examples/java/Inspector/
H A DIntrospector.java340 || ( _typeClass == TypeClass.UNSIGNED_LONG ) in isPrimitive()
357 … && ( _typeClass != TypeClass.UNSIGNED_LONG ) in isObjectPrimitive()
/aoo4110/main/bridges/test/java_uno/any/
H A DTestAny.java192 new Any(Type.UNSIGNED_LONG, new Integer(0)), in test()
195 new Any(Type.UNSIGNED_LONG, in test()
347 success &= testMapAny(transport, Type.UNSIGNED_LONG, in test()
578 new Any(Type.TYPE, Type.UNSIGNED_LONG), in test()
/aoo4110/main/udkapi/com/sun/star/uno/
H A DTypeClass.idl67 UNSIGNED_LONG,
/aoo4110/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java142 TypeDescription.getTypeDescription(Type.UNSIGNED_LONG). in testUnsigned()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java258 Integer ret = (Integer)convertSimple(TypeClass.UNSIGNED_LONG, null, object); in toUnsignedInt()
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java309 return new Any(Type.UNSIGNED_LONG, readLongValue()); in readAnyValue()
/aoo4110/main/toolkit/source/layout/core/
H A Dhelper.cxx334 MAP( UNSIGNED_LONG, sal_uInt32 ); in getFastPropertyValue()
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java100 return getDefinitely(Type.UNSIGNED_LONG); in getTypeDescription()
/aoo4110/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java1161 new Any(Type.UNSIGNED_LONG, new Integer(-1)), in testConstructorsService()

Completed in 93 milliseconds