Home
last modified time | relevance | path

Searched refs:HFONT (Results 1 – 21 of 21) sorted by relevance

/aoo4110/main/vcl/inc/win/
H A Dwincomp.hxx67 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 Dsalgdi.h140 HFONT mhFonts[ MAX_FALLBACK ]; // Font + Fallbacks
149 HFONT mhDefFont; // DefaultFont
180HFONT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_…
/aoo4110/main/fpicker/source/win32/filepicker/
H A Dcustomcontrolcontainer.cxx50 CSetFontHelper(HFONT hFont) : in CSetFontHelper()
61 HFONT m_hFont;
90 void SAL_CALL CCustomControlContainer::SetFont(HFONT hFont) in SetFont()
H A Ddialogcustomcontrols.hxx47 virtual void SAL_CALL SetFont(HFONT hFont);
59 virtual void SAL_CALL SetFont(HFONT hFont);
H A Ddialogcustomcontrols.cxx46 void SAL_CALL CDialogCustomControlBase::SetFont(HFONT hFont) in SetFont()
112 void SAL_CALL CDummyCustomControl::SetFont(HFONT) in SetFont() argument
H A Dcustomcontrol.hxx49 virtual void SAL_CALL SetFont(HFONT hFont) = 0;
H A Dcustomcontrolcontainer.hxx44 virtual void SAL_CALL SetFont(HFONT hFont);
H A DWinFileOpenImpl.cxx790 reinterpret_cast<HFONT>(SendMessage(m_hwndFileOpenDlg, WM_GETFONT, 0, 0))); in onInitDone()
/aoo4110/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx692 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()
/aoo4110/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx514 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 Dwinlayout.cxx150 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();
/aoo4110/main/graphite/
H A Dgraphite-2.3.1.patch2088 - 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 Dgraphite-2.3.1_stlportemu.patch31 void DeleteFont(HFONT hfont);
/aoo4110/main/canvas/source/cairo/
H A Dcairo_win32_cairo.hxx63 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont);
H A Dcairo_win32_cairo.cxx288 unsigned long ucs4toindex(unsigned int ucs4, HFONT hfont) in ucs4toindex()
/aoo4110/main/vcl/inc/vcl/
H A Dsysdata.hxx161 HFONT hFont; // native font object
/aoo4110/main/winaccessibility/source/service/
H A DAccFrameEventListener.cxx45 typedef HANDLE HFONT; typedef
H A DAccTopWindowListener.cxx35 typedef HANDLE HFONT; typedef
/aoo4110/main/vcl/win/source/window/
H A Dsalframe.cxx1682 HFONT hFont = NULL; in ImplSetParentFrame()
1696 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame()
4876 HFONT hfntOld = (HFONT) SelectObject(hdc, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in ImplMeasureItem()
4924 HFONT hfntOld; in ImplDrawItem()
5023 hfntOld = (HFONT) SelectObject(pDI->hDC, (HFONT) CreateFontIndirect( &ncm.lfMenuFont )); in ImplDrawItem()
/aoo4110/main/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp134 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…
/aoo4110/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1463 HFONT hTempFont = m_rData.mhFonts[0]; in ~ScopedFont()

Completed in 117 milliseconds