Home
last modified time | relevance | path

Searched refs:IntegerTointList (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java102 nDataTypeInfos = JavaTools.IntegerTointList(aTypeVector); in TypeInspector()
103 nNullableInfos = JavaTools.IntegerTointList(aNullableVector); in TypeInspector()
104 nSearchables = JavaTools.IntegerTointList(aSearchableVector); in TypeInspector()
106 nPrecisionInfos = JavaTools.IntegerTointList(aPrecisionVector); in TypeInspector()
107 nMinScaleInfos = JavaTools.IntegerTointList(aMinScaleVector); in TypeInspector()
108 nMaxScaleInfos = JavaTools.IntegerTointList(aMaxScaleVector); in TypeInspector()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java135 public static int[] IntegerTointList(Vector<Integer> _aIntegerVector) in IntegerTointList() method in JavaTools

Completed in 23 milliseconds