Home
last modified time | relevance | path

Searched refs:styleKey (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/
H A DOneOfConstantsMapper.java38 private final StyleKey styleKey; field in OneOfConstantsMapper
41 protected OneOfConstantsMapper(final StyleKey styleKey) in OneOfConstantsMapper() argument
43 this.styleKey = styleKey; in OneOfConstantsMapper()
60 targetRule.setPropertyValue(styleKey, value); in updateStyle()
66 return styleKey; in getStyleKey()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java87 final StyleKey styleKey = (StyleKey) obj; in equals() local
89 …if (!family.equals(styleKey.family) || (name != null ? !name.equals(styleKey.name) : styleKey.name… in equals()

Completed in 24 milliseconds