Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx249 if( rFont.lfWeight <= FW_THIN ) in WinMtfFontStyle()
251 else if( rFont.lfWeight <= FW_ULTRALIGHT ) in WinMtfFontStyle()
253 else if( rFont.lfWeight <= FW_LIGHT ) in WinMtfFontStyle()
255 else if( rFont.lfWeight < FW_MEDIUM ) in WinMtfFontStyle()
257 else if( rFont.lfWeight == FW_MEDIUM ) in WinMtfFontStyle()
259 else if( rFont.lfWeight <= FW_SEMIBOLD ) in WinMtfFontStyle()
261 else if( rFont.lfWeight <= FW_BOLD ) in WinMtfFontStyle()
263 else if( rFont.lfWeight <= FW_ULTRABOLD ) in WinMtfFontStyle()
H A Dwinwmf.cxx751 sal_Int16 lfEscapement, lfOrientation, lfWeight; // ( ehemals sal_uInt16 ) in ReadRecordParams() local
755 *pWMF >> lfEscapement >> lfOrientation >> lfWeight in ReadRecordParams()
763 aLogFont.lfWeight = lfWeight; in ReadRecordParams()
H A Dwinmtf.hxx147 sal_Int32 lfWeight; member
H A Denhwmf.cxx1012 ….lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation >> aLogFont.lfWeight >> aLogFont.lfIta… in ReadEnhWMF()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx841 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()
916 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()
1028 rFont.SetWeight( ImplWeightToSal( rLogFont.lfWeight ) ); in ImplSalLogFontToFontA()
1067 rFont.SetWeight( ImplWeightToSal( rLogFont.lfWeight ) ); in ImplSalLogFontToFontW()
1419 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
1493 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx158 rStream >> rFont.lfWeight; in lcl_ReadLogFont()
621 && lfWeight == rData.lfWeight in operator ==()
772 if (pHeadFootLine->LogFont.lfWeight != fwNormal) in PutToDoc()
1211 if( pPattern->LogFont.lfWeight != fwNormal ) in LoadPatternCollection()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx690 ncm.lfMenuFont.lfWeight = FW_BOLD; in OnMeasureItem()
780 ncm.lfMenuFont.lfWeight = FW_BOLD; in OnDrawItem()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx208 sal_Int16 lfWeight; member

Completed in 95 milliseconds