Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java99 private PropertyValue[] m_wizardContext; field in CallReportWizard.ReportWizardImplementation
119 … ReportWizard CurReportWizard = new ReportWizard( xmultiservicefactory, m_wizardContext ); in trigger()
127 if (m_wizardContext != null) in trigger()
129 NamedValueCollection context = new NamedValueCollection( m_wizardContext ); in trigger()
134 … CurDataimport.createReport(xmultiservicefactory, documentUI, textDocument, m_wizardContext); in trigger()
161 this.m_wizardContext = Properties.convertToPropertyValueArray(object); in initialize()
H A DReportWizard.java485 if (m_reportDocument.getRecordParser().getConnection(m_wizardContext)) in startReportWizard()
491 this.CurDBCommandFieldSelection.preselectCommand(m_wizardContext, false); in startReportWizard()
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java65 private PropertyValue[] m_wizardContext; field in CallFormWizard.FormWizardImplementation
83 FormWizard CurFormWizard = new FormWizard( m_serviceFactory, m_wizardContext ); in trigger()
109 m_wizardContext = Properties.convertToPropertyValueArray(object); in initialize()
H A DFormWizard.java342 if (curFormDocument.oMainFormDBMetaData.getConnection(m_wizardContext)) in start()
350 this.curDBCommandFieldSelection.preselectCommand(m_wizardContext, false); in start()
/aoo4110/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java67 private PropertyValue[] m_wizardContext; field in CallQueryWizard.QueryWizardImplementation
91 … QueryWizard CurQueryWizard = new QueryWizard( m_serviceFactory, m_wizardContext ); in trigger()
117 m_wizardContext = Properties.convertToPropertyValueArray(object); in initialize()
H A DQueryWizard.java99 if (m_DBMetaData.getConnection(m_wizardContext)) in start()
121 this.m_DBCommandFieldSelectio.preselectCommand(m_wizardContext, false); in start()
/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java67 private PropertyValue[] m_wizardContext; field in CallTableWizard.TableWizardImplementation
90 … TableWizard CurTableWizard = new TableWizard( m_serviceFactory, m_wizardContext ); in trigger()
116 m_wizardContext = Properties.convertToPropertyValueArray(object); in initialize()
H A DTableWizard.java366 if ( curTableDescriptor.getConnection( m_wizardContext ) ) in startTableWizard()
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java53 protected final PropertyValue[] m_wizardContext; field in DatabaseObjectWizard
60 m_wizardContext = i_wizardContext; in DatabaseObjectWizard()
62 final NamedValueCollection wizardContext = new NamedValueCollection( m_wizardContext ); in DatabaseObjectWizard()

Completed in 126 milliseconds