Home
last modified time | relevance | path

Searched refs:eWeight (Results 1 – 25 of 37) sorted by last modified time

12

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx927 italic::type eItalic, weight::type eWeight, width::type eWidth, pitch::type ePitch) in addtopattern() argument
941 if( eWeight != weight::Unknown ) in addtopattern()
944 switch( eWeight ) in addtopattern()
H A Dfontmanager.cxx149 eWeight = weight::Bold; in parseWeight()
160 eWeight = weight::Black; in parseWeight()
165 eWeight = weight::Light; in parseWeight()
167 eWeight = weight::Medium; in parseWeight()
169 eWeight = weight::Normal; in parseWeight()
170 return eWeight; in parseWeight()
235 if( eWeight != rRight.eWeight ) in operator <()
236 return (int)eWeight < (int)rRight.eWeight; in operator <()
301 if( eWeight != rRight.eWeight ) in operator ==()
2474 eWeight( eWg ), in BuiltinFontIdentifier()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1008 inline void ImplFontEntry::AddFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, const String&… in AddFallbackForUnicode() argument
1012 (*mpUnicodeFallbackList)[ GFBCacheKey(cChar,eWeight) ] = rFontName; in AddFallbackForUnicode()
1017 inline bool ImplFontEntry::GetFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, String* pFont… in GetFallbackForUnicode() argument
1022 …UnicodeFallbackList::const_iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in GetFallbackForUnicode()
1032 inline void ImplFontEntry::IgnoreFallbackForUnicode( sal_UCS4 cChar, FontWeight eWeight, const Stri… in IgnoreFallbackForUnicode() argument
1035 UnicodeFallbackList::iterator it = mpUnicodeFallbackList->find( GFBCacheKey(cChar,eWeight) ); in IgnoreFallbackForUnicode()
H A Dfont.cxx173 FontWeight eWeight = WEIGHT_DONTKNOW; in AskConfig() local
178 aShortName, aFamilyName, eWeight, eWidthType, nType ); in AskConfig()
227 meWeight = eWeight; in AskConfig()
519 void Font::SetWeight( FontWeight eWeight ) in SetWeight() argument
523 if( mpImplFont->meWeight != eWeight ) in SetWeight()
526 mpImplFont->meWeight = eWeight; in SetWeight()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx990 float ConvertFontWeight( ::FontWeight eWeight ) in ConvertFontWeight() argument
992 if( eWeight == WEIGHT_DONTKNOW ) in ConvertFontWeight()
994 else if( eWeight == WEIGHT_THIN ) in ConvertFontWeight()
996 else if( eWeight == WEIGHT_ULTRALIGHT ) in ConvertFontWeight()
998 else if( eWeight == WEIGHT_LIGHT ) in ConvertFontWeight()
1000 else if( eWeight == WEIGHT_SEMILIGHT ) in ConvertFontWeight()
1002 else if( ( eWeight == WEIGHT_NORMAL ) || ( eWeight == WEIGHT_MEDIUM ) ) in ConvertFontWeight()
1004 else if( eWeight == WEIGHT_SEMIBOLD ) in ConvertFontWeight()
1006 else if( eWeight == WEIGHT_BOLD ) in ConvertFontWeight()
1008 else if( eWeight == WEIGHT_ULTRABOLD ) in ConvertFontWeight()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx70 FontWeight eWeight; member
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx757 static int ImplWeightToWin( FontWeight eWeight ) in ImplWeightToWin() argument
759 switch ( eWeight ) in ImplWeightToWin()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1122 FontWeight PspGraphics::ToFontWeight (psp::weight::type eWeight) in ToFontWeight() argument
1124 switch (eWeight) in ToFontWeight()
H A Dsvppspgraphics.hxx85 static FontWeight ToFontWeight (psp::weight::type eWeight);
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3449 PangoWeight eWeight = pango_font_description_get_weight( pStyle->font_desc ); in updateSettings() local
3463 if( eWeight <= PANGO_WEIGHT_ULTRALIGHT ) in updateSettings()
3465 else if( eWeight <= PANGO_WEIGHT_LIGHT ) in updateSettings()
3467 else if( eWeight <= PANGO_WEIGHT_NORMAL ) in updateSettings()
3469 else if( eWeight <= PANGO_WEIGHT_BOLD ) in updateSettings()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1230 FontWeight PspGraphics::ToFontWeight (psp::weight::type eWeight) in ToFontWeight() argument
1232 switch (eWeight) in ToFontWeight()
H A Dsalgdi3.cxx1472 psp::weight::type eWeight = psp::weight::Unknown; in GetFcSubstitute() local
1477 case WEIGHT_THIN: eWeight = psp::weight::Thin; break; in GetFcSubstitute()
1479 case WEIGHT_LIGHT: eWeight = psp::weight::Light; break; in GetFcSubstitute()
1480 case WEIGHT_SEMILIGHT: eWeight = psp::weight::SemiLight; break; in GetFcSubstitute()
1481 case WEIGHT_NORMAL: eWeight = psp::weight::Normal; break; in GetFcSubstitute()
1482 case WEIGHT_MEDIUM: eWeight = psp::weight::Medium; break; in GetFcSubstitute()
1483 case WEIGHT_SEMIBOLD: eWeight = psp::weight::SemiBold; break; in GetFcSubstitute()
1484 case WEIGHT_BOLD: eWeight = psp::weight::Bold; break; in GetFcSubstitute()
1485 case WEIGHT_ULTRABOLD: eWeight = psp::weight::UltraBold; break; in GetFcSubstitute()
1486 case WEIGHT_BLACK: eWeight = psp::weight::Black; break; in GetFcSubstitute()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx357 weight::type eWeight; member
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h76 static FontWeight ToFontWeight (psp::weight::type eWeight);
/trunk/main/vcl/inc/
H A Doutfont.hxx340 …void AddFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontName );
341 …bool GetFallbackForUnicode( sal_UCS4, FontWeight eWeight, String* pFontName ) const;
342 …void IgnoreFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontNam…
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx270 float VCLUnoHelper::ConvertFontWeight( FontWeight eWeight ) in ConvertFontWeight() argument
272 if( eWeight == WEIGHT_DONTKNOW ) in ConvertFontWeight()
274 else if( eWeight == WEIGHT_THIN ) in ConvertFontWeight()
276 else if( eWeight == WEIGHT_ULTRALIGHT ) in ConvertFontWeight()
278 else if( eWeight == WEIGHT_LIGHT ) in ConvertFontWeight()
280 else if( eWeight == WEIGHT_SEMILIGHT ) in ConvertFontWeight()
282 else if( ( eWeight == WEIGHT_NORMAL ) || ( eWeight == WEIGHT_MEDIUM ) ) in ConvertFontWeight()
284 else if( eWeight == WEIGHT_SEMIBOLD ) in ConvertFontWeight()
286 else if( eWeight == WEIGHT_BOLD ) in ConvertFontWeight()
288 else if( eWeight == WEIGHT_ULTRABOLD ) in ConvertFontWeight()
[all …]
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx112 static float ConvertFontWeight( FontWeight eWeight );
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1761 FontWeight eWeight = WEIGHT_NORMAL; in ParseCSS1_font() local
1786 eWeight = (FontWeight)nEnum; in ParseCSS1_font()
1791 eWeight = (sal_uInt16)pExpr->GetNumber() > 400 ? WEIGHT_BOLD in ParseCSS1_font()
1819 SvxWeightItem aWeight( eWeight, aItemIds.nWeight ); in ParseCSS1_font()
H A Dhtmlforw.cxx1161 FontWeight eWeight = in OutHTML_DrawFrmFmtAsControl() local
1163 if( eWeight != WEIGHT_DONTKNOW && eWeight != WEIGHT_NORMAL ) in OutHTML_DrawFrmFmtAsControl()
1164 aItemSet.Put( SvxWeightItem( eWeight, RES_CHRATR_WEIGHT ) ); in OutHTML_DrawFrmFmtAsControl()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx113 inline void SetWeight( const FontWeight eWeight );
228 inline void SetWeight( const FontWeight eWeight, const sal_uInt8 nWhich );
485 inline void SwSubFont::SetWeight( const FontWeight eWeight ) in SetWeight() argument
488 Font::SetWeight( eWeight ); in SetWeight()
491 inline void SwFont::SetWeight( const FontWeight eWeight, const sal_uInt8 nWhich ) in SetWeight() argument
494 aSub[nWhich].SetWeight( eWeight ); in SetWeight()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx248 FontWeight eWeight; in WinMtfFontStyle() local
250 eWeight = WEIGHT_THIN; in WinMtfFontStyle()
252 eWeight = WEIGHT_ULTRALIGHT; in WinMtfFontStyle()
254 eWeight = WEIGHT_LIGHT; in WinMtfFontStyle()
256 eWeight = WEIGHT_NORMAL; in WinMtfFontStyle()
258 eWeight = WEIGHT_MEDIUM; in WinMtfFontStyle()
260 eWeight = WEIGHT_SEMIBOLD; in WinMtfFontStyle()
262 eWeight = WEIGHT_BOLD; in WinMtfFontStyle()
264 eWeight = WEIGHT_ULTRABOLD; in WinMtfFontStyle()
266 eWeight = WEIGHT_BLACK; in WinMtfFontStyle()
[all …]
/trunk/main/svtools/source/edit/
H A Dtxtattr.cxx82 TextAttribFontWeight::TextAttribFontWeight( FontWeight eWeight ) in TextAttribFontWeight() argument
83 : TextAttrib( TEXTATTR_FONTWEIGHT ), meWeight( eWeight ) in TextAttribFontWeight()
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx213 FontWeight eWeight = aInfo.GetWeight(); in Fill() local
218 if ( (eWeight != eLastWeight) || (eItalic != eLastItalic) || in Fill()
229 if ( eWeight <= WEIGHT_NORMAL ) in Fill()
249 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
253 eLastWeight = eWeight; in Fill()
263 const XubString& rAttrStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
H A Dctrlbox.cxx1013 FontWeight eWeight = aInfo.GetWeight(); in Fill() local
1018 if ( (eWeight != eLastWeight) || (eItalic != eLastItalic) || in Fill()
1024 if ( eWeight <= WEIGHT_NORMAL ) in Fill()
1044 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
1048 eLastWeight = eWeight; in Fill()
1058 const XubString& rAttrStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
H A Dctrltool.cxx414 if ( eWeight > WEIGHT_BOLD ) in GetStyleName()
421 else if ( eWeight > WEIGHT_MEDIUM ) in GetStyleName()
428 else if ( eWeight > WEIGHT_LIGHT ) in GetStyleName()
435 else if ( eWeight != WEIGHT_DONTKNOW ) in GetStyleName()
456 FontWeight eWeight = rInfo.GetWeight(); in GetStyleName() local
462 aStyleName = GetStyleName( eWeight, eItalic ); in GetStyleName()
499 aStyleName = GetStyleName( eWeight, eItalic ); in GetStyleName()
532 FontWeight eWeight = rInfo.GetWeight(); in GetFontMapText() local
537 if ( (eWeight == pFontInfo->GetWeight()) && in GetFontMapText()
708 if ( (eWeight == pSearchInfo->GetWeight()) && in Get()
[all …]

Completed in 268 milliseconds

12