Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java323 NamedValueCollection wizardContext = new NamedValueCollection(); in callFormWizard() local
324 wizardContext.put( PropertyNames.ACTIVE_CONNECTION, curTableDescriptor.DBConnection ); in callFormWizard()
325 wizardContext.put( "DataSource", curTableDescriptor.getDataSource() ); in callFormWizard()
326 wizardContext.put( PropertyNames.COMMAND_TYPE, CommandType.TABLE ); in callFormWizard()
327 wizardContext.put( PropertyNames.COMMAND, scomposedtablename ); in callFormWizard()
328 wizardContext.put( "DocumentUI", m_docUI ); in callFormWizard()
330 xInitialization.initialize( wizardContext.getPropertyValues() ); in callFormWizard()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java62 final NamedValueCollection wizardContext = new NamedValueCollection( m_wizardContext ); in DatabaseObjectWizard() local
63 …m_docUI = wizardContext.queryOrDefault( "DocumentUI", (XDatabaseDocumentUI)null, XDatabaseDocument… in DatabaseObjectWizard()
72 … XFrame parentFrame = wizardContext.queryOrDefault( "ParentFrame", (XFrame)null, XFrame.class ); in DatabaseObjectWizard()

Completed in 22 milliseconds