Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java66 protected int sizeInPoints = 0; field in TextStyle
156 this.sizeInPoints = fontSize; in TextStyle()
247 sizeInPoints = Integer.parseInt(num); in handleAttribute()
306 return sizeInPoints; in getFontSize()
403 if ((sizeInPoints == 0) && (parentStyle.sizeInPoints != 0)) in getResolved()
404 resolved.sizeInPoints = parentStyle.sizeInPoints; in getResolved()
500 + toCSV(fontName) + toCSV("" + sizeInPoints) + attributes + toLastCSV(null)); in dumpCSV()
540 if (tStyle.sizeInPoints != 0) { in isSubset()
541 if (sizeInPoints != tStyle.sizeInPoints) in isSubset()
603 if (sizeInPoints != 0) { in writeAttributes()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java77 protected int sizeInPoints; field in Format
101 sizeInPoints = fontSize; in Format()
125 sizeInPoints = fmt.sizeInPoints; in Format()
139 sizeInPoints = 10; in clearFormatting()
301 sizeInPoints = fontSize; in setFontSize()
311 return sizeInPoints; in getFontSize()
448 if (rhs.sizeInPoints != 0) { in isSubset()
449 if (sizeInPoints != rhs.sizeInPoints) in isSubset()