Searched refs:aLogFont (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 510 LOGFONTW aLogFont; in HasMissingChars() local 1370 LOGFONTW aLogFont; in ImplIsFontAvailable() local 1371 memset( &aLogFont, 0, sizeof( aLogFont ) ); in ImplIsFontAvailable() 1547 LOGFONTW aLogFont; in ImplDoSetFont() local 1569 else if( -aLogFont.lfHeight >= +aLogFont.lfWidth ) in ImplDoSetFont() 1573 aLogFont.lfWidth = FRound( aLogFont.lfWidth / o_rFontScale ); in ImplDoSetFont() 1579 aLogFont.lfHeight = FRound( aLogFont.lfHeight / o_rFontScale ); in ImplDoSetFont() 1787 LOGFONTA aLogFont; in ImplGetAllFontCharSets() local 1788 memset( &aLogFont, 0, sizeof( aLogFont ) ); in ImplGetAllFontCharSets() 2402 LOGFONTW aLogFont; in GetDevFontList() local [all …]
|
H A D | winlayout.cxx | 243 LOGFONTW aLogFont; in DisableFontScaling() local 244 ::GetObjectW( mhFont, sizeof(LOGFONTW), &aLogFont); in DisableFontScaling() 245 aLogFont.lfHeight = (LONG)(mfFontScale * aLogFont.lfHeight); in DisableFontScaling() 246 aLogFont.lfWidth = (LONG)(mfFontScale * aLogFont.lfWidth); in DisableFontScaling() 247 HFONT hHugeFont = ::CreateFontIndirectW( &aLogFont); in DisableFontScaling() 2894 LOGFONTW aLogFont; local 2895 ::GetObjectW( mhFont, sizeof(LOGFONTW), &aLogFont); 2896 aLogFont.lfEscapement = 0; 2897 aLogFont.lfOrientation = 0; 2898 hUnRotatedFont = ::CreateFontIndirectW( &aLogFont);
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 753 LOGFONTW aLogFont; in ReadRecordParams() local 756 …>> aLogFont.lfItalic >> aLogFont.lfUnderline >> aLogFont.lfStrikeOut >> aLogFont.lfCharSet >> aLog… in ReadRecordParams() 757 >> aLogFont.lfClipPrecision >> aLogFont.lfQuality >> aLogFont.lfPitchAndFamily; in ReadRecordParams() 759 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams() 760 aLogFont.lfHeight = aFontSize.Height(); in ReadRecordParams() 761 aLogFont.lfEscapement = lfEscapement; in ReadRecordParams() 762 aLogFont.lfOrientation = lfOrientation; in ReadRecordParams() 763 aLogFont.lfWeight = lfWeight; in ReadRecordParams() 766 if ( ( aLogFont.lfCharSet == OEM_CHARSET ) || ( aLogFont.lfCharSet == DEFAULT_CHARSET ) ) in ReadRecordParams() 774 aLogFont.alfFaceName = UniString( lfFaceName, eCharSet ); in ReadRecordParams() [all …]
|
H A D | enhwmf.cxx | 1011 LOGFONTW aLogFont; in ReadEnhWMF() local 1012 …*pWMF >> aLogFont.lfHeight >> aLogFont.lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation … in ReadEnhWMF() 1013 …>> aLogFont.lfUnderline >> aLogFont.lfStrikeOut >> aLogFont.lfCharSet >> aLogFont.lfOutPrecision >… in ReadEnhWMF() 1014 >> aLogFont.lfQuality >> aLogFont.lfPitchAndFamily; in ReadEnhWMF() 1024 aLogFont.alfFaceName = UniString( lfFaceName ); in ReadEnhWMF() 1039 pOut->CreateObject( nIndex, GDI_FONT, new WinMtfFontStyle( aLogFont ) ); in ReadEnhWMF()
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2460 LOGFONTW aLogFont; in ImplSalFrameSetInputContext() local 2470 ImplGetLogFontFromFontSelect( hDC, pContext->mpFont, aLogFont, in ImplSalFrameSetInputContext() 2473 ImmSetCompositionFontW( hIMC, &aLogFont ); in ImplSalFrameSetInputContext() 3049 LOGFONTW aLogFont; in UpdateSettings() local 3050 if ( SystemParametersInfoW( SPI_GETICONTITLELOGFONT, 0, &aLogFont, 0 ) ) in UpdateSettings() 3051 ImplSalUpdateStyleFontW( hDC, aLogFont, aIconFont ); in UpdateSettings()
|
Completed in 106 milliseconds