Home
last modified time | relevance | path

Searched refs:fontSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java62 private byte fontSize = 0; field in WseTextRun
131 fontSize = (byte)(ts.getFontSize() * 2); in WseTextRun()
176 fontSize = dataArray[startIndex++]; in WseTextRun()
248 b[4] = fontSize; in getBytes()
290 mod, (int)(fontSize/2), fontName, sc); in makeStyle()
308 + " fontsize = " + fontSize in dump()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java183 int fontSize = 0; in parseText() local
254 if (fontSize == 0 || fontSize == 10) { in parseText()
256 fontSize = size; in parseText()
263 fontSize = 10; in parseText()
267 fontSize = size; in parseText()
370 mask, modifiers, fontSize, fontName, null); in parseText()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java98 public Format(int attributes, int fontSize, String fontName) { in Format() argument
101 sizeInPoints = fontSize; in Format()
300 public void setFontSize(int fontSize) { in setFontSize() argument
301 sizeInPoints = fontSize; in setFontSize()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas2127 Sub SetupDAWResultsSpreadsheet(logWb As WorkBook, fontName As String, fontSize As Long)
2141 … RID_STR_COMMON_OV_LEGEND_TITLE, RID_STR_COMMON_OV_DOC_MOD_DATES_LEGEND_BODY, fontSize, fontName
2146 RID_STR_COMMON_OV_LEGEND_TITLE, RID_STR_COMMON_OV_DOC_MACRO_LEGEND_BODY, fontSize, fontName
2158 … RID_STR_COMMON_OV_LEGEND_TITLE, RID_STR_COMMON_OV_DOC_ANALYSIS_DAW_LEGEND_BODY, fontSize, fontName
2181 Sub SetupPAWResultsSpreadsheet(logWb As WorkBook, fontName As String, fontSize As Long)
2195 … RID_STR_COMMON_OV_LEGEND_TITLE, RID_STR_COMMON_OV_DOC_MOD_DATES_LEGEND_BODY, fontSize, fontName
2197 RID_STR_COMMON_OV_LEGEND_TITLE, RID_STR_COMMON_OV_DOC_MACRO_LEGEND_BODY, fontSize, fontName
2201 … RID_STR_COMMON_OV_LEGEND_TITLE, RID_STR_COMMON_OV_DOC_ANALYSIS_PAW_LEGEND_BODY, fontSize, fontName
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java152 int mask, int values, int fontSize, String fontName, StyleCatalog sc) { in TextStyle() argument
156 this.sizeInPoints = fontSize; in TextStyle()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2294 OString fontSize = OString::valueOf( sal_Int32( ( rFontSize.GetHeight() + 5 ) / 10 ) ); in CharFontSize() local
2300 … m_pSerializer->singleElementNS( XML_w, XML_sz, FSNS( XML_w, XML_val ), fontSize.getStr(), FSEND ); in CharFontSize()
2303 …m_pSerializer->singleElementNS( XML_w, XML_szCs, FSNS( XML_w, XML_val ), fontSize.getStr(), FSEND … in CharFontSize()

Completed in 75 milliseconds