Searched refs:attributeName (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | StyleMapperKey.java | 37 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 D | StyleMapper.java | 65 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 D | StyleMappingReadHandler.java | 71 final String attributeName = attrs.getValue(getUri(), "attribute-name"); in startParsing() local 77 …pperKey key = new StyleMapperKey(elementNamespace, elementName, attributeNamespace, attributeName); in startParsing()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/ |
H A D | Tag.java | 130 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()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StyleUtilities.java | 280 final String attributeName) in performDataStyleProcessing() argument 283 final Object attribute = style.getAttribute(OfficeNamespaces.STYLE_NS, attributeName); in performDataStyleProcessing()
|
/aoo42x/main/offapi/com/sun/star/animations/ |
H A D | XAnimate.idl | 63 @see http://www.w3.org/TR/smil20/animation.html#adef-attributeName
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | XLIFFReader.java | 362 String attributeName = new String(""); in startElement() local
|
Completed in 32 milliseconds