Searched refs:rSVFont (Results 1 – 2 of 2) sorted by relevance
/trunk/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 684 const Font& rSVFont = GetFont( sal_uInt16(nTokenValue) ); in ReadAttr() local 685 SvxFontItem aTmpItem( rSVFont.GetFamily(), in ReadAttr() 686 rSVFont.GetName(), rSVFont.GetStyleName(), in ReadAttr() 687 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadAttr() 692 SetEncoding( rSVFont.GetCharSet() ); in ReadAttr() 1965 const Font& rSVFont = GetFont(sal_uInt16(nDfltFont)); in RTFPardPlain() local 1966 SetEncoding(rSVFont.GetCharSet()); in RTFPardPlain() 1989 const Font& rSVFont = GetFont( sal_uInt16(nValue) ); in SetDefault() local 1991 rSVFont.GetFamily(), rSVFont.GetName(), in SetDefault() 1992 rSVFont.GetStyleName(), rSVFont.GetPitch(), in SetDefault() [all …]
|
/trunk/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()
|
Completed in 11 milliseconds