Searched refs:SDBCReportDataFactory (Results 1 – 7 of 7) sorted by relevance
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 37 import com.sun.star.report.SDBCReportDataFactory; 344 parameters.put(SDBCReportDataFactory.MASTER_VALUES, masterValues); in execute() 345 parameters.put(SDBCReportDataFactory.DETAIL_COLUMNS, detailColumns); in execute() 355 parameters.put(SDBCReportDataFactory.GROUP_EXPRESSIONS, expressions); in execute() 357 … (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCReportDataFactory.COMMAND_TY… in execute() 358 … (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCReportDataFactory.ESCAPE_PRO… in execute() 360 parameters.put(SDBCReportDataFactory.COMMAND_TYPE, commandType); in execute() 361 … parameters.put(SDBCReportDataFactory.ESCAPE_PROCESSING, !("false".equals(escapeProcessing))); in execute() 364 parameters.put(SDBCReportDataFactory.UNO_FILTER, filter); in execute()
|
H A D | SOReportJobFactory.java | 53 import com.sun.star.report.SDBCReportDataFactory; 318 … final DataSourceFactory dataFactory = new SDBCReportDataFactory(m_cmpCtx, activeConnection); in createReportJob()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ObjectOleLayoutController.java | 26 import com.sun.star.report.SDBCReportDataFactory; 109 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.MASTER_COLUMNS, masterfie… in delegateContentGeneration() 110 … ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.MASTER_VALUES, values); in delegateContentGeneration() 111 …ole.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.DETAIL_COLUMNS, element.g… in delegateContentGeneration()
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 70 public class SDBCReportDataFactory implements DataSourceFactory class 145 private static final Log LOGGER = LogFactory.getLog(SDBCReportDataFactory.class); 171 public SDBCReportDataFactory(final XComponentContext cmpCtx, final XConnection connection) in SDBCReportDataFactory() method in SDBCReportDataFactory 266 … Logger.getLogger(SDBCReportDataFactory.class.getName()).log(Level.SEVERE, null, ex); in getOrderStatement() 481 … Logger.getLogger(SDBCReportDataFactory.class.getName()).log(Level.SEVERE, null, ex); in createParameter()
|
H A D | makefile.mk | 65 SDBCReportDataFactory.java \
|
H A D | StorageRepository.java | 58 private static final Log LOGGER = LogFactory.getLog(SDBCReportDataFactory.class);
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 31 import com.sun.star.report.SDBCReportDataFactory; 1680 … (ArrayList) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.MASTER_COL… in startChartProcessing() 1681 … (ArrayList) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.MASTER_VAL… in startChartProcessing() 1682 … (ArrayList) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, SDBCReportDataFactory.DETAIL_COL… in startChartProcessing()
|
Completed in 52 milliseconds