Lines Matching refs:attrs

194 …public void startOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExcep…  in startOther()  argument
196 …(ReportTargetUtil.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.OBJECT_OLE, attrs)) in startOther()
200 ole.add(attrs); in startOther()
205 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in startOther()
211 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in startOther()
232attrs.setAttribute(OfficeNamespaces.DRAWING_NS, "z-index", String.valueOf(shapes.size())); in startOther()
233 final String y = (String) attrs.getAttribute(OfficeNamespaces.SVG_NS, "y"); in startOther()
238attrs.setAttribute(OfficeNamespaces.SVG_NS, "y", currentY.getValue() + currentY.getType().getType(… in startOther()
240 shapes.add(attrs); in startOther()
248 ole.add(attrs); in startOther()
263 collectBoundaryForElement(attrs); in startOther()
270 processElement(attrs, namespace, elementType); in startOther()
279 …protected void startReportSection(final AttributeMap attrs, final int role) throws IOException, Da… in startReportSection() argument
281 …_FOOTER) && (!PageSection.isPrintWithReportHeader(attrs) || !PageSection.isPrintWithReportFooter(a… in startReportSection()
287 super.startReportSection(attrs, role); in startReportSection()
291 …protected void endReportSection(final AttributeMap attrs, final int role) throws IOException, Data… in endReportSection() argument
293 …_FOOTER) && (!PageSection.isPrintWithReportHeader(attrs) || !PageSection.isPrintWithReportFooter(a… in endReportSection()
299 super.endReportSection(attrs, role); in endReportSection()
321 …private void processElement(final AttributeMap attrs, final String namespace, final String element… in processElement() argument
326 if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE, attrs)) in processElement()
331 …final String tableStyle = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE… in processElement()
352 …fficeToken.TABLE_COLUMN, attrs) || ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, Off… in processElement()
359 …ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.COVERED_TABLE_CELL, attrs)) in processElement()
381 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_ROW, attrs)) in processElement()
388 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in processElement()
407attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in processElement()
410 …lse if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_CELL, attrs)) in processElement()
413 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in processElement()
443 attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, styleName); in processElement()
446 … final String numColSpanStr = (String) attrs.getAttribute(namespace, NUMBERCOLUMNSSPANNED); in processElement()
476 attrs.setAttribute(namespace, NUMBERCOLUMNSSPANNED, "" + span); in processElement()
485 performStyleProcessing(attrs); in processElement()
487 final AttributeList attrList = buildAttributeList(attrs); in processElement()
492 private void collectBoundaryForElement(final AttributeMap attrs) in collectBoundaryForElement() argument
494 … if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_COLUMNS, attrs)) in collectBoundaryForElement()
499 …e if (ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_COLUMN, attrs)) in collectBoundaryForElement()
501 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in collectBoundaryForElement()
577 final AttributeMap attrs = (AttributeMap) shapes.get(i); in createTableShapes() local
578 final AttributeList attrList = buildAttributeList(attrs); in createTableShapes()
640 …protected void endOther(final AttributeMap attrs) throws DataSourceException, ReportProcessingExce… in endOther() argument
642 …til.isElementOfType(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.OBJECT_OLE, attrs) || oleHandled) in endOther()
648 …getUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_ROW, attrs) && isElementBound… in endOther()
650 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in endOther()
659 final String namespace = ReportTargetUtil.getNamespaceFromAttribute(attrs); in endOther()
664 final String elementType = ReportTargetUtil.getElemenTypeFromAttribute(attrs); in endOther()
691 generateCoveredTableCells(attrs); in endOther()
699 private void generateCoveredTableCells(final AttributeMap attrs) throws IOException in generateCoveredTableCells() argument
701 … if (!ReportTargetUtil.isElementOfType(OfficeNamespaces.TABLE_NS, OfficeToken.TABLE_CELL, attrs)) in generateCoveredTableCells()
747 protected void startContent(final AttributeMap attrs) throws IOException, DataSourceException, in startContent() argument
826 protected void endContent(final AttributeMap attrs) throws IOException, DataSourceException, in endContent() argument