Home
last modified time | relevance | path

Searched refs:lfWidth (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1421 rLogFont.lfWidth = (LONG)pFont->mnWidth; in ImplGetLogFontFromFontSelect()
1495 rLogFont.lfWidth = (LONG)pFont->mnWidth; in ImplGetLogFontFromFontSelect()
1565 && (+aLogFont.lfWidth <= MAXFONTHEIGHT) ) in ImplDoSetFont()
1569 else if( -aLogFont.lfHeight >= +aLogFont.lfWidth ) in ImplDoSetFont()
1573 aLogFont.lfWidth = FRound( aLogFont.lfWidth / o_rFontScale ); in ImplDoSetFont()
1577 o_rFontScale = +aLogFont.lfWidth / (float)MAXFONTHEIGHT; in ImplDoSetFont()
1578 aLogFont.lfWidth = +MAXFONTHEIGHT; in ImplDoSetFont()
H A Dwinlayout.cxx246 aLogFont.lfWidth = (LONG)(mfFontScale * aLogFont.lfWidth); in DisableFontScaling()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx155 rStream >> rFont.lfWidth; in lcl_ReadLogFont()
618 && lfWidth == rData.lfWidth in operator ==()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx205 sal_Int16 lfWidth; member
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx144 sal_Int32 lfWidth; member
H A Dwinmtf.cxx283 Size aFontSize( Size( rFont.lfWidth, rFont.lfHeight ) ); in WinMtfFontStyle()
304 if ( !rFont.lfWidth ) in WinMtfFontStyle()
H A Dwinwmf.cxx759 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams()
H A Denhwmf.cxx1012 …*pWMF >> aLogFont.lfHeight >> aLogFont.lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation … in ReadEnhWMF()

Completed in 80 milliseconds