Searched refs:rSVFont (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/editeng/source/rtf/ |
| H A D | rtfitem.cxx | 683 const Font& rSVFont = GetFont( sal_uInt16(nTokenValue) ); in ReadAttr() local 684 SvxFontItem aTmpItem( rSVFont.GetFamily(), in ReadAttr() 685 rSVFont.GetName(), rSVFont.GetStyleName(), in ReadAttr() 686 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadAttr() 691 SetEncoding( rSVFont.GetCharSet() ); in ReadAttr() 1964 const Font& rSVFont = GetFont(sal_uInt16(nDfltFont)); in RTFPardPlain() local 1965 SetEncoding(rSVFont.GetCharSet()); in RTFPardPlain() 1988 const Font& rSVFont = GetFont( sal_uInt16(nValue) ); in SetDefault() local 1990 rSVFont.GetFamily(), rSVFont.GetName(), in SetDefault() 1991 rSVFont.GetStyleName(), rSVFont.GetPitch(), in SetDefault() [all …]
|
| /AOO42X/main/sw/source/filter/rtf/ |
| H A D | rtfnum.cxx | 974 const Font& rSVFont = GetFont( sal_uInt16(nTokenValue) ); in ReadNumSecLevel() local 976 SvxFontItem( rSVFont.GetFamily(), in ReadNumSecLevel() 977 rSVFont.GetName(), rSVFont.GetStyleName(), in ReadNumSecLevel() 978 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadNumSecLevel() 981 pCurNumFmt->SetBulletFont( &rSVFont ); in ReadNumSecLevel()
|