Home
last modified time | relevance | path

Searched refs:getFontSize (Results 1 – 13 of 13) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java312 if ((fmt.getFontSize() == 0) && (parentFormat.getFontSize() != 0)) in getResolved()
313 resolvedFormat.setFontSize(parentFormat.getFontSize()); in getResolved()
418 if (fmt.getFontSize() != 0) { in writeAttributes()
419 Integer fs = new Integer(fmt.getFontSize()); in writeAttributes()
H A DFormat.java310 public int getFontSize() { in getFontSize() method in Format
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java63 this.dwHeight = EndianConverter.writeShort((short) (fmt.getFontSize()*20)); in FontDescription()
203 public int getFontSize() { in getFontSize() method in FontDescription
/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx643 return getSvgStyleAttributes()->getFontSize().solve(*this, xcoordinate); in getCurrentFontSize()
660 return getSvgStyleAttributes()->getFontSize().solve(*this, ycoordinate); in getCurrentXHeight()
H A Dsvgstyleattributes.cxx2307 SvgNumber SvgStyleAttributes::getFontSize() const in getFontSize() function in svgio::svgreader::SvgStyleAttributes
2320 const SvgNumber aParentNumber = pSvgStyleAttributes->getFontSize(); in getFontSize()
2336 return pSvgStyleAttributes->getFontSize(); in getFontSize()
H A Dsvgcharacternode.cxx286 double fFontWidth(rSvgStyleAttributes.getFontSize().solve(*this, length)); in createSimpleTextPrimitive()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java131 fontSize = (byte)(ts.getFontSize() * 2); in WseTextRun()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java427 fmt.setFontSize(fd.getFontSize()); in readCellFormat()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx370 SvgNumber getFontSize() const;
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java305 public int getFontSize() { in getFontSize() method in TextStyle
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java191 propertyValue.Value = new Integer(StyleConstants.getFontSize(as)); in setAttributes()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx768 const double fFontSize(state->getFontSize()); in drawChar()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1831 -GrUtfTextSrc::getFontSize(gr::toffset ich)
1832 +GrUtfTextSrc::getFontSize(gr::toffset /*ich*/)

Completed in 78 milliseconds