Searched refs:attributeNamespace (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | StyleMapperKey.java | 36 private final String attributeNamespace; field in StyleMapperKey 42 final String attributeNamespace, in StyleMapperKey() argument 56 this.attributeNamespace = attributeNamespace; in StyleMapperKey() 73 return attributeNamespace; in getAttributeNamespace() 92 …ibuteName != null) || (attributeNamespace != null ? !attributeNamespace.equals(that.attributeNames… in equals() 105 result = 31 * result + (attributeNamespace != null ? attributeNamespace.hashCode() : 0); in computeHashCode()
|
H A D | StyleMapper.java | 64 final String attributeNamespace, in isListOfStyles() argument 67 …pperKey key = new StyleMapperKey(elementNamespace, elementTagName, attributeNamespace, attributeNa… in isListOfStyles() 74 final String attributeNamespace, in getStyleFamilyFor() argument 77 …pperKey key = new StyleMapperKey(elementNamespace, elementTagName, attributeNamespace, attributeNa… in getStyleFamilyFor()
|
H A D | StyleMappingReadHandler.java | 69 final String attributeNamespace = attrs.getValue(getUri(), in startParsing() local 77 …eMapperKey key = new StyleMapperKey(elementNamespace, elementName, attributeNamespace, attributeNa… in startParsing()
|
Completed in 19 milliseconds