Searched refs:hFont (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/vcl/inc/win/ |
H A D | wincomp.hxx | 67 inline HFONT SelectFont( HDC hDC, HFONT hFont ) in SelectFont() argument 69 return (HFONT)SelectObject( hDC, (HGDIOBJ)hFont ); in SelectFont() 72 inline void DeleteFont( HFONT hFont ) in DeleteFont() argument 74 DeleteObject( (HGDIOBJ)hFont ); in DeleteFont() 137 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont() argument 139 SendMessage( hWnd, WM_SETFONT, (WPARAM)hFont, MAKELPARAM((UINT)bRedraw,0) ); in SetWindowFont()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | customcontrolcontainer.cxx | 50 CSetFontHelper(HFONT hFont) : in CSetFontHelper() argument 51 m_hFont(hFont) in CSetFontHelper() 90 void SAL_CALL CCustomControlContainer::SetFont(HFONT hFont) in SetFont() argument 92 CSetFontHelper aSetFontHelper(hFont); in SetFont()
|
H A D | dialogcustomcontrols.hxx | 47 virtual void SAL_CALL SetFont(HFONT hFont); 59 virtual void SAL_CALL SetFont(HFONT hFont);
|
H A D | dialogcustomcontrols.cxx | 46 void SAL_CALL CDialogCustomControlBase::SetFont(HFONT hFont) in SetFont() argument 51 (WPARAM)hFont, in SetFont()
|
H A D | customcontrol.hxx | 49 virtual void SAL_CALL SetFont(HFONT hFont) = 0;
|
H A D | customcontrolcontainer.hxx | 44 virtual void SAL_CALL SetFont(HFONT hFont);
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | sysdata.hxx | 161 HFONT hFont; // native font object member 163 ULONG hFont; // native font object member
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_textlayout.cxx | 497 aGlyph.index = cairo::ucs4toindex((unsigned int) aGlyph.index, rSysFontData.hFont); in draw() 525 GetObjectW( rSysFontData.hFont, sizeof(logfont), &logfont ); in draw() 529 font_face = cairo_win32_font_face_create_for_hfont(rSysFontData.hFont); in draw()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 1185 sal_Handle hFont = pFList->GetFirstFontInfo( aIdent ); in ParseCSS1_font_family() local 1186 if( 0 != hFont ) in ParseCSS1_font_family() 1188 const FontInfo& rFInfo = pFList->GetFontInfo( hFont ); in ParseCSS1_font_family()
|
H A D | swhtml.cxx | 3683 sal_Handle hFont = pFList->GetFirstFontInfo( aFName ); in NewFontAttr() local 3684 if( 0 != hFont ) in NewFontAttr() 3686 const FontInfo& rFInfo = pFList->GetFontInfo( hFont ); in NewFontAttr()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1682 HFONT hFont = NULL; in ImplSetParentFrame() local 1696 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame() 1748 if( hFont ) in ImplSetParentFrame() 1749 SelectObject( hDC, hFont ); in ImplSetParentFrame()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 3065 aSysFontData.hFont = mhFonts[nFallbacklevel]; in GetSysFontData() 3072 aSysFontData.hFont, in GetSysFontData()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1841 aSysFontData.hFont = mhFonts[nFallbacklevel]; in GetSysFontData()
|
Completed in 261 milliseconds