/aoo41x/main/vcl/source/gdi/ |
H A D | base14.cxx | 150 WEIGHT_BOLD, // weight type 195 WEIGHT_BOLD, // weight type 330 WEIGHT_BOLD, // weight type 375 WEIGHT_BOLD, // weight type 510 WEIGHT_BOLD, // weight type 555 WEIGHT_BOLD, // weight type
|
H A D | impfont.cxx | 755 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName() 773 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName() 863 rDFA.meWeight = WEIGHT_BOLD; in UpdateAttributesFromPSName()
|
H A D | font.cxx | 902 o_rResult.SetWeight( WEIGHT_BOLD ); in identifyTrueTypeFont() 909 o_rResult.SetWeight( (aInfo.macStyle & 1) ? WEIGHT_BOLD : WEIGHT_NORMAL ); in identifyTrueTypeFont() 966 { "bold", 4, WEIGHT_BOLD },
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | listviewitems.cxx | 48 aFont.SetWeight(WEIGHT_BOLD); in InitViewData() 67 aFont.SetWeight(WEIGHT_BOLD); in Paint()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | TitleBar.cxx | 191 aFont.SetWeight(WEIGHT_BOLD); in PaintTitle() 212 aFont.SetWeight(WEIGHT_BOLD); in PaintFocus()
|
/aoo41x/main/svtools/source/control/ |
H A D | ctrltool.cxx | 414 if ( eWeight > WEIGHT_BOLD ) in GetStyleName() 651 aInfo.SetWeight( WEIGHT_BOLD ); in Get() 656 aInfo.SetWeight( WEIGHT_BOLD ); in Get()
|
H A D | calendar.cxx | 453 if ( aFont.GetWeight() < WEIGHT_BOLD ) in ImplFormat() 454 aFont.SetWeight( WEIGHT_BOLD ); in ImplFormat() 874 if ( aFont.GetWeight() < WEIGHT_BOLD ) in ImplDrawDate() 875 aFont.SetWeight( WEIGHT_BOLD ); in ImplDrawDate() 2614 if ( aFont.GetWeight() < WEIGHT_BOLD ) in CalcWindowSizePixel() 2615 aFont.SetWeight( WEIGHT_BOLD ); in CalcWindowSizePixel()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgfontexport.cxx | 60 case WEIGHT_BOLD: in implGetGlyphSet() 63 eWeight = WEIGHT_BOLD; in implGetGlyphSet()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1082 rOut.GetWeightBold()?WEIGHT_NORMAL:WEIGHT_BOLD, RES_CHRATR_WEIGHT); in Out() 1590 rOut << SvxWeightItem(rOut.GetWeightBold()?WEIGHT_NORMAL:WEIGHT_BOLD, RES_CHRATR_WEIGHT); in OutDefaults() 1600 rOut << SvxWeightItem(rOut.GetWeightBold()?WEIGHT_NORMAL:WEIGHT_BOLD, RES_CHRATR_WEIGHT); in OutDefaults() 1605 rOut << SvxWeightItem(rOut.GetWeightBold()?WEIGHT_NORMAL:WEIGHT_BOLD, RES_CHRATR_WEIGHT); in OutDefaults() 1611 rOut << SvxWeightItem(rOut.GetWeightBold()?WEIGHT_NORMAL:WEIGHT_BOLD, RES_CHRATR_WEIGHT); in OutDefaults()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsTheme.cxx | 260 pFont->SetWeight(WEIGHT_BOLD); in GetFont() 276 pFont->SetWeight(WEIGHT_BOLD); in GetFont()
|
/aoo41x/main/sc/source/core/data/ |
H A D | stlpool.cxx | 327 pSet->Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in CreateStandardStyles() 359 pSet->Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in CreateStandardStyles()
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.cxx | 598 if(meWeight != WEIGHT_BOLD) in IMPL_LINK() 599 meWeight = WEIGHT_BOLD; in IMPL_LINK() 981 … mpToolBoxFont->SetItemState(TBI_BOLD, meWeight==WEIGHT_BOLD ? STATE_CHECK : STATE_NOCHECK); in NotifyItemUpdate()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 203 SetAllScriptItem( rSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT ) ); in lcl_SetHeadline() 272 SetAllScriptItem( rSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT ) ); in lcl_SetRegister() 569 SetAllScriptItem( aSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT ) ); in GetTxtCollFromPool() 942 SetAllScriptItem( aSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT ) ); in GetTxtCollFromPool() 1268 SetAllScriptItem( aSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT )); in GetFmtFromPool()
|
/aoo41x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 770 aFont.SetWeight(WEIGHT_BOLD); in SaveDialog() 1080 aFont.SetWeight(WEIGHT_BOLD); in RecoveryDialog() 1620 aFnt.SetWeight( WEIGHT_BOLD ); in ErrorRepWelcomeDialog() 1740 aFnt.SetWeight( WEIGHT_BOLD ); in ErrorRepSendDialog()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 1584 SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT) ); in ProcToken() 1653 pActEntry->aItemSet.Put( SvxWeightItem( WEIGHT_BOLD, in ProcToken() 1674 pActEntry->aItemSet.Put( SvxWeightItem( WEIGHT_BOLD, in ProcToken() 2484 rItemSet.Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in ProcessFormatOptions() 2884 mpCurrTable->PutItem( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in ProcessToken() 2898 mpCurrTable->PutItem( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in ProcessToken()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | hintwin.cxx | 57 aHeadFont.SetWeight( WEIGHT_BOLD ); in ScHintWindow()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 106 { sCSS1_PV_bold, WEIGHT_BOLD }, // WEIGHT_BOLD (OBSOLETE) 107 { sCSS1_PV_extra_bold, WEIGHT_BOLD }, // WEIGHT_ULTRABOLD (OBS) 108 { sCSS1_PV_bolder, WEIGHT_BOLD }, 1263 SvxWeightItem aWeight( nWeight>400 ? WEIGHT_BOLD : WEIGHT_NORMAL, in ParseCSS1_font_weight() 1791 eWeight = (sal_uInt16)pExpr->GetNumber() > 400 ? WEIGHT_BOLD in ParseCSS1_font()
|
/aoo41x/main/tools/inc/tools/ |
H A D | fontenum.hxx | 63 WEIGHT_MEDIUM, WEIGHT_SEMIBOLD, WEIGHT_BOLD, enumerator
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | fontbuff.cxx | 64 SvxWeightItem aWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ); in Fill()
|
/aoo41x/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 150 rItemSet.Put( SvxWeightItem( WEIGHT_BOLD,ATTR_FONT_WEIGHT) ); in SetFormat()
|
/aoo41x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 577 { "bold", WEIGHT_BOLD }, 911 { "bold", WEIGHT_BOLD },
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_Wizard_TitlesAndObjects.cxx | 71 aFont.SetWeight( WEIGHT_BOLD ); in TitlesAndObjectsTabPage()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | adminpages.hxx | 254 void SetControlFontWeight(Window* _pWindow, FontWeight _eWeight = WEIGHT_BOLD);
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | vclenum.hxx | 175 WEIGHT_MEDIUM, WEIGHT_SEMIBOLD, WEIGHT_BOLD, enumerator
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppTitleWindow.cxx | 176 aFont.SetWeight(WEIGHT_BOLD); in ImplInitSettings()
|