Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java45 private CommandFieldSelection curSubFormFieldSelection; field in FormWizard
107 curSubFormFieldSelection.setModified(false); in enterStep()
118 curFormConfiguration.initialize(curSubFormFieldSelection, oRelationController); in enterStep()
127 final String sTableName = curSubFormFieldSelection.getSelectedCommandName(); in enterStep()
128 String[] aFieldNames = curSubFormFieldSelection.getSelectedFieldNames(); in enterStep()
133 curSubFormFieldSelection.preselectCommand(sPreSelectedTableName, bReadOnly); in enterStep()
197 final String sTableName = curSubFormFieldSelection.getSelectedCommandName(); in leaveStep()
198 final String[] aFieldNames = curSubFormFieldSelection.getSelectedFieldNames(); in leaveStep()
247 curSubFormFieldSelection.addFieldSelectionListener(new FieldSelectionListener()); in buildSteps()
449 curSubFormFieldSelection.setModified(true); in toggleSubFormSteps()
[all …]

Completed in 10 milliseconds