/aoo4110/main/vcl/source/gdi/ |
H A D | impfont.cxx | 739 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName() 741 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName() 744 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName() 752 rDFA.meWeight = WEIGHT_BLACK; in UpdateAttributesFromPSName() 755 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName() 761 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName() 763 rDFA.meWeight = WEIGHT_THIN; in UpdateAttributesFromPSName() 765 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName() 769 rDFA.meWeight = WEIGHT_NORMAL; in UpdateAttributesFromPSName() 773 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName() [all …]
|
H A D | font.cxx | 61 meWeight = WEIGHT_DONTKNOW; in DBG_NAME() 95 meWeight = rImplFont.meWeight; in Impl_Font() 118 if( (meWeight != rOther.meWeight) in operator ==() 226 if( meWeight == WEIGHT_DONTKNOW ) in AskConfig() 227 meWeight = eWeight; in AskConfig() 523 if( mpImplFont->meWeight != eWeight ) in SetWeight() 526 mpImplFont->meWeight = eWeight; in SetWeight() 720 if ( rFont.mpImplFont->meWeight != WEIGHT_DONTKNOW ) in Merge() 764 rAttrs.meWeight = mpImplFont->meWeight; in GetFontAttributes() 786 rIStm >> nTmp16; rImpl_Font.meWeight = (FontWeight) nTmp16; in operator >>() [all …]
|
H A D | outdev3.cxx | 793 if( meWeight < rOther.meWeight ) in CompareIgnoreSize() 795 else if( meWeight > rOther.meWeight ) in CompareIgnoreSize() 861 if( rFSD.meWeight != WEIGHT_DONTKNOW ) in IsBetterMatch() 868 int nGivenWeight = (int)meWeight; in IsBetterMatch() 869 if( meWeight > WEIGHT_MEDIUM ) in IsBetterMatch() 885 if( meWeight == WEIGHT_NORMAL ) in IsBetterMatch() 889 else if( (meWeight == WEIGHT_SEMILIGHT) || (meWeight == WEIGHT_SEMIBOLD) ) in IsBetterMatch() 891 else if( meWeight == WEIGHT_LIGHT ) in IsBetterMatch() 2248 nHash += 19 * rFSD.meWeight; in operator ()() 2277 if( (rA.meWeight != rB.meWeight) in operator ()() [all …]
|
H A D | pdfwriter_impl.cxx | 2265 aDFA.meWeight = rBuiltin.m_eWeight; in GetDevFontAttributes() 2319 pMetric->meWeight = pBuiltinFont->m_eWeight; in getFontMetric()
|
/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() 149 && (mpFontData->meWeight != WEIGHT_DONTKNOW)) in CTTextStyle() 151 const int nBoldFactor = -lrint( (3.5F * pReqFont->meWeight) / mpFontData->meWeight); in CTTextStyle() 368 rDFA.meWeight = WEIGHT_NORMAL; in CTFontEnumCallBack() 415 rDFA.meWeight = (FontWeight)nInt; in CTFontEnumCallBack() 456 rDFA2.meWeight = WEIGHT_NORMAL; in CTFontEnumCallBack() 465 cMatch &= (rDFA.meWeight==rDFA2.meWeight); in CTFontEnumCallBack() 477 (int)rDFA.mbSymbolFlag,(int)rDFA.meWeight,(int)rDFA.meItalic,(int)rDFA.meWidthType, in CTFontEnumCallBack() 479 (int)rDFA2.mbSymbolFlag,(int)rDFA2.meWeight,(int)rDFA2.meItalic,(int)rDFA2.meWidthType, in CTFontEnumCallBack()
|
H A D | atsfonts.cxx | 345 rDFA.meWeight = WEIGHT_NORMAL; in GetDevFontAttributes()
|
/aoo4110/main/svtools/source/edit/ |
H A D | txtattr.cxx | 83 : TextAttrib( TEXTATTR_FONTWEIGHT ), meWeight( eWeight ) in TextAttribFontWeight() 88 : TextAttrib( rAttr ), meWeight( rAttr.meWeight ) in TextAttribFontWeight() 98 rFont.SetWeight( meWeight ); in SetFont() 109 ( meWeight == ((const TextAttribFontWeight&)rAttr).meWeight ) ); in operator ==()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 191 !pEntry?-1:pEntry->meWeight, !pEntry?-1:pEntry->meItalic, in setFont() 1537 case psp::weight::Thin: aRet.meWeight = WEIGHT_THIN; break; in GetFcSubstitute() 1539 case psp::weight::Light: aRet.meWeight = WEIGHT_LIGHT; break; in GetFcSubstitute() 1541 case psp::weight::Normal: aRet.meWeight = WEIGHT_NORMAL; break; in GetFcSubstitute() 1542 case psp::weight::Medium: aRet.meWeight = WEIGHT_MEDIUM; break; in GetFcSubstitute() 1543 case psp::weight::SemiBold: aRet.meWeight = WEIGHT_SEMIBOLD; break; in GetFcSubstitute() 1544 case psp::weight::Bold: aRet.meWeight = WEIGHT_BOLD; break; in GetFcSubstitute() 1546 case psp::weight::Black: aRet.meWeight = WEIGHT_BLACK; break; in GetFcSubstitute() 1584 rOrig.meWeight == rNew.meWeight && in uselessmatch() 1625 aOut.meWeight, aOut.meItalic, aOut.mePitch, aOut.meWidthType ); in FindFontSubstitute() [all …]
|
H A D | pspgraphics.cxx | 841 int nWeight = (int)pEntry->meWeight; in SetFont() 1305 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
|
/aoo4110/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 414 meWeight = WEIGHT_NORMAL; in Initialize() 598 if(meWeight != WEIGHT_BOLD) in IMPL_LINK() 599 meWeight = WEIGHT_BOLD; in IMPL_LINK() 601 meWeight = WEIGHT_NORMAL; in IMPL_LINK() 602 SvxWeightItem aWeightItem(meWeight, SID_ATTR_CHAR_WEIGHT); in IMPL_LINK() 974 meWeight = (FontWeight)pItem->GetValue(); in NotifyItemUpdate() 978 meWeight = WEIGHT_NORMAL; in NotifyItemUpdate() 981 … mpToolBoxFont->SetItemState(TBI_BOLD, meWeight==WEIGHT_BOLD ? STATE_CHECK : STATE_NOCHECK); in NotifyItemUpdate()
|
H A D | TextPropertyPanel.hxx | 130 FontWeight meWeight; member in svx::sidebar::TextPropertyPanel
|
/aoo4110/main/vcl/inc/ |
H A D | impfont.hxx | 51 …FontWeight GetWeight() { if(meWeight==WEIGHT_DONTKNOW) AskConfig(); return meWeight;… in GetWeight() 70 FontWeight meWeight; member in Impl_Font
|
H A D | outfont.hxx | 63 FontWeight GetWeight() const { return meWeight; } in GetWeight() 73 FontWeight meWeight; // Weight Type member in ImplFontAttributes
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 170 aCacheFile >> n; aDFA.meWeight = static_cast<FontWeight>(n); in ImplFontAttrCache() 202 aCacheFile << static_cast<short>(rDFA.meWeight); in ~ImplFontAttrCache() 588 rFontSelData.meWeight, rFontSelData.meWidthType, in FindFontSubstitute() 841 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes() 916 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes() 1419 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect() 1493 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect() 2185 rDFA.meWeight = WEIGHT_DONTKNOW; in ImplGetFontAttrFromFile() 2243 rDFA.meWeight = WEIGHT_NORMAL; in ImplGetFontAttrFromFile() 2249 rDFA.meWeight = ImplWeightToSal( nWinWeight ); in ImplGetFontAttrFromFile() [all …]
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 113 nHash += rFontSelData.meWeight; in operator ()() 138 || (rA.meWeight != rB.meWeight) ) in operator ()()
|
H A D | graphite_adaptors.cxx | 75 switch (font.GetFontSelData().meWeight) in FontProperties()
|
H A D | gcach_ftyp.cxx | 625 … aDFA.meWeight = FT_STYLE_FLAG_BOLD & aFaceFT->style_flags ? WEIGHT_BOLD : WEIGHT_NORMAL; in AddFontDir() 846 …mbArtBold = (rFSD.meWeight > WEIGHT_MEDIUM && pFI->GetFontAttributes().GetWeight() <= WEIGHT_MEDIU… in FreetypeServerFont()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | txtattr.hxx | 89 FontWeight meWeight; member in TextAttribFontWeight 100 inline FontWeight getFontWeight() const { return meWeight; } in getFontWeight()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 290 aDFA.meWeight = ImplWeightToSal( pFontMetric->usWeightClass); in Os2Font2DevFontAttributes() 696 if ( i_pFont->meWeight > WEIGHT_MEDIUM ) in ImplDoSetFont() 922 pMetric->meWeight = ImplWeightToSal( aOS2Metric.usWeightClass ); in GetFontMetric()
|
/aoo4110/main/unotools/source/config/ |
H A D | fontcfg.cxx | 562 FontWeight meWeight; member 815 rWeight = pWeightList->meWeight; in getMapName()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salfont.h | 136 { meWeight = sal_WeightToSal( nWeightName_ = n ); } in SetWeightName()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 756 int nWeight = (int)pEntry->meWeight; in SetFont() 1185 aDFA.meWeight = ToFontWeight (rInfo.m_eWeight); in Info2DevFontAttributes()
|