/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 147 if( (pReqFont->meWeight > WEIGHT_MEDIUM) in CTTextStyle() 148 && (mpFontData->meWeight <= WEIGHT_MEDIUM) in CTTextStyle()
|
/aoo4110/main/tools/inc/tools/ |
H A D | fontenum.hxx | 63 WEIGHT_MEDIUM, WEIGHT_SEMIBOLD, WEIGHT_BOLD, enumerator
|
/aoo4110/main/unotools/source/config/ |
H A D | fontcfg.cxx | 581 { "medium", WEIGHT_MEDIUM }, 910 { "medium", WEIGHT_MEDIUM },
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | AnnotationMenuButton.cxx | 164 aFont.SetWeight(WEIGHT_MEDIUM); in Paint()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | vclenum.hxx | 175 WEIGHT_MEDIUM, WEIGHT_SEMIBOLD, WEIGHT_BOLD, enumerator
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1138 case WEIGHT_MEDIUM: in GetFCFontOptions() 1482 case WEIGHT_MEDIUM: eWeight = psp::weight::Medium; break; in GetFcSubstitute() 1542 case psp::weight::Medium: aRet.meWeight = WEIGHT_MEDIUM; break; in GetFcSubstitute()
|
H A D | pspgraphics.cxx | 843 if( nRealWeight <= (int)psp::weight::Medium && nWeight > (int)WEIGHT_MEDIUM ) in SetFont() 1239 case psp::weight::Medium: return WEIGHT_MEDIUM; in ToFontWeight()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | font.cxx | 898 o_rResult.SetWeight( WEIGHT_MEDIUM ); in identifyTrueTypeFont() 971 { "medium", 6, WEIGHT_MEDIUM },
|
H A D | outdev3.cxx | 865 if ( rFSD.meWeight > WEIGHT_MEDIUM ) in IsBetterMatch() 869 if( meWeight > WEIGHT_MEDIUM ) in IsBetterMatch() 887 else if( meWeight == WEIGHT_MEDIUM ) in IsBetterMatch() 1967 …eight != WEIGHT_DONTKNOW) && (eSearchWeight != WEIGHT_NORMAL) && (eSearchWeight != WEIGHT_MEDIUM) ) in ImplFindByAttributes() 1984 …chWeight != WEIGHT_DONTKNOW) && (eMatchWeight != WEIGHT_NORMAL) && (eMatchWeight != WEIGHT_MEDIUM)) in ImplFindByAttributes() 2474 if( (rFSD.meWeight > WEIGHT_MEDIUM) in ImplFindByFont()
|
/aoo4110/main/vcl/source/components/ |
H A D | fontident.cxx | 146 case WEIGHT_MEDIUM: in getMaterial()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 758 if( nRealWeight <= (int)psp::weight::Medium && nWeight > (int)WEIGHT_MEDIUM ) in SetFont() 1131 case psp::weight::Medium: return WEIGHT_MEDIUM; in ToFontWeight()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlstyle.cxx | 260 else if( mnWeight < 550 ) eScWeight = WEIGHT_MEDIUM; in GetScWeight() 342 case WEIGHT_MEDIUM: mnWeight = EXC_FONTWGHT_MEDIUM; break; in SetScWeight()
|
/aoo4110/main/starmath/sdi/ |
H A D | smitems.sdi | 111 WEIGHT_MEDIUM,
|
/aoo4110/main/svx/sdi/ |
H A D | svxitems.sdi | 232 WEIGHT_MEDIUM,
|
/aoo4110/main/svtools/source/control/ |
H A D | ctrltool.cxx | 421 else if ( eWeight > WEIGHT_MEDIUM ) in GetStyleName()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 846 …mbArtBold = (rFSD.meWeight > WEIGHT_MEDIUM && pFI->GetFontAttributes().GetWeight() <= WEIGHT_MEDIU… in FreetypeServerFont()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 744 return WEIGHT_MEDIUM; in ImplWeightToSal() 774 case WEIGHT_MEDIUM: in ImplWeightToWin()
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 282 else if( ( eWeight == WEIGHT_NORMAL ) || ( eWeight == WEIGHT_MEDIUM ) ) in ConvertFontWeight()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 417 case WEIGHT_MEDIUM: nWeight = 500; break; in ImplCheckTextAttr()
|
H A D | winmtf.cxx | 258 eWeight = WEIGHT_MEDIUM; in WinMtfFontStyle()
|
H A D | wmfwr.cxx | 441 case WEIGHT_MEDIUM: nWeight=W_FW_MEDIUM; break; in WMFRecord_CreateFontIndirect()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 696 if ( i_pFont->meWeight > WEIGHT_MEDIUM ) in ImplDoSetFont()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgstyleattributes.cxx | 172 case FontWeight_500: nRetval = WEIGHT_MEDIUM; break; in getVclFontWeight()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1002 else if( ( eWeight == WEIGHT_NORMAL ) || ( eWeight == WEIGHT_MEDIUM ) ) in ConvertFontWeight()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.cxx | 357 case WEIGHT_MEDIUM: nFontWeight = 500; break; in SetFontAttr()
|