Lines Matching refs:getAttribute

201                 attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "force-new-page");  in isSectionPagebreakAfter()
208 attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "force-new-page"); in isSectionPagebreakBefore()
526 final Object columnCountRaw = attrs.getAttribute(OfficeNamespaces.FO_NS, "column-count"); in startContent()
590 … final String varName = (String) attrs.getAttribute(OfficeNamespaces.TEXT_NS, NAME); in startOther()
591 …final String varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.… in startOther()
597 … final String varName = (String) attrs.getAttribute(OfficeNamespaces.TEXT_NS, NAME); in startOther()
598 …final String varType = (String) attrs.getAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.… in startOther()
633 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_N… in startOther()
688 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYL… in startOther()
728 …final String rowStyle = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_N… in startRow()
754 …final Integer trc = (Integer) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "table-row-coun… in startTable()
905 …final boolean localKeepTogether = OfficeToken.TRUE.equals(attrs.getAttribute(OfficeNamespaces.OORE… in startTable()
912 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable()
989 …final String styleName = (String) attrs.getAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_… in startTable()
995 …final String hasGroupFooter = (String) attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "has-g… in startTable()
1125 …final Object resetPageNumber = attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "reset-page-number… in startGroup()
1131 final Object keepTogether = attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, KEEP_TOGETHER); in startGroup()
1141 final Object columnCountRaw = attrs.getAttribute(OfficeNamespaces.FO_NS, "column-count"); in startGroup()
1148 … final Object newColumn = attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "start-new-column"); in startGroup()
1241 …final boolean repeat = OfficeToken.TRUE.equals(attrs.getAttribute(OfficeNamespaces.OOREPORT_NS, "r… in endReportSection()