Home
last modified time | relevance | path

Searched refs:m_aFontHeights (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dwrthtml.cxx290 m_aFontHeights[0] = rHtmlOptions.GetFontSize( 0 ) * 20; in WriteStream()
291 m_aFontHeights[1] = rHtmlOptions.GetFontSize( 1 ) * 20; in WriteStream()
292 m_aFontHeights[2] = rHtmlOptions.GetFontSize( 2 ) * 20; in WriteStream()
293 m_aFontHeights[3] = rHtmlOptions.GetFontSize( 3 ) * 20; in WriteStream()
294 m_aFontHeights[4] = rHtmlOptions.GetFontSize( 4 ) * 20; in WriteStream()
295 m_aFontHeights[5] = rHtmlOptions.GetFontSize( 5 ) * 20; in WriteStream()
296 m_aFontHeights[6] = rHtmlOptions.GetFontSize( 6 ) * 20; in WriteStream()
1491 if( nHeight > (m_aFontHeights[i] + m_aFontHeights[i-1])/2 ) in GetHTMLFontSize()
H A Dswhtml.cxx331 m_aFontHeights[0] = rHtmlOptions.GetFontSize( 0 ) * 20; in SwHTMLParser()
332 m_aFontHeights[1] = rHtmlOptions.GetFontSize( 1 ) * 20; in SwHTMLParser()
333 m_aFontHeights[2] = rHtmlOptions.GetFontSize( 2 ) * 20; in SwHTMLParser()
334 m_aFontHeights[3] = rHtmlOptions.GetFontSize( 3 ) * 20; in SwHTMLParser()
335 m_aFontHeights[4] = rHtmlOptions.GetFontSize( 4 ) * 20; in SwHTMLParser()
336 m_aFontHeights[5] = rHtmlOptions.GetFontSize( 5 ) * 20; in SwHTMLParser()
337 m_aFontHeights[6] = rHtmlOptions.GetFontSize( 6 ) * 20; in SwHTMLParser()
345 SvxFontHeightItem aFontHeight(m_aFontHeights[2], 100, RES_CHRATR_FONTSIZE); in SwHTMLParser()
347 SvxFontHeightItem aFontHeightCJK(m_aFontHeights[2], 100, RES_CHRATR_CJK_FONTSIZE); in SwHTMLParser()
3725 nFontHeight = m_aFontHeights[nSize-1]; in NewFontAttr()
[all …]
H A Dhtmlcss1.cxx109 m_aFontHeights[0] = aFHeights[0]; in SwCSS1Parser()
110 m_aFontHeights[1] = aFHeights[1]; in SwCSS1Parser()
111 m_aFontHeights[2] = aFHeights[2]; in SwCSS1Parser()
112 m_aFontHeights[3] = aFHeights[3]; in SwCSS1Parser()
113 m_aFontHeights[4] = aFHeights[4]; in SwCSS1Parser()
114 m_aFontHeights[5] = aFHeights[5]; in SwCSS1Parser()
115 m_aFontHeights[6] = aFHeights[6]; in SwCSS1Parser()
1108 return m_aFontHeights[ std::min<sal_uInt16>(nSize,6) ]; in GetFontHeight()
H A Dswcss1.hxx51 sal_uLong m_aFontHeights[7]; member in SwCSS1Parser
H A Dwrthtml.hxx306 sal_uInt32 m_aFontHeights[7]; // font heights 1-7 member in SwHTMLWriter
H A Dswhtml.hxx408 sal_uInt32 m_aFontHeights[7]; // font heights 1-7 member in SwHTMLParser
H A Dhtmlgrin.cxx1061 ( m_aFontHeights[2] * in InsertBodyOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dwrthtml.cxx251 m_aFontHeights[0] = rHtmlOptions.GetFontSize( 0 ) * 20; in WriteStream()
252 m_aFontHeights[1] = rHtmlOptions.GetFontSize( 1 ) * 20; in WriteStream()
253 m_aFontHeights[2] = rHtmlOptions.GetFontSize( 2 ) * 20; in WriteStream()
254 m_aFontHeights[3] = rHtmlOptions.GetFontSize( 3 ) * 20; in WriteStream()
255 m_aFontHeights[4] = rHtmlOptions.GetFontSize( 4 ) * 20; in WriteStream()
256 m_aFontHeights[5] = rHtmlOptions.GetFontSize( 5 ) * 20; in WriteStream()
257 m_aFontHeights[6] = rHtmlOptions.GetFontSize( 6 ) * 20; in WriteStream()
1439 if( nHeight > (m_aFontHeights[i] + m_aFontHeights[i-1])/2 ) in GetHTMLFontSize()
H A Dswhtml.cxx332 m_aFontHeights[0] = rHtmlOptions.GetFontSize( 0 ) * 20; in SwHTMLParser()
333 m_aFontHeights[1] = rHtmlOptions.GetFontSize( 1 ) * 20; in SwHTMLParser()
334 m_aFontHeights[2] = rHtmlOptions.GetFontSize( 2 ) * 20; in SwHTMLParser()
335 m_aFontHeights[3] = rHtmlOptions.GetFontSize( 3 ) * 20; in SwHTMLParser()
336 m_aFontHeights[4] = rHtmlOptions.GetFontSize( 4 ) * 20; in SwHTMLParser()
337 m_aFontHeights[5] = rHtmlOptions.GetFontSize( 5 ) * 20; in SwHTMLParser()
338 m_aFontHeights[6] = rHtmlOptions.GetFontSize( 6 ) * 20; in SwHTMLParser()
346 SvxFontHeightItem aFontHeight(m_aFontHeights[2], 100, RES_CHRATR_FONTSIZE); in SwHTMLParser()
348 SvxFontHeightItem aFontHeightCJK(m_aFontHeights[2], 100, RES_CHRATR_CJK_FONTSIZE); in SwHTMLParser()
3690 nFontHeight = m_aFontHeights[nSize-1]; in NewFontAttr()
[all …]
H A Dhtmlcss1.cxx112 m_aFontHeights[0] = aFHeights[0]; in SwCSS1Parser()
113 m_aFontHeights[1] = aFHeights[1]; in SwCSS1Parser()
114 m_aFontHeights[2] = aFHeights[2]; in SwCSS1Parser()
115 m_aFontHeights[3] = aFHeights[3]; in SwCSS1Parser()
116 m_aFontHeights[4] = aFHeights[4]; in SwCSS1Parser()
117 m_aFontHeights[5] = aFHeights[5]; in SwCSS1Parser()
118 m_aFontHeights[6] = aFHeights[6]; in SwCSS1Parser()
1111 return m_aFontHeights[ std::min<sal_uInt16>(nSize,6) ]; in GetFontHeight()
H A Dswcss1.hxx47 sal_uLong m_aFontHeights[7]; member in SwCSS1Parser
H A Dwrthtml.hxx304 sal_uInt32 m_aFontHeights[7]; // font heights 1-7 member in SwHTMLWriter
H A Dswhtml.hxx391 sal_uInt32 m_aFontHeights[7]; // font heights 1-7 member in SwHTMLParser
H A Dhtmlgrin.cxx1065 ( m_aFontHeights[2] * in InsertBodyOptions()