Home
last modified time | relevance | path

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

/trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/
H A DJavamaker_Test.java93 assertTrue(Enum1.fromInt(-101) == null); in testEnum1()
95 assertTrue(Enum1.fromInt(-99) == null); in testEnum1()
96 assertTrue(Enum1.fromInt(0) == null); in testEnum1()
97 assertTrue(Enum1.fromInt(99) == null); in testEnum1()
99 assertTrue(Enum1.fromInt(101) == null); in testEnum1()
113 assertTrue(Enum2.fromInt(-1) == null); in testEnum2()
114 assertTrue(Enum2.fromInt(0) == Enum2.VALUE0); in testEnum2()
115 assertTrue(Enum2.fromInt(1) == Enum2.VALUE1); in testEnum2()
116 assertTrue(Enum2.fromInt(2) == Enum2.VALUE2); in testEnum2()
117 assertTrue(Enum2.fromInt(3) == null); in testEnum2()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentType.java44 public static DocumentType fromInt(int value) in fromInt() method in DocumentType
/trunk/main/forms/qa/integration/forms/
H A DDocumentType.java45 public static DocumentType fromInt(int value) in fromInt() method in DocumentType
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DDocumentType.java47 public static DocumentType fromInt(int value) in fromInt() method in DocumentType
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckPageLayout.java67 this.pageStyleLayout = PageStyleLayout.fromInt(styleValue); in CheckPageLayout()
H A DCheckShadowFormat.java72 this.shadowFormat.Location = ShadowLocation.fromInt(locationValue); in CheckShadowFormat()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java110 TypeClass typeClass = TypeClass.fromInt(b & 0x7F); in readType()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DType.java281 _typeClass = TypeClass.fromInt(i); in Type()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java266 adjust = ParagraphAdjust.fromInt(AnyConverter.toInt( in setAttribute()
/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java2184 public static Enum1 fromInt(int value) { in fromInt() method in TestAny.Enum1

Completed in 49 milliseconds