Home
last modified time | relevance | path

Searched refs:WEIGHT_BOLD (Results 101 – 125 of 142) sorted by relevance

123456

/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx586 nTokenValue ? WEIGHT_BOLD : WEIGHT_NORMAL, in ReadAttr()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1252 aFont.SetWeight( WEIGHT_BOLD ); in lcl_PrintHeader()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx225 return WEIGHT_BOLD; in ImplWeightToSal()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1265 if ( (nFace & 0x01)!=0 ) aActFont.SetWeight(WEIGHT_BOLD); in ReadData()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx672 if ((Atr.Schnitt & TextBoldBit) !=0) aFont.SetWeight(WEIGHT_BOLD); in SetTextContext()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1285 aFont.SetWeight( WEIGHT_BOLD ); in IMPL_LINK()
H A Dsettings.cxx580 aStdFont.SetWeight( WEIGHT_BOLD ); in SetStandardStyles()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx174 case FontWeight_700: nRetval = WEIGHT_BOLD; break; in getVclFontWeight()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx3126 SvxWeightItem aAttr( bOn ? WEIGHT_BOLD : WEIGHT_NORMAL, RES_CHRATR_WEIGHT ); in SetToggleBiDiAttr()
3151 SvxWeightItem aAttr( bOn ? WEIGHT_BOLD : WEIGHT_NORMAL, RES_CHRATR_WEIGHT ); in SetToggleAttr()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx262 eWeight = WEIGHT_BOLD; in WinMtfFontStyle()
H A Dwmfwr.cxx443 case WEIGHT_BOLD: nWeight=W_FW_BOLD; break; in WMFRecord_CreateFontIndirect()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx788 SetAttrib( TextAttribFontWeight( WEIGHT_BOLD ), nPara, 0, aText.Len() ); in InsertEntry()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1761 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1006 else if( eWeight == WEIGHT_BOLD ) in ConvertFontWeight()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx470 case WEIGHT_BOLD: nbyte=7; break; in WriteChrSets()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx360 aFntBold.SetWeight( WEIGHT_BOLD ); in FormulaDlg_Impl()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx475 if (eWeight==WEIGHT_BOLD || in WriteOpcode_TxFace()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx359 case WEIGHT_BOLD: nFontWeight = 700; break; in SetFontAttr()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx625 … aDFA.meWeight = FT_STYLE_FLAG_BOLD & aFaceFT->style_flags ? WEIGHT_BOLD : WEIGHT_NORMAL; in AddFontDir()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx149 rSet.Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in lcl_SetStyleById()
/trunk/main/starmath/source/
H A Dmathtype.cxx3486 else if (pNode->GetFont().GetWeight() == WEIGHT_BOLD) in HandleText()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5823 rSet.Put( SvxWeightItem( nVal != 0 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in ApplyTo()
5824 rSet.Put( SvxWeightItem( nVal != 0 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT_CJK ) ); in ApplyTo()
5825 rSet.Put( SvxWeightItem( nVal != 0 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT_CTL ) ); in ApplyTo()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1057 aFont.SetWeight( mfFontWeight == awt::FontWeight::BOLD ? WEIGHT_BOLD : WEIGHT_NORMAL ); in update()
H A DCustomAnimationPane.cxx205 font.SetWeight( WEIGHT_BOLD ); in CustomAnimationPane()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx813 SvxWeightItem aSvxWeightItem( WEIGHT_BOLD, SID_ATTR_CHAR_WEIGHT ); in FnChgWeightUnderl()

Completed in 340 milliseconds

123456