Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java59 private String[][] SortFieldNames = new String[][] field in CommandMetaData
170 int index = JavaTools.FieldInTable(SortFieldNames, _fieldnames[i]); in prependSortFieldNames()
173 sSortFieldName[1] = SortFieldNames[index][1]; in prependSortFieldNames()
181 for (int i = 0; i < SortFieldNames.length; i++) in prependSortFieldNames()
183 if (JavaTools.FieldInList(_fieldnames, SortFieldNames[i][0]) == -1) in prependSortFieldNames()
185 aSortFields.add(SortFieldNames[i]); in prependSortFieldNames()
188 SortFieldNames = new String[aSortFields.size()][2]; in prependSortFieldNames()
189 aSortFields.toArray(SortFieldNames); in prependSortFieldNames()
194 return SortFieldNames; in getSortFieldNames()
199 SortFieldNames = aNewListList; in setSortFieldNames()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java253 ArrayList<String[]> SortFieldNames = new ArrayList<String[]>();
262SortFieldNames.add(new String[]{CurFieldName,iCurState == 1 ? PropertyNames.ASC :"DESC" });
270 …iaisduplicate = JavaTools.replaceSubString(sSortCriteriaisduplicate, SortFieldNames.get(iduplicate…
280 return SortFieldNames.toArray(new String[SortFieldNames.size()][2]);

Completed in 15 milliseconds