Home
last modified time | relevance | path

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

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java352 final OfficeReport officeReport = (OfficeReport) ((Section) nodes[0]).getNode(0); in execute() local
353 final Section reportBody = (Section) officeReport.getBodySection(); in execute()
354 …collectGroupExpressions(reportBody.getNodeArray(), expressions, parser, officeReport.getExpression… in execute()
356 …final String command = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, "command"); in execute()
357 …final String commandType = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCRe… in execute()
358 …final String escapeProcessing = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, S… in execute()
363 … final String filter = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, "filter"); in execute()

Completed in 16 milliseconds