Home
last modified time | relevance | path

Searched refs:attributeName (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapperKey.java37 private final String attributeName; field in StyleMapperKey
43 final String attributeName) in StyleMapperKey() argument
57 this.attributeName = attributeName; in StyleMapperKey()
78 return attributeName; in getAttributeName()
92 …if ((attributeName != null ? !attributeName.equals(that.attributeName) : that.attributeName != nul… in equals()
106 result = 31 * result + (attributeName != null ? attributeName.hashCode() : 0); in computeHashCode()
H A DStyleMapper.java65 final String attributeName) in isListOfStyles() argument
67 …rKey key = new StyleMapperKey(elementNamespace, elementTagName, attributeNamespace, attributeName); in isListOfStyles()
75 final String attributeName) in getStyleFamilyFor() argument
77 …rKey key = new StyleMapperKey(elementNamespace, elementTagName, attributeNamespace, attributeName); in getStyleFamilyFor()
H A DStyleMappingReadHandler.java71 final String attributeName = attrs.getValue(getUri(), "attribute-name"); in startParsing() local
77 …pperKey key = new StyleMapperKey(elementNamespace, elementName, attributeNamespace, attributeName); in startParsing()
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DTag.java130 String attributeName = split[i].trim(); in wrapTagStringIntern() local
134 attributeName=(attributeName.substring(attributeName.lastIndexOf(" ")).trim()); in wrapTagStringIntern()
135 if((value=translateableAttributeValue(this.tagName)).equals(attributeName)){ in wrapTagStringIntern()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java280 final String attributeName) in performDataStyleProcessing() argument
283 final Object attribute = style.getAttribute(OfficeNamespaces.STYLE_NS, attributeName); in performDataStyleProcessing()
/aoo4110/main/offapi/com/sun/star/animations/
H A DXAnimate.idl63 @see http://www.w3.org/TR/smil20/animation.html#adef-attributeName
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java362 String attributeName = new String(""); in startElement() local

Completed in 39 milliseconds