Home
last modified time | relevance | path

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

/aoo4110/main/codemaker/test/javamaker/
H A DTest.java95 assure(Enum1.fromInt(-101) == null); in testEnum1()
97 assure(Enum1.fromInt(-99) == null); in testEnum1()
98 assure(Enum1.fromInt(0) == null); in testEnum1()
99 assure(Enum1.fromInt(99) == null); in testEnum1()
101 assure(Enum1.fromInt(101) == null); in testEnum1()
114 assure(Enum2.fromInt(-1) == null); in testEnum2()
115 assure(Enum2.fromInt(0) == Enum2.VALUE0); in testEnum2()
116 assure(Enum2.fromInt(1) == Enum2.VALUE1); in testEnum2()
117 assure(Enum2.fromInt(2) == Enum2.VALUE2); in testEnum2()
118 assure(Enum2.fromInt(3) == null); in testEnum2()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentType.java44 public static DocumentType fromInt(int value) in fromInt() method in DocumentType
/aoo4110/main/forms/qa/integration/forms/
H A DDocumentType.java45 public static DocumentType fromInt(int value) in fromInt() method in DocumentType
/aoo4110/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()
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java110 TypeClass typeClass = TypeClass.fromInt(b & 0x7F); in readType()
/aoo4110/main/ridljar/com/sun/star/uno/
H A DType.java281 _typeClass = TypeClass.fromInt(i); in Type()
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java265 adjust = ParagraphAdjust.fromInt(AnyConverter.toInt( in setAttribute()
/aoo4110/main/bridges/test/java_uno/any/
H A DTestAny.java2184 public static Enum1 fromInt(int value) { in fromInt() method in TestAny.Enum1

Completed in 97 milliseconds