Home
last modified time | relevance | path

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

12

/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1044 FontWeight eWeight = WEIGHT_NORMAL; in Reset_Impl() local
1072 eWeight = (FontWeight)rItem.GetValue(); in Reset_Impl()
1081 FontInfo aInfo = pFontList->Get( pFontItem->GetFamilyName(), eWeight, eItalic ); in Reset_Impl()
1090 FontInfo aInfo = pFontList->Get( String(), eWeight, eItalic ); in Reset_Impl()
1279 FontWeight eWeight = aInfo.GetWeight(); in FillItemSet_Impl() local
1281 eWeight = WEIGHT_NORMAL; in FillItemSet_Impl()
1282 SvxWeightItem aWeightItem( eWeight, nWhich ); in FillItemSet_Impl()
/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/extensions/source/propctrlr/
H A Dfontdialog.cxx246 FontWeight eWeight=VCLUnoHelper::ConvertFontWeight(nFontWeight); in translatePropertiesToItems() local
251 SvxWeightItem aWeightItem(eWeight,CFID_WEIGHT); in translatePropertiesToItems()
H A Dformcomponenthandler.cxx777 ::FontWeight eWeight = VCLUnoHelper::ConvertFontWeight( aFont.Weight ); in convertToControlValue()
781 if ( eWeight > WEIGHT_NORMAL ) in convertToControlValue()
788 if ( eWeight > WEIGHT_NORMAL ) in convertToControlValue()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx112 FontWeight eWeight; member
422 pCS->eWeight = rFont.GetWeight(); in CreateChrSet()
433 if (pCS->aName==rFont.GetName() && pCS->eWeight==rFont.GetWeight() ) in FindChrSet()
462 switch (pCS->eWeight) in WriteChrSets()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx471 FontWeight eWeight; in WriteOpcode_TxFace() local
474 eWeight=rFont.GetWeight(); in WriteOpcode_TxFace()
475 if (eWeight==WEIGHT_BOLD || in WriteOpcode_TxFace()
476 eWeight==WEIGHT_SEMIBOLD || in WriteOpcode_TxFace()
477 eWeight==WEIGHT_ULTRABOLD || in WriteOpcode_TxFace()
478 eWeight==WEIGHT_BLACK) nFace|=0x01; in WriteOpcode_TxFace()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx70 FontWeight eWeight; member
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx2291 FontWeight eWeight; in ReadFont() local
2295 case 1: eWeight=WEIGHT_THIN; break; in ReadFont()
2296 case 2: eWeight=WEIGHT_ULTRALIGHT; break; in ReadFont()
2297 case 3: eWeight=WEIGHT_LIGHT; break; in ReadFont()
2298 case 4: eWeight=WEIGHT_SEMILIGHT; break; in ReadFont()
2299 case 5: eWeight=WEIGHT_NORMAL; break; in ReadFont()
2300 case 6: eWeight=WEIGHT_SEMIBOLD; break; in ReadFont()
2301 case 7: eWeight=WEIGHT_BOLD; break; in ReadFont()
2302 case 8: eWeight=WEIGHT_ULTRABOLD; break; in ReadFont()
2304 default: eWeight=WEIGHT_DONTKNOW; in ReadFont()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx53 FontWeight eWeight( WEIGHT_NORMAL ); in implGetGlyphSet() local
63 eWeight = WEIGHT_BOLD; in implGetGlyphSet()
73 return( maGlyphTree[ aFontName.getToken( 0, ';', nNextTokenPos ) ][ eWeight ][ eItalic ] ); in implGetGlyphSet()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx234 FontWeight eWeight; in GetFont() local
287 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in GetFont()
338 eWeight = (FontWeight)((const SvxWeightItem&) in GetFont()
476 rFont.SetWeight( eWeight ); in GetFont()
509 FontWeight eWeight, eCjkWeight, eCtlWeight; in FillToEditItemSet() local
556 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in FillToEditItemSet()
639 eWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet()
704 rEditSet.Put( SvxWeightItem ( eWeight, EE_CHAR_WEIGHT ) ); in FillToEditItemSet()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1308 FontWeight eWeight = WEIGHT_BOLD; in ExecuteTextAttr() local
1313 eWeight = WEIGHT_NORMAL; in ExecuteTextAttr()
1315 … aSetItem.PutItemForScriptType( nScript, SvxWeightItem( eWeight, ATTR_FONT_WEIGHT ) ); in ExecuteTextAttr()
/trunk/main/starmath/source/
H A Dutility.cxx319 FontWeight eWeight = rFont.GetWeight(); in IsBold() local
320 return eWeight != WEIGHT_DONTKNOW && eWeight > WEIGHT_NORMAL; in IsBold()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx197 const XubString& GetStyleName( FontWeight eWeight, FontItalic eItalic ) const;
203 FontWeight eWeight,
H A Dtxtattr.hxx92 TextAttribFontWeight( FontWeight eWeight );
/trunk/main/svtools/source/control/
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 …]
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()
/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/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/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/sw/source/filter/html/
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()
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()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx112 static float ConvertFontWeight( FontWeight eWeight );
/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/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…

Completed in 228 milliseconds

12