Home
last modified time | relevance | path

Searched refs:attributeNamespace (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapperKey.java36 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 DStyleMapper.java64 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 DStyleMappingReadHandler.java69 final String attributeNamespace = attrs.getValue(getUri(), in startParsing() local
77 …eMapperKey key = new StyleMapperKey(elementNamespace, elementName, attributeNamespace, attributeNa… in startParsing()

Completed in 16 milliseconds