Home
last modified time | relevance | path

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

1234567

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx660 static ::css::uno::Any mapFontWeight(::FontWeight nWeight);
662 static ::FontWeight mapFontWeight(::css::uno::Any const & rWeight);
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2593 ::css::uno::Any Document::mapFontWeight(::FontWeight nWeight) in mapFontWeight()
2598 = { ::css::awt::FontWeight::DONTKNOW, // WEIGHT_DONTKNOW in mapFontWeight()
2599 ::css::awt::FontWeight::THIN, // WEIGHT_THIN in mapFontWeight()
2601 ::css::awt::FontWeight::LIGHT, // WEIGHT_LIGHT in mapFontWeight()
2603 ::css::awt::FontWeight::NORMAL, // WEIGHT_NORMAL in mapFontWeight()
2604 ::css::awt::FontWeight::NORMAL, // WEIGHT_MEDIUM in mapFontWeight()
2606 ::css::awt::FontWeight::BOLD, // WEIGHT_BOLD in mapFontWeight()
2608 ::css::awt::FontWeight::BLACK }; // WEIGHT_BLACK in mapFontWeight()
2615 float nWeight = ::css::awt::FontWeight::NORMAL; in mapFontWeight()
2618 : nWeight <= ::css::awt::FontWeight::THIN ? WEIGHT_THIN in mapFontWeight()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvasfont.cxx82 … maFont->SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in CanvasFont()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx161 … aFont.SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in drawText()
299 … aFont.SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in queryTextBounds()
/trunk/main/canvas/source/vcl/
H A Dcanvasfont.cxx62 … maFont->SetWeight( static_cast<FontWeight>(rFontRequest.FontDescription.FontDescription.Weight) ); in CanvasFont()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java220 float fWeight = FontWeight.BOLD; in testSubTitle()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx527 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_WEIGHT, awt::FontWeight::NORM… in AddDefaultsToMap()
555 …ropertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_ASIAN_WEIGHT, awt::FontWeight::NORMAL ); in AddDefaultsToMap()
566 …pertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_COMPLEX_WEIGHT, awt::FontWeight::NORMAL ); in AddDefaultsToMap()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx492 rFont.SetWeight( ( FontWeight ) rItem.GetValue() != WEIGHT_NORMAL ? WEIGHT_BOLD : WEIGHT_NORMAL ); in SetPrevFontStyle()
1044 FontWeight eWeight = WEIGHT_NORMAL; in Reset_Impl()
1072 eWeight = (FontWeight)rItem.GetValue(); in Reset_Impl()
1279 FontWeight eWeight = aInfo.GetWeight(); in FillItemSet_Impl()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc167 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FONTWEIGHT, "FontWeight");
/trunk/main/dbaccess/source/ui/dlg/
H A Dadminpages.cxx253 void OGenericAdministrationPage::SetControlFontWeight(Window* _pWindow, FontWeight _eWeight) in SetControlFontWeight()
H A Dadminpages.hxx255 void SetControlFontWeight(Window* _pWindow, FontWeight _eWeight = WEIGHT_BOLD);
/trunk/main/dbaccess/source/ui/misc/
H A DHtmlReader.cxx534 aFont.Weight = ::com::sun::star::awt::FontWeight::BOLD; in CreateTable()
H A DRtfReader.cxx317 aFont.Weight = ::com::sun::star::awt::FontWeight::BOLD; in CreateTable()
H A DTokenWriter.cxx452 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in Write()
642 const sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in appendRow()
1081 sal_Bool bBold = ( ::com::sun::star::awt::FontWeight::BOLD == m_aFont.Weight ); in WriteCell()
H A DUITools.cxx990 float ConvertFontWeight( ::FontWeight eWeight ) in ConvertFontWeight()
993 return ::com::sun::star::awt::FontWeight::DONTKNOW; in ConvertFontWeight()
995 return ::com::sun::star::awt::FontWeight::THIN; in ConvertFontWeight()
999 return ::com::sun::star::awt::FontWeight::LIGHT; in ConvertFontWeight()
1001 return ::com::sun::star::awt::FontWeight::SEMILIGHT; in ConvertFontWeight()
1003 return ::com::sun::star::awt::FontWeight::NORMAL; in ConvertFontWeight()
1005 return ::com::sun::star::awt::FontWeight::SEMIBOLD; in ConvertFontWeight()
1007 return ::com::sun::star::awt::FontWeight::BOLD; in ConvertFontWeight()
1009 return ::com::sun::star::awt::FontWeight::ULTRABOLD; in ConvertFontWeight()
1011 return ::com::sun::star::awt::FontWeight::BLACK; in ConvertFontWeight()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx402 aRetval.SetWeight(static_cast<FontWeight>(rFontAttribute.getWeight())); in getVclFontFromFontAttribute()
/trunk/main/editeng/inc/editeng/
H A Deditrids.hrc222 // enum FontWeight -------------------------------------------------------
H A Dwghtitem.hxx50 SvxWeightItem( const FontWeight eWght /*= WEIGHT_NORMAL*/,
78 FontWeight GetWeight() const in GetWeight()
79 { return (FontWeight)GetValue(); } in GetWeight()
80 void SetWeight( FontWeight eNew ) in SetWeight()
/trunk/main/editeng/source/editeng/
H A Deditattr.cxx136 rFont.SetWeight( (FontWeight)((const SvxWeightItem*)GetItem())->GetValue() ); in SetFont()
H A Dimpedit4.cxx871 FontWeight e = ((const SvxWeightItem&)rItem).GetWeight(); in WriteItemAsRTF()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx84 rStream >> nTemp; aFont.SetWeight((FontWeight)nTemp); in CreateFont()
H A Dsvxitems.src229 // enum FontWeight -------------------------------------------------------
H A Dtextitem.cxx650 SvxWeightItem::SvxWeightItem( const FontWeight eWght, const sal_uInt16 nId ) : in SvxWeightItem()
668 return (FontWeight)GetValue() >= WEIGHT_BOLD; in GetBoolValue()
706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
755 rVal <<= (float)( VCLUnoHelper::ConvertFontWeight( (FontWeight)GetValue() ) ); in QueryValue()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx120 SvxWeightItem aWeightItem( (FontWeight)0, EE_CHAR_WEIGHT ); in FillItemSet()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx246 FontWeight eWeight=VCLUnoHelper::ConvertFontWeight(nFontWeight); in translatePropertiesToItems()
281 …Item(PROPERTY_FONT_WEIGHT, CFID_WEIGHT, *_pSet, ::com::sun::star::awt::FontWeight::DONTKNOW == nFo… in translatePropertiesToItems()

Completed in 179 milliseconds

1234567