Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java219 String[][] sortFieldNames = CurDBMetaData.getSortFieldNames(); in createReportForm() local
220 if (sortFieldNames != null && sortFieldNames.length > 0) in createReportForm()
225 for (String[] sortPair : sortFieldNames) in createReportForm()
H A DReportTextImplementation.java250 String[][] sortFieldNames = new String[aSortFields.size()][2]; in reconnectToDatabase() local
251 aSortFields.toArray(sortFieldNames); in reconnectToDatabase()
252 getRecordParser().setSortFieldNames(sortFieldNames); in reconnectToDatabase()

Completed in 31 milliseconds