Searched refs:SelectFont (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/starmath/inc/ |
H A D | dialog.hxx | 471 sal_Bool SelectFont(const XubString &rFontName, sal_Bool bApplyFont); 513 …sal_Bool SelectFont(const XubString &rFontName) { return SelectFont(rFontName, sal_True);… in SelectFont() function in SmSymDefineDialog
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 516 HFONT hOldFont = ::SelectFont( mhDC, hNewFont ); in HasMissingChars() 522 ::SelectFont( mhDC, hOldFont ); in HasMissingChars() 1588 SelectFont( hdcScreen, SelectFont( hdcScreen , hNewFont ) ); in ImplDoSetFont() 1590 o_rOldFont = ::SelectFont( getHDC(), hNewFont ); in ImplDoSetFont() 1600 SelectFont( getHDC(), hNewFont2 ); in ImplDoSetFont() 1619 ::SelectFont( getHDC(), mhDefFont ); in SetFont() 1689 HFONT hOldFont = SelectFont( getHDC(), mhFonts[nFallbackLevel] ); in GetFontMetric() 1699 SelectFont( getHDC(), hOldFont ); in GetFontMetric()
|
H A D | winlayout.cxx | 251 return SelectFont( mhDC, hHugeFont ); in DisableFontScaling() 691 DeleteFont( SelectFont( aHDC, hOrigFont ) ); 2248 DeleteFont( SelectFont( mhDC, hOrigFont ) ); 2899 ::SelectFont(mhDC, hUnRotatedFont); 2935 ::SelectFont(mhDC, mhFont); 2975 DeleteFont( SelectFont( aHDC, hOrigFont ) );
|
H A D | salgdi.cxx | 549 SelectFont( pData->getHDC(), pData->mhDefFont ); in ImplSalDeInitGraphics()
|
/aoo41x/main/svtools/workben/ |
H A D | svdem.cxx | 141 DECL_LINK( SelectFont, ComboBox* ); 354 aFontBox.SetSelectHdl( LINK( this, MyFontDialog, SelectFont ) ); in MyFontDialog() 355 aFontBox.SetLoseFocusHdl( LINK( this, MyFontDialog, SelectFont ) ); in MyFontDialog() 474 IMPL_LINK( MyFontDialog, SelectFont, ComboBox*, EMPTYARG ) in IMPL_LINK() argument 529 SelectFont( &aFontBox ); in Execute()
|
/aoo41x/main/vcl/inc/win/ |
H A D | wincomp.hxx | 67 inline HFONT SelectFont( HDC hDC, HFONT hFont ) in SelectFont() function
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 1834 SelectFont(aFonts.GetSelectEntry()); in IMPL_LINK() 2094 SelectFont(aFonts.GetEntry(0)); in SmSymDefineDialog() 2318 SelectFont(rFont.GetName(), sal_False); in SelectSymbol() 2399 sal_Bool SmSymDefineDialog::SelectFont(const XubString &rFontName, sal_Bool bApplyFont) in SelectFont() function in SmSymDefineDialog
|
/aoo41x/main/sw/source/core/text/ |
H A D | porfly.cxx | 273 ((SwTxtPaintInfo&)rInf).SelectFont(); in Paint()
|
H A D | inftxt.hxx | 285 void SelectFont();
|
H A D | inftxt.cxx | 412 void SwTxtSizeInfo::SelectFont() in SelectFont() function in SwTxtSizeInfo
|
H A D | itrcrsr.cxx | 1720 ((SwTxtSizeInfo*)pInf)->SelectFont(); in GetCrsrOfst()
|
H A D | txtfly.cxx | 723 rInf.SelectFont(); in NewFlyCntPortion()
|
Completed in 173 milliseconds