Home
last modified time | relevance | path

Searched refs:meWeight (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtxtattr.cxx54 : TextAttrib( TEXTATTR_FONTWEIGHT ), meWeight( eWeight ) in TextAttribFontWeight()
60 rFont.SetWeight( meWeight ); in SetFont()
71 ( meWeight == static_cast<const TextAttribFontWeight&>(rAttr).meWeight ) ); in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtxtattr.cxx54 : TextAttrib( TEXTATTR_FONTWEIGHT ), meWeight( eWeight ) in TextAttribFontWeight()
60 rFont.SetWeight( meWeight ); in SetFont()
71 ( meWeight == static_cast<const TextAttribFontWeight&>(rAttr).meWeight ) ); in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dimpfont.hxx45 …ight() { if(meWeight==WEIGHT_DONTKNOW) AskConfig(); return me… in GetWeight()
61 void SetWeight( const FontWeight eWeight ) { meWeight = eWeight; } in SetWeight()
71 FontWeight GetWeightNoAsk() const { return meWeight; } in GetWeightNoAsk()
95 FontWeight meWeight; member in ImplFont
H A Dfontattributes.hxx41 FontWeight GetWeight() const { return meWeight; } in GetWeight()
55 void SetWeight(const FontWeight eWeight ) { meWeight = eWeight; } in SetWeight()
75 FontWeight meWeight; // Weight Type member in FontAttributes
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dimpfont.hxx45 …ight() { if(meWeight==WEIGHT_DONTKNOW) AskConfig(); return me… in GetWeight()
61 void SetWeight( const FontWeight eWeight ) { meWeight = eWeight; } in SetWeight()
80 FontWeight GetWeightNoAsk() const { return meWeight; } in GetWeightNoAsk()
107 FontWeight meWeight; member in ImplFont
H A Dfontattributes.hxx41 FontWeight GetWeight() const { return meWeight; } in GetWeight()
55 void SetWeight(const FontWeight eWeight ) { meWeight = eWeight; } in SetWeight()
75 FontWeight meWeight; // Weight Type member in FontAttributes
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A Dfontattributes.cxx23 : meWeight( WEIGHT_DONTKNOW ), in FontAttributes()
41 if (meWeight != rOther.meWeight) in CompareDeviceIndependentFontAttributes()
H A Dfont.cxx876 meWeight( WEIGHT_DONTKNOW ), in ImplFont()
908 meWeight( rImplFont.meWeight ), in ImplFont()
941 if( (meWeight != rOther.meWeight) in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A Dfontattributes.cxx23 : meWeight( WEIGHT_DONTKNOW ), in FontAttributes()
41 if (meWeight != rOther.meWeight) in CompareDeviceIndependentFontAttributes()
H A Dfont.cxx719 meWeight( WEIGHT_DONTKNOW ), in ImplFont()
750 meWeight( rImplFont.meWeight ), in ImplFont()
782 if( (meWeight != rOther.meWeight) in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dtxtattr.hxx80 FontWeight meWeight; member in TextAttribFontWeight
89 FontWeight getFontWeight() const { return meWeight; } in getFontWeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtxtattr.hxx80 FontWeight const meWeight; member in TextAttribFontWeight
89 FontWeight getFontWeight() const { return meWeight; } in getFontWeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dfontcfg.cxx456 FontWeight meWeight; member
706 rWeight = pWeightList->meWeight; in getMapName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dfontcfg.cxx454 FontWeight const meWeight; member
694 rWeight = pWeightList->meWeight; in getMapName()