Home
last modified time | relevance | path

Searched refs:GetWeight (Results 1 – 25 of 91) sorted by path

1234

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1107 aAttribs[i].Value = ::css::uno::makeAny( (float)aFont.GetWeight() ); in retrieveCharacterAttributes()
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx51 …e_type( ::rtl::OUString::createFromAscii( "CharWeight" ), makeAny( (float) rFont.GetWeight() ) ) ); in CharacterAttributesHelper()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx547 cairo_font_weight_t weight = (rOutDev.GetFont().GetWeight() == WEIGHT_NORMAL ? in draw()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx882 ::canvas::tools::numeric_cast<sal_Int8>( ::basegfx::fround( rFont.GetWeight() ) ); in createFont()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx863 _rFont.SetWeight( aFontInfo.GetWeight() ); in calcFontInfo()
1279 FontWeight eWeight = aInfo.GetWeight(); in FillItemSet_Impl()
1298 aInfo.GetWeight() == WEIGHT_NORMAL && aInfo.GetItalic() != ITALIC_NONE ) in FillItemSet_Impl()
1347 aInfo.GetItalic() == ITALIC_NONE && aInfo.GetWeight() != WEIGHT_NORMAL ) in FillItemSet_Impl()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1055 aFD.Weight = ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx441 static_cast<sal_uInt16>(rFont.GetWeight()), in getFontAttributeFromVclFont()
/trunk/main/editeng/inc/editeng/
H A Dwghtitem.hxx78 FontWeight GetWeight() const in GetWeight() function in SvxWeightItem
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx227 aDebStr += ByteString::CreateFromInt32( (sal_uInt16)((SvxWeightItem&)rItem).GetWeight() ); in DbgOutItem()
H A Deditdoc.cxx1280 rFont.SetWeight( ((const SvxWeightItem&)rSet.Get( nWhich_Weight )).GetWeight() ); in CreateFont()
H A Dediteng.cxx2671 rSet.Put( SvxWeightItem( rFont.GetWeight(), EE_CHAR_WEIGHT ) ); in SetFontInfoInItemSet()
H A Dimpedit3.cxx2583 …pNode->GetContentAttribs().GetItem( GetScriptItemId( EE_CHAR_WEIGHT, nScriptType ))).GetWeight() ); in SeekCursor()
H A Dimpedit4.cxx871 FontWeight e = ((const SvxWeightItem&)rItem).GetWeight(); in WriteItemAsRTF()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx54 nTemp = (sal_uInt16)rFont.GetWeight(); rStream << nTemp; in StoreFont()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx77 rDesc.Weight = VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in ConvertFromFont()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx362 float nWeight = VCLUnoHelper::ConvertFontWeight( rWeightItem.GetWeight()); in translateItemsToProperties()
514 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_WEIGHT); in createItemSet()
526 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_CJK_WEIGHT); in createItemSet()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx392 rFont1.GetWeight() == rFont2.GetWeight() && in compare_fonts_for_me()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx422 pCS->eWeight = rFont.GetWeight(); in CreateChrSet()
433 if (pCS->aName==rFont.GetName() && pCS->eWeight==rFont.GetWeight() ) in FindChrSet()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx474 eWeight=rFont.GetWeight(); in WriteOpcode_TxFace()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2186 switch ( maFont.GetWeight() ) in ImplDefineFont()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx58 switch( rFont.GetWeight() ) in implGetGlyphSet()
210 if( aFont.GetWeight() != WEIGHT_NORMAL ) in implEmbedFont()
H A Dsvgwriter.cxx350 switch( rFont.GetWeight() ) in SetFontAttr()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx262 _rItemSet.Put(SvxWeightItem(aFont.GetWeight(),_nWeight)); in lcl_setFont()
408 aNewFont.SetWeight(pFontItem->GetWeight()); in lcl_initAwtFont()
/trunk/main/sc/inc/
H A Dautoform.hxx125 const SvxWeightItem& GetWeight() const { return aWeight; } in GetWeight() function in ScAutoFormatDataField
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx541 case ATTR_FONT_WEIGHT: return &rField.GetWeight(); in GetItem()
637 && (rField1.GetWeight() == rField2.GetWeight()) in IsEqualData()
696 rItemSet.Put( rField.GetWeight() ); in FillToItemSet()
710 rItemSet.Put( rField.GetWeight(), ATTR_CJK_FONT_WEIGHT ); in FillToItemSet()
725 rItemSet.Put( rField.GetWeight(), ATTR_CTL_FONT_WEIGHT ); in FillToItemSet()

Completed in 235 milliseconds

1234