Home
last modified time | relevance | path

Searched refs:WEIGHT_THIN (Results 1 – 25 of 25) sorted by path

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2618 : nWeight <= ::css::awt::FontWeight::THIN ? WEIGHT_THIN in mapFontWeight()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx994 else if( eWeight == WEIGHT_THIN ) in ConvertFontWeight()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx464 case WEIGHT_THIN: nbyte=1; break; in WriteChrSets()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx2295 case 1: eWeight=WEIGHT_THIN; break; in ReadFont()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx352 case WEIGHT_THIN: nFontWeight = 100; break; in SetFontAttr()
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx255 else if( mnWeight < 150 ) eScWeight = WEIGHT_THIN; in GetScWeight()
337 case WEIGHT_THIN: mnWeight = EXC_FONTWGHT_THIN; break; in SetScWeight()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi106 WEIGHT_THIN,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx412 case WEIGHT_THIN: nWeight = 100; break; in ImplCheckTextAttr()
H A Dwinmtf.cxx250 eWeight = WEIGHT_THIN; in WinMtfFontStyle()
H A Dwmfwr.cxx436 case WEIGHT_THIN: nWeight=W_FW_THIN; break; in WMFRecord_CreateFontIndirect()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi227 WEIGHT_THIN,
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx274 else if( eWeight == WEIGHT_THIN ) in ConvertFontWeight()
302 return WEIGHT_THIN; in ConvertFontWeight()
/trunk/main/tools/inc/tools/
H A Dfontenum.hxx61 enum FontWeight { WEIGHT_DONTKNOW, WEIGHT_THIN, WEIGHT_ULTRALIGHT, enumerator
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx921 { "thin", WEIGHT_THIN },
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx411 nInt = rint(WEIGHT_NORMAL + fWeight * ((WEIGHT_NORMAL - WEIGHT_THIN)/0.9)); in CTFontEnumCallBack()
412 if( nInt < WEIGHT_THIN ) in CTFontEnumCallBack()
413 nInt = WEIGHT_THIN; in CTFontEnumCallBack()
/trunk/main/vcl/inc/vcl/
H A Dvclenum.hxx173 enum FontWeight { WEIGHT_DONTKNOW, WEIGHT_THIN, WEIGHT_ULTRALIGHT, enumerator
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx207 return WEIGHT_THIN; in ImplWeightToSal()
/trunk/main/vcl/source/components/
H A Dfontident.cxx142 case WEIGHT_THIN: aFD.Weight = com::sun::star::awt::FontWeight::THIN;break; in getMaterial()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx252 case WEIGHT_THIN: in ImplWriteFont()
H A Dfont.cxx890 o_rResult.SetWeight( WEIGHT_THIN ); in identifyTrueTypeFont()
974 { "thin", 4, WEIGHT_THIN }
H A Dimpfont.cxx763 rDFA.meWeight = WEIGHT_THIN; in UpdateAttributesFromPSName()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1234 case psp::weight::Thin: return WEIGHT_THIN; in ToFontWeight()
H A Dsalgdi3.cxx1123 case WEIGHT_THIN: in GetFCFontOptions()
1477 case WEIGHT_THIN: eWeight = psp::weight::Thin; break; in GetFcSubstitute()
1537 case psp::weight::Thin: aRet.meWeight = WEIGHT_THIN; break; in GetFcSubstitute()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1126 case psp::weight::Thin: return WEIGHT_THIN; in ToFontWeight()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx736 return WEIGHT_THIN; in ImplWeightToSal()
761 case WEIGHT_THIN: in ImplWeightToWin()

Completed in 242 milliseconds