/aoo42x/main/svtools/source/control/ |
H A D | ctrltool.cxx | 428 else if ( eWeight > WEIGHT_LIGHT ) in GetStyleName() 661 aInfo.SetWeight( WEIGHT_LIGHT ); in Get() 666 aInfo.SetWeight( WEIGHT_LIGHT ); in Get()
|
/aoo42x/main/sc/source/ui/navipi/ |
H A D | scenwnd.cxx | 54 aFont.SetWeight( WEIGHT_LIGHT ); in ScScenarioListBox() 220 aFont.SetWeight( WEIGHT_LIGHT ); in ScScenarioWindow()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | font.cxx | 894 o_rResult.SetWeight( WEIGHT_LIGHT ); in identifyTrueTypeFont() 967 { "book", 4, WEIGHT_LIGHT }, 970 { "light", 5, WEIGHT_LIGHT },
|
H A D | impfont.cxx | 761 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName() 765 rDFA.meWeight = WEIGHT_LIGHT; in UpdateAttributesFromPSName()
|
H A D | cvtsvm.cxx | 254 case WEIGHT_LIGHT: in ImplWriteFont() 862 aFont.SetWeight( ( nWeight == 1 ) ? WEIGHT_LIGHT : ( nWeight == 2 ) ? WEIGHT_NORMAL : in ImplConvertFromSVM1()
|
/aoo42x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 394 aFont.SetWeight( (!ImplGetSVData()->maNWFData.mbNoBoldTabFocus) ? WEIGHT_BOLD : WEIGHT_LIGHT ); in ImplGetTabRect() 396 aLightFont.SetWeight( WEIGHT_LIGHT ); in ImplGetTabRect() 699 aFont.SetWeight( (!ImplGetSVData()->maNWFData.mbNoBoldTabFocus) ? WEIGHT_BOLD : WEIGHT_LIGHT ); in ImplShowFocus() 913 …(bIsCurrentItem) && (!ImplGetSVData()->maNWFData.mbNoBoldTabFocus)) ? WEIGHT_BOLD : WEIGHT_LIGHT ); in ImplDrawItem()
|
/aoo42x/main/tools/inc/tools/ |
H A D | fontenum.hxx | 62 WEIGHT_LIGHT, WEIGHT_SEMILIGHT, WEIGHT_NORMAL, enumerator
|
/aoo42x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 580 { "light", WEIGHT_LIGHT }, 914 { "light", WEIGHT_LIGHT },
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | inpdlg.cxx | 70 aFont.SetWeight(WEIGHT_LIGHT); in SwFldInputDlg()
|
H A D | javaedit.cxx | 108 aFont.SetWeight( WEIGHT_LIGHT ); in SwJavaEditDialog()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1129 case WEIGHT_LIGHT: in GetFCFontOptions() 1479 case WEIGHT_LIGHT: eWeight = psp::weight::Light; break; in GetFcSubstitute() 1539 case psp::weight::Light: aRet.meWeight = WEIGHT_LIGHT; break; in GetFcSubstitute()
|
H A D | pspgraphics.cxx | 1236 case psp::weight::Light: return WEIGHT_LIGHT; in ToFontWeight()
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableDesignControl.cxx | 98 aFont.SetWeight( WEIGHT_LIGHT ); in Init()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | vclenum.hxx | 174 WEIGHT_LIGHT, WEIGHT_SEMILIGHT, WEIGHT_NORMAL, enumerator
|
/aoo42x/main/cui/source/dialogs/ |
H A D | pastedlg.cxx | 66 aFont.SetWeight( WEIGHT_LIGHT ); in SvPasteObjectDialog()
|
H A D | postdlg.cxx | 98 aFont.SetWeight( WEIGHT_LIGHT ); in SvxPostItDialog()
|
/aoo42x/main/vcl/source/components/ |
H A D | fontident.cxx | 144 case WEIGHT_LIGHT: aFD.Weight = com::sun::star::awt::FontWeight::LIGHT;break; in getMaterial()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 278 else if( eWeight == WEIGHT_LIGHT ) in ConvertFontWeight() 306 return WEIGHT_LIGHT; in ConvertFontWeight()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlstyle.cxx | 257 else if( mnWeight < 325 ) eScWeight = WEIGHT_LIGHT; in GetScWeight() 339 case WEIGHT_LIGHT: mnWeight = EXC_FONTWGHT_LIGHT; break; in SetScWeight()
|
/aoo42x/main/starmath/sdi/ |
H A D | smitems.sdi | 108 WEIGHT_LIGHT,
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | funcutl.cxx | 50 aFnt.SetWeight( WEIGHT_LIGHT ); in ValWnd()
|
/aoo42x/main/svx/sdi/ |
H A D | svxitems.sdi | 229 WEIGHT_LIGHT,
|
/aoo42x/main/svx/source/dialog/ |
H A D | charmap.cxx | 483 aFont.SetWeight( WEIGHT_LIGHT ); in SetFont()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 740 return WEIGHT_LIGHT; in ImplWeightToSal() 767 case WEIGHT_LIGHT: in ImplWeightToWin()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 414 case WEIGHT_LIGHT: nWeight = 300; break; in ImplCheckTextAttr()
|