Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java345 int SortCount = SortList[0].length; in bubblesortList() local
347 for (int s = 0; s < SortCount; s++) in bubblesortList()
349 for (int t = 0; t < SortCount - s - 1; t++) in bubblesortList()

Completed in 17 milliseconds