Home
last modified time | relevance | path

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

123456

/trunk/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 …]
/trunk/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()
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx116 .SetWeight(0) in GraphicPropertyPanel()
119 .SetWeight(1) in GraphicPropertyPanel()
122 .SetWeight(0) in GraphicPropertyPanel()
125 .SetWeight(0); in GraphicPropertyPanel()
127 .SetWeight(1) in GraphicPropertyPanel()
/trunk/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()
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx229 .SetWeight(0) in PagePropertyPanel()
232 .SetWeight(1) in PagePropertyPanel()
235 .SetWeight(0) in PagePropertyPanel()
238 .SetWeight(0); in PagePropertyPanel()
240 .SetWeight(1) in PagePropertyPanel()
/trunk/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()
/trunk/main/dbaccess/source/ui/control/
H A Dlistviewitems.cxx48 aFont.SetWeight(WEIGHT_BOLD); in InitViewData()
67 aFont.SetWeight(WEIGHT_BOLD); in Paint()
/trunk/main/sc/source/ui/view/
H A Dhintwin.cxx55 aTextFont.SetWeight( WEIGHT_NORMAL ); in ScHintWindow()
57 aHeadFont.SetWeight( WEIGHT_BOLD ); in ScHintWindow()
/trunk/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()
/trunk/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()
/trunk/main/sfx2/source/sidebar/
H A DTitleBar.cxx191 aFont.SetWeight(WEIGHT_BOLD); in PaintTitle()
212 aFont.SetWeight(WEIGHT_BOLD); in PaintFocus()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx93 aFont.SetWeight( WEIGHT_NORMAL ); in Init()
98 aFont.SetWeight( WEIGHT_LIGHT ); in Init()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx54 aFont.SetWeight( WEIGHT_LIGHT ); in ScScenarioListBox()
220 aFont.SetWeight( WEIGHT_LIGHT ); in ScScenarioWindow()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx2264 rFont.SetWeight(WEIGHT_NORMAL); in IMPL_LINK()
2265 rCJKFont.SetWeight(WEIGHT_NORMAL); in IMPL_LINK()
2304 rFont.SetWeight( ( FontWeight ) pAttr->nAttr ); in IMPL_LINK()
2305 rCJKFont.SetWeight( ( FontWeight ) pAttr->nAttr ); in IMPL_LINK()
2447 aFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
2448 aCJKFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
2449 aCTLFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx269 .SetWeight(1) in LinePropertyPanel()
273 .SetWeight(0) in LinePropertyPanel()
276 .SetWeight(1) in LinePropertyPanel()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx223 .SetWeight(1) in TextPropertyPanel()
226 .SetWeight(0) in TextPropertyPanel()
229 .SetWeight(0) in TextPropertyPanel()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx233 aFont.SetWeight( WEIGHT_NORMAL ); in SetFont()
397 aFont.SetWeight( WEIGHT_DONTKNOW ); in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx770 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()
/trunk/main/starmath/source/
H A Dview.cxx1077 aFont.SetWeight(WEIGHT_BOLD); in Impl_Print()
1084 aFont.SetWeight(WEIGHT_NORMAL); in Impl_Print()
1096 aFont.SetWeight(WEIGHT_BOLD); in Impl_Print()
1106 aFont.SetWeight(WEIGHT_NORMAL); in Impl_Print()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx161 .SetWeight(1) in PosSizePropertyPanel()
165 .SetWeight(0) in PosSizePropertyPanel()
168 .SetWeight(1) in PosSizePropertyPanel()

Completed in 154 milliseconds

123456