Searched refs:rSVFont (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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 …]
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 918 const Font& rSVFont = GetFont( sal_uInt16(nTokenValue) ); in ReadNumSecLevel() local 920 SvxFontItem( rSVFont.GetFamily(), in ReadNumSecLevel() 921 rSVFont.GetName(), rSVFont.GetStyleName(), in ReadNumSecLevel() 922 rSVFont.GetPitch(), rSVFont.GetCharSet(), in ReadNumSecLevel() 925 pCurNumFmt->SetBulletFont( &rSVFont ); in ReadNumSecLevel()
|
Completed in 26 milliseconds