Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java36 int MaxSortIndex = -1; field in SortingComponent
190 MaxSortIndex = -1; in setMaxSortIndex()
195 MaxSortIndex += 1; in setMaxSortIndex()
255 for (int i = 0; i <= MaxSortIndex; i++)
297 if (i < MaxSortIndex)
307 MaxSortIndex = CurIndex - 1;
336 if (MaxSortIndex < xSortListBox.length - 2)
338 toggleSortListBox(MaxSortIndex + 2, false);

Completed in 20 milliseconds