Searched refs:SetFontSize (Results 1 – 8 of 8) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | opthtml.cxx | 138 pHtmlOpt->SetFontSize(0, (sal_uInt16)aSize1NF.GetValue()); in FillItemSet() 140 pHtmlOpt->SetFontSize(1, (sal_uInt16)aSize2NF.GetValue()); in FillItemSet() 142 pHtmlOpt->SetFontSize(2, (sal_uInt16)aSize3NF.GetValue()); in FillItemSet() 144 pHtmlOpt->SetFontSize(3, (sal_uInt16)aSize4NF.GetValue()); in FillItemSet() 146 pHtmlOpt->SetFontSize(4, (sal_uInt16)aSize5NF.GetValue()); in FillItemSet() 148 pHtmlOpt->SetFontSize(5, (sal_uInt16)aSize6NF.GetValue()); in FillItemSet() 150 pHtmlOpt->SetFontSize(6, (sal_uInt16)aSize7NF.GetValue()); in FillItemSet()
|
/trunk/main/svtools/inc/svtools/ |
H A D | htmlcfg.hxx | 64 void SetFontSize(sal_uInt16 nPos, sal_uInt16 nSize);
|
/trunk/main/starmath/inc/ |
H A D | format.hxx | 121 …void SetFontSize(sal_uInt16 nIdent, const Size &rSize) { vFont[nIdent].SetSize( rSize… in SetFontSize() function in SmFormat
|
H A D | node.hxx | 135 void SetFontSize(const Fraction &rRelSize, sal_uInt16 nType);
|
/trunk/main/svtools/source/config/ |
H A D | htmlcfg.cxx | 306 void SvxHtmlOptions::SetFontSize(sal_uInt16 nPos, sal_uInt16 nSize) in SetFontSize() function in SvxHtmlOptions
|
/trunk/main/starmath/source/ |
H A D | node.cxx | 259 void SmNode::SetFontSize(const Fraction &rSize, sal_uInt16 nType) in SetFontSize() function in SmNode 311 pNode->SetFontSize(rSize, nType); in SetFontSize() 2141 pNode->SetFontSize(aFontSize, nSizeType); in Arrange()
|
H A D | unomodel.cxx | 581 aFormat.SetFontSize(i, aTmp); in _setPropertyValues()
|
H A D | dialog.cxx | 492 rFormat.SetFontSize(i, aTmp); in WriteTo()
|
Completed in 74 milliseconds