Home
last modified time | relevance | path

Searched defs:aSortFieldNames (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java159 String[][] aSortFieldNames = m_reportDocument.getRecordParser().getSortFieldNames(); in enterStep() local
215 String[][] aSortFieldNames = CurSortingComponent.getSortFieldNames(); in leaveStep() local
H A DReportTextImplementation.java609 public void setSorting(String[][] aSortFieldNames) in setSorting()