Home
last modified time | relevance | path

Searched refs:rExampleWin (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx2426 void SwRedlineOptionsTabPage::InitFontStyle(SvxFontPrevWindow& rExampleWin) in InitFontStyle() argument
2431 SvxFont& rFont = rExampleWin.GetFont(); in InitFontStyle()
2432 SvxFont& rCJKFont = rExampleWin.GetCJKFont(); in InitFontStyle()
2433 SvxFont& rCTLFont = rExampleWin.GetCTLFont(); in InitFontStyle()
2436 DEFAULTFONT_FLAGS_ONLYONE, &rExampleWin ) ); in InitFontStyle()
2438 DEFAULTFONT_FLAGS_ONLYONE, &rExampleWin ) ); in InitFontStyle()
2440 DEFAULTFONT_FLAGS_ONLYONE, &rExampleWin ) ); in InitFontStyle()
2458 const Size aNewSize( 0, rExampleWin.GetOutputSize().Height() * 2 / 3 ); in InitFontStyle()
2462 rExampleWin.SetFont( rFont, rCJKFont,rCTLFont ); in InitFontStyle()
2464 rExampleWin.UseResourceText(); in InitFontStyle()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Doptpage.hxx457 void InitFontStyle(SvxFontPrevWindow& rExampleWin);