/trunk/main/vcl/inc/win/ |
H A D | wincomp.hxx | 67 inline HFONT SelectFont( HDC hDC, HFONT hFont ) in SelectFont() 69 return (HFONT)SelectObject( hDC, (HGDIOBJ)hFont ); in SelectFont() 72 inline void DeleteFont( HFONT hFont ) in DeleteFont() 77 inline HFONT GetStockFont( int nObject ) in GetStockFont() 79 return (HFONT)GetStockObject( nObject ); in GetStockFont() 137 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont() 142 inline HFONT GetWindowFont( HWND hWnd ) in GetWindowFont() 144 return (HFONT)(UINT)SendMessage( hWnd, WM_GETFONT, 0, 0 ); in GetWindowFont()
|
H A D | salgdi.h | 140 HFONT mhFonts[ MAX_FALLBACK ]; // Font + Fallbacks 149 HFONT mhDefFont; // DefaultFont 180 …HFONT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_…
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | customcontrolcontainer.cxx | 50 CSetFontHelper(HFONT hFont) : in CSetFontHelper() 61 HFONT m_hFont; 90 void SAL_CALL CCustomControlContainer::SetFont(HFONT 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() 112 void SAL_CALL CDummyCustomControl::SetFont(HFONT) in SetFont() argument
|
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);
|
H A D | WinFileOpenImpl.cxx | 790 reinterpret_cast<HFONT>(SendMessage(m_hwndFileOpenDlg, WM_GETFONT, 0, 0))); in onInitDone()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 514 HFONT hNewFont = ::CreateFontIndirectW( &aLogFont ); in HasMissingChars() 516 HFONT hOldFont = ::SelectFont( mhDC, hNewFont ); in HasMissingChars() 1536 HFONT WinSalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_rOl… in ImplDoSetFont() 1538 HFONT hNewFont = 0; in ImplDoSetFont() 1599 HFONT hNewFont2 = CreateFontIndirectW( &aLogFont ); in ImplDoSetFont() 1635 HFONT hOldFont = 0; in SetFont() 1636 HFONT hNewFont = ImplDoSetFont( pFont, mfFontScale, hOldFont ); in SetFont() 2654 HFONT m_hOrigFont; 2668 HFONT hTempFont = m_rData.mhFonts[0]; in ~ScopedFont() 2717 HFONT hOldFont = 0; in CreateFontSubset() [all …]
|
H A D | winlayout.cxx | 150 HFONT DisableFontScaling( void) const; 159 HFONT mhFont; // WIN32 font handle 216 mhFont( (HFONT)::GetCurrentObject(hDC,OBJ_FONT) ), in WinLayout() 238 HFONT WinLayout::DisableFontScaling() const in DisableFontScaling() 247 HFONT hHugeFont = ::CreateFontIndirectW( &aLogFont); in DisableFontScaling() 656 HFONT hOrigFont = DisableFontScaling(); 2197 HFONT hOrigFont = DisableFontScaling(); 2890 HFONT hUnRotatedFont; 2955 HFONT hOrigFont = DisableFontScaling();
|
/trunk/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 692 HFONT hfntOld = (HFONT) SelectObject(hdc, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in OnMeasureItem() 709 HFONT hfntOld; in OnDrawItem() 782 hfntOld = (HFONT) SelectObject(lpdis->hDC, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in OnDrawItem()
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch | 2088 - HFONT hfont = g_fhc.GetFont(lf); 2090 + HFONT hfont = cache.hfont; 2092 + //HFONT hfont = g_fhc.GetFont(lf); 2100 -HFONT WinFont::FontHandleCache::GetFont(LOGFONT & lf) 2121 void WinFont::FontHandleCache::DeleteFont(HFONT hfont) 2164 HFONT m_hfontClient; // need to replace this HFONT into the DC when we are finished 2179 HFONT hfont; // font handle 2190 - HFONT GetFont(LOGFONT & lf); 2191 + //HFONT GetFont(LOGFONT & lf); 2193 void DeleteFont(HFONT hfont);
|
H A D | graphite-2.3.1_stlportemu.patch | 31 void DeleteFont(HFONT hfont);
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_win32_cairo.hxx | 63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);
|
H A D | cairo_os2_cairo.hxx | 29 typedef ULONG HFONT; typedef
|
H A D | cairo_win32_cairo.cxx | 288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex()
|
/trunk/main/vcl/inc/vcl/ |
H A D | sysdata.hxx | 161 HFONT hFont; // native font object
|
/trunk/main/winaccessibility/source/service/ |
H A D | AccFrameEventListener.cxx | 45 typedef HANDLE HFONT; typedef
|
H A D | AccTopWindowListener.cxx | 35 typedef HANDLE HFONT; typedef
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1682 HFONT hFont = NULL; in ImplSetParentFrame() 1696 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame() 4879 HFONT hfntOld = (HFONT) SelectObject(hdc, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in ImplMeasureItem() 4927 HFONT hfntOld; in ImplDrawItem() 5026 hfntOld = (HFONT) SelectObject(pDI->hDC, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in ImplDrawItem()
|
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | ResolveUnicows.cpp | 134 DEFINE_UNICOWS_THUNK( gdi32, HFONT, WINAPI, CreateFontIndirectW, (const LOGFONTW*) ) 135 DEFINE_UNICOWS_THUNK( gdi32, HFONT, WINAPI, CreateFontW, (int,int,int,int,int,DWORD,DWORD,DWORD,DWO…
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1463 HFONT hTempFont = m_rData.mhFonts[0]; in ~ScopedFont()
|