Home
last modified time | relevance | path

Searched refs:lfHeight (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1030 long nFontHeight = rLogFont.lfHeight; in ImplSalLogFontToFontA()
1069 long nFontHeight = rLogFont.lfHeight; in ImplSalLogFontToFontW()
1420 rLogFont.lfHeight = (LONG)-pFont->mnHeight; in ImplGetLogFontFromFontSelect()
1494 rLogFont.lfHeight = (LONG)-pFont->mnHeight; in ImplGetLogFontFromFontSelect()
1564 if( (-aLogFont.lfHeight <= MAXFONTHEIGHT) in ImplDoSetFont()
1569 else if( -aLogFont.lfHeight >= +aLogFont.lfWidth ) in ImplDoSetFont()
1571 o_rFontScale = -aLogFont.lfHeight / (float)MAXFONTHEIGHT; in ImplDoSetFont()
1572 aLogFont.lfHeight = -MAXFONTHEIGHT; in ImplDoSetFont()
1579 aLogFont.lfHeight = FRound( aLogFont.lfHeight / o_rFontScale ); in ImplDoSetFont()
H A Dwinlayout.cxx245 aLogFont.lfHeight = (LONG)(mfFontScale * aLogFont.lfHeight); in DisableFontScaling()
H A Dsalnativewidgets-luna.cxx1309 long nFontHeight = aNonClientMetrics.lfMessageFont.lfHeight; in getNativeControlRegion()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx154 rStream >> rFont.lfHeight; in lcl_ReadLogFont()
617 && lfHeight == rData.lfHeight in operator ==()
765 …aEditAttribs.Put( SvxFontHeightItem( Abs( pHeadFootLine->LogFont.lfHeight ), 100, EE_CHAR_FONTHE… in PutToDoc()
1206 … rItemSet.Put( SvxFontHeightItem( Abs( pPattern->LogFont.lfHeight ), 100, ATTR_FONT_HEIGHT ) ); in LoadPatternCollection()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx283 Size aFontSize( Size( rFont.lfWidth, rFont.lfHeight ) ); in WinMtfFontStyle()
284 if ( rFont.lfHeight > 0 ) in WinMtfFontStyle()
297 double fHeight = ((double)aFontSize.Height() * rFont.lfHeight ) / nHeight; in WinMtfFontStyle()
H A Dwinmtf.hxx143 sal_Int32 lfHeight; member
H A Dwinwmf.cxx760 aLogFont.lfHeight = aFontSize.Height(); in ReadRecordParams()
H A Denhwmf.cxx1012 …*pWMF >> aLogFont.lfHeight >> aLogFont.lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation … in ReadEnhWMF()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx204 sal_Int16 lfHeight; member

Completed in 99 milliseconds