Searched refs:officeReport (Results 1 – 1 of 1) sorted by relevance
352 final OfficeReport officeReport = (OfficeReport) ((Section) nodes[0]).getNode(0); in execute() local353 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 27 milliseconds