Home
last modified time | relevance | path

Searched refs:GetWeight (Results 51 – 75 of 91) sorted by relevance

1234

/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx1039 if( ((const SvxWeightItem&)aSet.Get( EE_CHAR_WEIGHT )).GetWeight() == WEIGHT_BOLD ) in ExecuteAnnotationContextMenu()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1135 OutputWW8AttributeCTL( 0, WEIGHT_BOLD == rWeight.GetWeight()); in CharWeightCTL()
1139 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight()); in CharWeightCTL()
1164 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight() ); in CharWeight()
/trunk/main/starmath/source/
H A Dcfgitem.cxx247 nWeight = (sal_Int16) rFont.GetWeight(); in SmFontFormat()
H A Dunomodel.cxx949 pDescriptor->nWeight = sal::static_int_cast< sal_Int16 >(rFont.GetWeight()); in _getPropertyValues()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx336 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx884 if ( pCore && ((const SvxWeightItem*)pCore)->GetWeight() > WEIGHT_NORMAL ) in ExecuteAttr()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx774 … aNewData.mnWeight = (aFont.GetWeight() > WEIGHT_NORMAL) ? EXC_FONTWGHT_BOLD : EXC_FONTWGHT_NORMAL; in AppendPortion()
H A Dxlstyle.cxx202 SetScWeight( rFont.GetWeight() ); in FillFromVclFont()
H A Dxistyle.cxx154 maData.SetScWeight( aFontInfo.GetWeight() ); in SetFontData()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx273 aFont.SetWeight( rWeightItem.GetWeight() ); in GetTextAreaOutline()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1465 switch( ((const SvxWeightItem&)rItem).GetWeight() ) in GetHTMLItemState()
2951 const FontWeight nBold = ((const SvxWeightItem&)rHt).GetWeight(); in OutHTML_SwWeight()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx410 switch( rFont.GetWeight() ) in ImplCheckTextAttr()
H A Dwmfwr.cxx435 switch (rFont.GetWeight()) { in WMFRecord_CreateFontIndirect()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1013 FontWeight eWeight = aInfo.GetWeight(); in Fill()
H A Dtabbar.cxx533 if ( aFont.GetWeight() != WEIGHT_BOLD ) in ImplCalcWidth()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx959 sal_Bool bBold = ( WEIGHT_BOLD <= rWeightItem.GetWeight() ); in WriteCell()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3672 aErrorComment.append( sal_Int32(pFont->GetWeight()) ); in emitEmbeddedFont()
3736 aFont.SetWeight( pFont->GetWeight() ); in emitEmbeddedFont()
4261 aErrorComment.append( sal_Int32(pFont->GetWeight()) ); in emitFonts()
4833 if( rControlFont.GetWeight() != WEIGHT_DONTKNOW ) in replaceFont()
4834 aFont.SetWeight( rControlFont.GetWeight() ); in replaceFont()
4869 if( rFont.GetWeight() > WEIGHT_MEDIUM ) in getBestBuiltinFont()
7395 if( m_pReferenceDevice->mpFontEntry->maFontSelData.mpFontData->GetWeight() <= WEIGHT_MEDIUM && in drawLayout()
7396 m_pReferenceDevice->mpFontEntry->maFontSelData.GetWeight() > WEIGHT_MEDIUM ) in drawLayout()
H A Dcvtsvm.cxx250 switch ( rFont.GetWeight() ) in ImplWriteFont()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx429 mpTextAttr->Put(SvxWeightItem(aFnt.GetWeight(), EE_CHAR_WEIGHT)); in SetAttributes()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1364 return ((SvxWeightItem&)GetNodeOrStyAttr(RES_CHRATR_WEIGHT)).GetWeight() in GetWeightBold()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1055 aFD.Weight = ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx474 eWeight=rFont.GetWeight(); in WriteOpcode_TxFace()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx350 switch( rFont.GetWeight() ) in SetFontAttr()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1280 rFont.SetWeight( ((const SvxWeightItem&)rSet.Get( nWhich_Weight )).GetWeight() ); in CreateFont()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1832 pReqFont->GetWeight(), in SetFont()

Completed in 330 milliseconds

1234