Searched refs:CommandFieldSelection (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/form/ |
| H A D | FormWizard.java | 37 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 D | FormConfiguration.java | 31 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 D | CommandFieldSelection.java | 38 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 D | QueryWizard.java | 42 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 D | ReportWizard.java | 53 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 D | Jar_commonwizards.mk | 92 wizards/com/sun/star/wizards/ui/CommandFieldSelection \
|