Lines Matching refs:SvxFont
94 void setFont( const SvxFont& rNewFont, SvxFont& rImplFont ) in setFont()
111 SvxFont aFont;
119 SvxFont aCJKFont;
120 SvxFont aCTLFont;
166 Size CalcTextSize( OutputDevice* pWin, OutputDevice* pPrt, SvxFont &rFont );
167 void DrawPrev( OutputDevice* pWin, Printer* pPrt, Point &rPt, SvxFont &rFont );
282 SvxFont &rFont ) in CalcTextSize()
308 …SvxFont& rFnt = (nScript==com::sun::star::i18n::ScriptType::ASIAN) ? aCJKFont : ((nScript==com::su… in CalcTextSize()
360 Point &rPt, SvxFont &rFont ) in DrawPrev()
380 …SvxFont& rFnt = (nScript==com::sun::star::i18n::ScriptType::ASIAN) ? aCJKFont : ((nScript==com::su… in DrawPrev()
510 SvxFont& SvxFontPrevWindow::GetCTLFont() in GetCTLFont()
517 SvxFont& SvxFontPrevWindow::GetCJKFont() in GetCJKFont()
544 SvxFont& SvxFontPrevWindow::GetFont() in GetFont()
550 const SvxFont& SvxFontPrevWindow::GetFont() const in GetFont()
572 void SvxFontPrevWindow::SetFont( const SvxFont& rOutFont ) in SetFont()
582 void SvxFontPrevWindow::SetFont( const SvxFont& rNormalOutFont, const SvxFont& rCJKOutFont, const S… in SetFont()
595 void SvxFontPrevWindow::SetCJKFont( const SvxFont &rCJKOutFont ) in SetCJKFont()
603 void SvxFontPrevWindow::SetCTLFont( const SvxFont &rCTLOutFont ) in SetCTLFont()
649 SvxFont& rFont = pImpl->aFont; in Paint()
650 SvxFont& rCJKFont = pImpl->aCJKFont; in Paint()
737 SvxFont aSmallFont( rFont ); in Paint()