Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java37 import com.sun.star.wizards.ui.CommandFieldSelection;
43 private CommandFieldSelection curDBCommandFieldSelection;
45 private CommandFieldSelection curSubFormFieldSelection;
229 …curDBCommandFieldSelection = new CommandFieldSelection(this, curFormDocument.oMainFormDBMetaData, … in buildSteps()
246 …curSubFormFieldSelection = new CommandFieldSelection(this, curFormDocument.oSubFormDBMetaData, SOS… in buildSteps()
H A DFormConfiguration.java31 import com.sun.star.wizards.ui.CommandFieldSelection;
56 CommandFieldSelection CurSubFormFieldSelection;
155 …public void initialize(CommandFieldSelection _CurSubFormFieldSelection, RelationController _oRelat… in initialize()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java38 public class CommandFieldSelection extends FieldSelection implements Comparator class
95 …public CommandFieldSelection(WizardDialog _CurUnoDialog, CommandMetaData _CurDBMetaData, int iStep… in CommandFieldSelection() method in CommandFieldSelection
113 …public CommandFieldSelection(UnoDialog _CurUnoDialog, CommandMetaData _CurDBMetaData, int _iHeight… in CommandFieldSelection() method in CommandFieldSelection
/trunk/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java42 import com.sun.star.wizards.ui.CommandFieldSelection;
60 private CommandFieldSelection m_DBCommandFieldSelectio;
234 m_DBCommandFieldSelectio = new CommandFieldSelection( in buildSteps()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java53 import com.sun.star.wizards.ui.CommandFieldSelection;
72 private CommandFieldSelection CurDBCommandFieldSelection;
324 …CurDBCommandFieldSelection = new CommandFieldSelection(this, m_reportDocument.getRecordParser(), 1… in buildSteps()
/trunk/main/wizards/
H A DJar_commonwizards.mk92 wizards/com/sun/star/wizards/ui/CommandFieldSelection \