Home
last modified time | relevance | path

Searched refs:hFont (Results 1 – 13 of 13) sorted by path

/aoo41x/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx488 aGlyph.index = cairo::ucs4toindex((unsigned int) aGlyph.index, rSysFontData.hFont); in draw()
510 GetObjectW( rSysFontData.hFont, sizeof(logfont), &logfont ); in draw()
514 font_face = cairo_win32_font_face_create_for_hfont(rSysFontData.hFont); in draw()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dcustomcontrol.hxx49 virtual void SAL_CALL SetFont(HFONT hFont) = 0;
H A Dcustomcontrolcontainer.cxx50 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 Dcustomcontrolcontainer.hxx44 virtual void SAL_CALL SetFont(HFONT hFont);
H A Ddialogcustomcontrols.cxx46 void SAL_CALL CDialogCustomControlBase::SetFont(HFONT hFont) in SetFont() argument
51 (WPARAM)hFont, in SetFont()
H A Ddialogcustomcontrols.hxx47 virtual void SAL_CALL SetFont(HFONT hFont);
59 virtual void SAL_CALL SetFont(HFONT hFont);
/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.cxx1185 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 Dswhtml.cxx3704 sal_Handle hFont = pFList->GetFirstFontInfo( aFName ); in NewFontAttr() local
3705 if( 0 != hFont ) in NewFontAttr()
3707 const FontInfo& rFInfo = pFList->GetFontInfo( hFont ); in NewFontAttr()
/aoo41x/main/vcl/inc/vcl/
H A Dsysdata.hxx161 HFONT hFont; // native font object member
163 ULONG hFont; // native font object member
/aoo41x/main/vcl/inc/win/
H A Dwincomp.hxx67 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()
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1841 aSysFontData.hFont = mhFonts[nFallbacklevel]; in GetSysFontData()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx3065 aSysFontData.hFont = mhFonts[nFallbacklevel]; in GetSysFontData()
3072 aSysFontData.hFont, in GetSysFontData()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1682 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()

Completed in 110 milliseconds