Home
last modified time | relevance | path

Searched refs:SetWeight (Results 1 – 25 of 149) sorted by relevance

123456

/aoo4110/main/svtools/source/control/
H A Dctrltool.cxx641 aInfo.SetWeight( WEIGHT_NORMAL ); in Get()
646 aInfo.SetWeight( WEIGHT_NORMAL ); in Get()
651 aInfo.SetWeight( WEIGHT_BOLD ); in Get()
656 aInfo.SetWeight( WEIGHT_BOLD ); in Get()
661 aInfo.SetWeight( WEIGHT_LIGHT ); in Get()
666 aInfo.SetWeight( WEIGHT_LIGHT ); in Get()
671 aInfo.SetWeight( WEIGHT_BLACK ); in Get()
676 aInfo.SetWeight( WEIGHT_BLACK ); in Get()
681 aInfo.SetWeight( WEIGHT_DONTKNOW ); in Get()
731 aInfo.SetWeight( eWeight ); in Get()
H A Dcalendar.cxx417 rFont.SetWeight( WEIGHT_NORMAL ); in ImplGetWeekFont()
454 aFont.SetWeight( WEIGHT_BOLD ); in ImplFormat()
456 aFont.SetWeight( WEIGHT_NORMAL ); in ImplFormat()
875 aFont.SetWeight( WEIGHT_BOLD ); in ImplDrawDate()
877 aFont.SetWeight( WEIGHT_NORMAL ); in ImplDrawDate()
2615 aFont.SetWeight( WEIGHT_BOLD ); in CalcWindowSizePixel()
2617 aFont.SetWeight( WEIGHT_NORMAL ); in CalcWindowSizePixel()
/aoo4110/main/vcl/source/gdi/
H A Dfont.cxx519 void Font::SetWeight( FontWeight eWeight ) in SetWeight() function in Font
721 SetWeight( rFont.GetWeight() ); in Merge()
890 o_rResult.SetWeight( WEIGHT_THIN ); in identifyTrueTypeFont()
892 o_rResult.SetWeight( WEIGHT_ULTRALIGHT ); in identifyTrueTypeFont()
894 o_rResult.SetWeight( WEIGHT_LIGHT ); in identifyTrueTypeFont()
896 o_rResult.SetWeight( WEIGHT_NORMAL ); in identifyTrueTypeFont()
898 o_rResult.SetWeight( WEIGHT_MEDIUM ); in identifyTrueTypeFont()
900 o_rResult.SetWeight( WEIGHT_SEMIBOLD ); in identifyTrueTypeFont()
902 o_rResult.SetWeight( WEIGHT_BOLD ); in identifyTrueTypeFont()
904 o_rResult.SetWeight( WEIGHT_ULTRABOLD ); in identifyTrueTypeFont()
[all …]
/aoo4110/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx114 .SetWeight(0) in GraphicPropertyPanel()
117 .SetWeight(1) in GraphicPropertyPanel()
120 .SetWeight(0) in GraphicPropertyPanel()
123 .SetWeight(0); in GraphicPropertyPanel()
125 .SetWeight(1) in GraphicPropertyPanel()
/aoo4110/main/sw/source/core/inc/
H A Dswfont.hxx113 inline void SetWeight( const FontWeight eWeight );
228 inline void SetWeight( const FontWeight eWeight, const sal_uInt8 nWhich );
485 inline void SwSubFont::SetWeight( const FontWeight eWeight ) in SetWeight() function in SwSubFont
488 Font::SetWeight( eWeight ); in SetWeight()
491 inline void SwFont::SetWeight( const FontWeight eWeight, const sal_uInt8 nWhich ) in SetWeight() function in SwFont
494 aSub[nWhich].SetWeight( eWeight ); in SetWeight()
/aoo4110/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx227 .SetWeight(0) in PagePropertyPanel()
230 .SetWeight(1) in PagePropertyPanel()
233 .SetWeight(0) in PagePropertyPanel()
236 .SetWeight(0); in PagePropertyPanel()
238 .SetWeight(1) in PagePropertyPanel()
/aoo4110/main/dbaccess/source/ui/control/
H A Dlistviewitems.cxx48 aFont.SetWeight(WEIGHT_BOLD); in InitViewData()
67 aFont.SetWeight(WEIGHT_BOLD); in Paint()
/aoo4110/main/sw/source/core/txtnode/
H A Dswfont.cxx259 aSub[SW_LATIN].Font::SetWeight( ((SvxWeightItem*)pItem)->GetWeight() ); in SetDiffFnt()
289 aSub[SW_CJK].Font::SetWeight( ((SvxWeightItem*)pItem)->GetWeight() ); in SetDiffFnt()
325 aSub[SW_CTL].Font::SetWeight( ((SvxWeightItem*)pItem)->GetWeight() ); in SetDiffFnt()
484 aSub[SW_LATIN].SetWeight( pAttrSet->GetWeight().GetWeight() ); in SwFont()
500 aSub[SW_CJK].SetWeight( pAttrSet->GetCJKWeight().GetWeight() ); in SwFont()
520 aSub[SW_CTL].SetWeight( pAttrSet->GetCTLWeight().GetWeight() ); in SwFont()
/aoo4110/main/sc/source/ui/view/
H A Dhintwin.cxx55 aTextFont.SetWeight( WEIGHT_NORMAL ); in ScHintWindow()
57 aHeadFont.SetWeight( WEIGHT_BOLD ); in ScHintWindow()
/aoo4110/main/sw/source/core/text/
H A Dtxtfld.cxx540 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_LATIN ); in NewNumberPortion()
541 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_CJK ); in NewNumberPortion()
542 pNumFnt->SetWeight( WEIGHT_NORMAL, SW_CTL ); in NewNumberPortion()
H A Datrstck.cxx768 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_LATIN ); in FontChg()
807 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_CJK ); in FontChg()
826 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_CTL ); in FontChg()
H A Ditrpaint.cxx685 pUnderlineFnt->SetWeight( WEIGHT_BOLD, nActual ); in CheckSpecialUnderline()
687 pUnderlineFnt->SetWeight( WEIGHT_NORMAL, nActual ); in CheckSpecialUnderline()
/aoo4110/main/sfx2/source/sidebar/
H A DTitleBar.cxx191 aFont.SetWeight(WEIGHT_BOLD); in PaintTitle()
212 aFont.SetWeight(WEIGHT_BOLD); in PaintFocus()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx93 aFont.SetWeight( WEIGHT_NORMAL ); in Init()
98 aFont.SetWeight( WEIGHT_LIGHT ); in Init()
/aoo4110/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx260 pFont->SetWeight(WEIGHT_BOLD); in GetFont()
266 pFont->SetWeight(WEIGHT_NORMAL); in GetFont()
276 pFont->SetWeight(WEIGHT_BOLD); in GetFont()
/aoo4110/main/sc/source/ui/navipi/
H A Dscenwnd.cxx54 aFont.SetWeight( WEIGHT_LIGHT ); in ScScenarioListBox()
220 aFont.SetWeight( WEIGHT_LIGHT ); in ScScenarioWindow()
/aoo4110/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()
/aoo4110/main/sfx2/source/doc/
H A Dobjcont.cxx777 aFont.SetWeight(WEIGHT_BOLD); in Print()
798 aFont.SetWeight(WEIGHT_BOLD); in Print()
813 aFont.SetWeight(WEIGHT_NORMAL); in Print()
/aoo4110/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx1715 .SetWeight(0) in ParaPropertyPanel()
1719 .SetWeight(1) in ParaPropertyPanel()
1722 .SetWeight(0) in ParaPropertyPanel()
1725 .SetWeight(0) in ParaPropertyPanel()
1728 .SetWeight(1) in ParaPropertyPanel()
/aoo4110/main/sw/source/ui/config/
H A Doptpage.cxx2267 rFont.SetWeight(WEIGHT_NORMAL); in IMPL_LINK()
2268 rCJKFont.SetWeight(WEIGHT_NORMAL); in IMPL_LINK()
2307 rFont.SetWeight( ( FontWeight ) pAttr->nAttr ); in IMPL_LINK()
2308 rCJKFont.SetWeight( ( FontWeight ) pAttr->nAttr ); in IMPL_LINK()
2450 aFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
2451 aCJKFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
2452 aCTLFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
/aoo4110/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx269 .SetWeight(1) in LinePropertyPanel()
273 .SetWeight(0) in LinePropertyPanel()
276 .SetWeight(1) in LinePropertyPanel()
/aoo4110/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx223 .SetWeight(1) in TextPropertyPanel()
226 .SetWeight(0) in TextPropertyPanel()
229 .SetWeight(0) in TextPropertyPanel()
/aoo4110/main/cui/source/dialogs/
H A Dcuicharmap.cxx233 aFont.SetWeight( WEIGHT_NORMAL ); in SetFont()
397 aFont.SetWeight( WEIGHT_DONTKNOW ); in IMPL_LINK()
/aoo4110/main/starmath/source/
H A Dview.cxx1074 aFont.SetWeight(WEIGHT_BOLD); in Impl_Print()
1081 aFont.SetWeight(WEIGHT_NORMAL); in Impl_Print()
1093 aFont.SetWeight(WEIGHT_BOLD); in Impl_Print()
1103 aFont.SetWeight(WEIGHT_NORMAL); in Impl_Print()
/aoo4110/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx155 .SetWeight(1) in AreaPropertyPanel()
159 .SetWeight(0) in AreaPropertyPanel()
162 .SetWeight(1) in AreaPropertyPanel()

Completed in 202 milliseconds

123456