Searched refs:GetFontSize (Results 1 – 7 of 7) sorted by relevance
189 aSize1NF.SetValue(pHtmlOpt->GetFontSize(0)); in Reset()190 aSize2NF.SetValue(pHtmlOpt->GetFontSize(1)); in Reset()191 aSize3NF.SetValue(pHtmlOpt->GetFontSize(2)); in Reset()192 aSize4NF.SetValue(pHtmlOpt->GetFontSize(3)); in Reset()193 aSize5NF.SetValue(pHtmlOpt->GetFontSize(4)); in Reset()194 aSize6NF.SetValue(pHtmlOpt->GetFontSize(5)); in Reset()195 aSize7NF.SetValue(pHtmlOpt->GetFontSize(6)); in Reset()
132 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()
340 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()
63 sal_uInt16 GetFontSize(sal_uInt16 nPos) const;
299 sal_uInt16 SvxHtmlOptions::GetFontSize(sal_uInt16 nPos) const in GetFontSize() function in SvxHtmlOptions
259 sal_uInt16 nSize = pHtmlOptions->GetFontSize( j ); in ScHTMLExport()
81 maFontHeights[ nIndex ] = pHtmlOptions->GetFontSize( nIndex ) * 20; in ScHTMLParser()
Completed in 70 milliseconds