Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java72 private CommandFieldSelection CurDBCommandFieldSelection; field in ReportWizard
144 CurDBCommandFieldSelection.setModified(false); in enterStep()
185 String aTableName = CurDBCommandFieldSelection.getSelectedCommandName(); in leaveStep()
186 int nType = CurDBCommandFieldSelection.getSelectedCommandType(); in leaveStep()
188 if (CurDBCommandFieldSelection.isModified()) in leaveStep()
268 if (this.CurDBCommandFieldSelection.getSelectedCommandType() == CommandType.TABLE) in executeQuery()
286 String sQueryName = CurDBCommandFieldSelection.getSelectedCommandName(); in executeQuery()
668 int nlCommandType = this.CurDBCommandFieldSelection.getSelectedCommandType(); in toggleSortingPage()
672 String sQueryName = CurDBCommandFieldSelection.getSelectedCommandName(); in toggleSortingPage()
709 CurDBCommandFieldSelection.setModified(true); in shiftFromLeftToRight()
[all …]

Completed in 16 milliseconds