Lines Matching refs:equals

582 …    if ("spreadsheet-section".equals(attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "role")))  in startElement()
593 … if ("spreadsheet-section".equals(attrs.getAttribute(JFreeReportInfo.REPORT_NAMESPACE, "role"))) in startElement()
664 …OfficeNamespaces.OOREPORT_NS, "group-header", attrs) && OfficeToken.TRUE.equals(attrs.getAttribute… in startElement()
668 …OfficeNamespaces.OOREPORT_NS, "group-footer", attrs) && OfficeToken.TRUE.equals(attrs.getAttribute… in startElement()
820 if (OfficeToken.TRUE.equals(repeatingHeaderOrFooter)) in startGroup()
872 if (Namespaces.LIBLAYOUT_NAMESPACE.equals(namespace)) in isFilteredNamespace()
876 if (JFreeReportInfo.REPORT_NAMESPACE.equals(namespace)) in isFilteredNamespace()
880 if (JFreeReportInfo.REPORT_NAMESPACE.equals(namespace)) in isFilteredNamespace()
884 if (JFreeReportInfo.COMPATIBILITY_NAMESPACE.equals(namespace)) in isFilteredNamespace()
888 if (OfficeNamespaces.OOREPORT_NS.equals(namespace)) in isFilteredNamespace()
1228 if (OfficeNamespaces.TABLE_NS.equals(attrNamespace) && "name".equals(key)) in buildAttributeList()
1235 …else if (OfficeNamespaces.DRAWING_NS.equals(attrNamespace) && "name".equals(key) && !"equation".eq… in buildAttributeList()
1315 …final boolean preserveIRI = OfficeToken.TRUE.equals(attrs.getAttribute(JFreeReportInfo.REPORT_NAME… in startImageProcessing()
1359 …if (OfficeToken.NONE.equals(scale) && normalizedImageWidth.getValue() > 0 && normalizedImageHeight… in startImageProcessing()
1428 else if (OfficeToken.ISOTROPIC.equals(scale)) in startImageProcessing()