Home
last modified time | relevance | path

Searched refs:aFontHeights (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sw/source/filter/html/
H A Dwrthtml.cxx132 aFontHeights[0] = pHtmlOptions->GetFontSize( 0 ) * 20; in WriteStream()
133 aFontHeights[1] = pHtmlOptions->GetFontSize( 1 ) * 20; in WriteStream()
134 aFontHeights[2] = pHtmlOptions->GetFontSize( 2 ) * 20; in WriteStream()
135 aFontHeights[3] = pHtmlOptions->GetFontSize( 3 ) * 20; in WriteStream()
136 aFontHeights[4] = pHtmlOptions->GetFontSize( 4 ) * 20; in WriteStream()
137 aFontHeights[5] = pHtmlOptions->GetFontSize( 5 ) * 20; in WriteStream()
138 aFontHeights[6] = pHtmlOptions->GetFontSize( 6 ) * 20; in WriteStream()
1338 if( nHeight > (aFontHeights[i] + aFontHeights[i-1])/2 ) in GetHTMLFontSize()
H A Dhtmlcss1.cxx132 aFontHeights[0] = aFHeights[0]; in SwCSS1Parser()
133 aFontHeights[1] = aFHeights[1]; in SwCSS1Parser()
134 aFontHeights[2] = aFHeights[2]; in SwCSS1Parser()
135 aFontHeights[3] = aFHeights[3]; in SwCSS1Parser()
136 aFontHeights[4] = aFHeights[4]; in SwCSS1Parser()
137 aFontHeights[5] = aFHeights[5]; in SwCSS1Parser()
138 aFontHeights[6] = aFHeights[6]; in SwCSS1Parser()
1161 return aFontHeights[ nSize>6 ? 6 : nSize ]; in GetFontHeight()
H A Dswhtml.cxx340 aFontHeights[0] = pHtmlOptions->GetFontSize( 0 ) * 20; in SwHTMLParser()
341 aFontHeights[1] = pHtmlOptions->GetFontSize( 1 ) * 20; in SwHTMLParser()
342 aFontHeights[2] = pHtmlOptions->GetFontSize( 2 ) * 20; in SwHTMLParser()
343 aFontHeights[3] = pHtmlOptions->GetFontSize( 3 ) * 20; in SwHTMLParser()
344 aFontHeights[4] = pHtmlOptions->GetFontSize( 4 ) * 20; in SwHTMLParser()
345 aFontHeights[5] = pHtmlOptions->GetFontSize( 5 ) * 20; in SwHTMLParser()
346 aFontHeights[6] = pHtmlOptions->GetFontSize( 6 ) * 20; in SwHTMLParser()
352 SvxFontHeightItem aFontHeight(aFontHeights[2], 100, RES_CHRATR_FONTSIZE); in SwHTMLParser()
365 pCSS1Parser = new SwCSS1Parser( pDoc, aFontHeights, sBaseURL, IsNewDoc() ); in SwHTMLParser()
3610 nFontHeight = aFontHeights[nSize-1]; in NewFontAttr()
[all …]
H A Dswcss1.hxx48 sal_uLong aFontHeights[7]; member in SwCSS1Parser
H A Dwrthtml.hxx248 sal_uInt32 aFontHeights[7]; // die Font-Hoehen 1-7 member in SwHTMLWriter
H A Dswhtml.hxx430 sal_uInt32 aFontHeights[7]; // die Font-Hoehen 1-7 member in SwHTMLParser
H A Dhtmlgrin.cxx983 ( aFontHeights[2] * in InsertBodyOptions()
H A Dcss1atr.cxx2699 if( rHTMLWrt.aFontHeights[nSize-1] == nHeight ) in OutCSS1_SvxFontHeight()
H A Dhtmlatr.cxx2904 rHTMLWrt.aFontHeights[nSize-1] != nHeight ) in OutHTML_SvxFontHeight()

Completed in 95 milliseconds