Home
last modified time | relevance | path

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

/AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java72 protected Color bgColor = null; field in TextStyle
258 bgColor = parseColorString(value); in handleAttribute()
341 return bgColor; in getBackgroundColor()
356 this.bgColor = backgroundColor; in setColors()
409 if ((bgColor == null) && (parentStyle.bgColor != null)) in getResolved()
410 resolved.bgColor = parentStyle.bgColor; in getResolved()
559 if (tStyle.bgColor != null) { in isSubset()
560 if (bgColor == null) in isSubset()
562 if (!bgColor.equals(tStyle.bgColor)) in isSubset()
614 if (bgColor != null) in writeAttributes()
[all …]
/AOO42X/main/oox/source/xls/
H A Dstylesfragment.cxx115 case XLS_TOKEN( bgColor ): mxFill->importBgColor( rAttribs ); break; in onCreateContext()