Home
last modified time | relevance | path

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

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java99 private XConnection activeConnection; field in SOReportJobFactory._SOReportJobFactory
252activeConnection = (XConnection) UnoRuntime.queryInterface(XConnection.class, aProps.Value); in createReportJob()
295 if (report == null || activeConnection == null) in createReportJob()
308activeConnection = (XConnection) UnoRuntime.queryInterface(XConnection.class, set.getPropertyValue… in createReportJob()
315 final XChild child = UnoRuntime.queryInterface(XChild.class, activeConnection); in createReportJob()
318 … final DataSourceFactory dataFactory = new SDBCReportDataFactory(m_cmpCtx, activeConnection); in createReportJob()

Completed in 14 milliseconds