Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java399 public void preselectCommand(PropertyValue[] _aPropertyValue, boolean _bReadOnly) in preselectCommand() method in CommandFieldSelection
409 preselectCommand(sCommand, nCommandType, _bReadOnly); in preselectCommand()
419 public void preselectCommand(String _selitem, int _nCommandType, boolean _bReadOnly) in preselectCommand() method in CommandFieldSelection
447 public void preselectCommand(String _selitem, boolean _bReadOnly) in preselectCommand() method in CommandFieldSelection
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java133 curSubFormFieldSelection.preselectCommand(sPreSelectedTableName, bReadOnly); in enterStep()
350 this.curDBCommandFieldSelection.preselectCommand(m_wizardContext, false); in start()
/trunk/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java121 this.m_DBCommandFieldSelectio.preselectCommand(m_wizardContext, false); in start()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java491 this.CurDBCommandFieldSelection.preselectCommand(m_wizardContext, false); in startReportWizard()