Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/query/
H A DQuerySummary.java201 int DimCount = _FieldNames[0].length; in ArrayFieldsToString() local
205 for (int a = 0; a < DimCount; a++) in ArrayFieldsToString()
/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java346 int DimCount = SortList.length; in bubblesortList() local
353 for (int k = 0; k < DimCount; k++) in bubblesortList()