/trunk/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.hxx | 297 virtual void CharWeight( const SvxWeightItem& rWeight ); 321 virtual void CharWeightCJK( const SvxWeightItem& rWeight ); 333 virtual void CharPostureCTL( const SvxPostureItem& rWeight ); 336 virtual void CharWeightCTL( const SvxWeightItem& rWeight );
|
H A D | docxattributeoutput.hxx | 363 virtual void CharWeight( const SvxWeightItem& rWeight ); 387 virtual void CharWeightCJK( const SvxWeightItem& rWeight ); 399 virtual void CharPostureCTL( const SvxPostureItem& rWeight ); 402 virtual void CharWeightCTL( const SvxWeightItem& rWeight );
|
H A D | docxattributeoutput.cxx | 2384 void DocxAttributeOutput::CharWeight( const SvxWeightItem& rWeight ) in CharWeight() argument 2386 if ( rWeight.GetWeight() == WEIGHT_BOLD ) in CharWeight() 2430 void DocxAttributeOutput::CharWeightCJK( const SvxWeightItem& rWeight ) in CharWeightCJK() argument 2432 if ( rWeight.GetWeight() == WEIGHT_BOLD ) in CharWeightCJK() 2456 void DocxAttributeOutput::CharWeightCTL( const SvxWeightItem& rWeight ) in CharWeightCTL() argument 2458 if ( rWeight.GetWeight() == WEIGHT_BOLD ) in CharWeightCTL()
|
H A D | rtfattributeoutput.cxx | 2269 void RtfAttributeOutput::CharWeight( const SvxWeightItem& rWeight ) in CharWeight() argument 2274 if ( rWeight.GetWeight() != WEIGHT_BOLD ) in CharWeight() 2337 void RtfAttributeOutput::CharWeightCJK( const SvxWeightItem& rWeight ) in CharWeightCJK() argument 2342 if ( rWeight.GetWeight() != WEIGHT_BOLD ) in CharWeightCJK() 2378 void RtfAttributeOutput::CharWeightCTL( const SvxWeightItem& rWeight ) in CharWeightCTL() argument 2383 if ( rWeight.GetWeight() != WEIGHT_BOLD ) in CharWeightCTL()
|
H A D | ww8atr.cxx | 1129 void WW8AttributeOutput::CharWeightCTL( const SvxWeightItem& rWeight ) in CharWeightCTL() argument 1135 OutputWW8AttributeCTL( 0, WEIGHT_BOLD == rWeight.GetWeight()); in CharWeightCTL() 1139 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight()); in CharWeightCTL() 1162 void WW8AttributeOutput::CharWeight( const SvxWeightItem& rWeight ) in CharWeight() argument 1164 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight() ); in CharWeight()
|
/trunk/main/editeng/inc/editeng/ |
H A D | wghtitem.hxx | 72 inline SvxWeightItem& operator=(const SvxWeightItem& rWeight) { in operator =() argument 73 SetValue( rWeight.GetValue() ); in operator =()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 136 static weight::type parseWeight( const ByteString& rWeight ) in parseWeight() argument 139 if( rWeight.Search( "bold" ) != STRING_NOTFOUND ) in parseWeight() 143 else if( rWeight.Search( "ultra" ) != STRING_NOTFOUND ) in parseWeight() 148 else if( rWeight.Search( "heavy" ) != STRING_NOTFOUND ) in parseWeight() 150 else if( rWeight.Search( "light" ) != STRING_NOTFOUND ) in parseWeight() 154 else if( rWeight.Search( "ultra" ) != STRING_NOTFOUND ) in parseWeight() 159 else if( rWeight.Search( "black" ) != STRING_NOTFOUND ) in parseWeight() 161 else if( rWeight.Equals( "demi" ) ) in parseWeight() 163 else if( rWeight.Equals( "book" ) || in parseWeight() 164 rWeight.Equals( "semicondensed" ) ) in parseWeight() [all …]
|
H A D | fontconfig.cxx | 998 italic::type &rItalic, weight::type &rWeight, in Substitute() argument 1034 addtopattern(rWrapper, pPattern, rItalic, rWeight, rWidth, rPitch); in Substitute() 1075 rWeight = convertWeight(val); in Substitute()
|
/trunk/main/unotools/source/config/ |
H A D | fontcfg.cxx | 791 String& rFamilyName, FontWeight& rWeight, FontWidth& rWidth, sal_uLong& rType ) in getMapName() argument 814 if ( (rWeight == WEIGHT_DONTKNOW) || (rWeight == WEIGHT_NORMAL) ) in getMapName() 815 rWeight = pWeightList->meWeight; in getMapName()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 157 void SetWeight( const SvxWeightItem& rWeight ) { aWeight = rWeight; } in SetWeight() argument
|
/trunk/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 218 …t String& rOrgName, String& rShortName, String& rFamilyName, FontWeight& rWeight, FontWidth& rWidt…
|
/trunk/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 734 const rtl::OString& rLangAttrib, italic::type& rItalic, weight::type& rWeight,
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 662 static ::FontWeight mapFontWeight(::css::uno::Any const & rWeight);
|
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 2613 ::FontWeight Document::mapFontWeight(::css::uno::Any const & rWeight) in mapFontWeight() argument 2616 rWeight >>= nWeight; in mapFontWeight()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 737 static void ImplCalcType( sal_uLong& rType, FontWeight& rWeight, FontWidth& rWidth, in ImplCalcType() argument 758 if ( ((rWeight == WEIGHT_DONTKNOW) || (rWeight == WEIGHT_NORMAL)) && in ImplCalcType() 760 rWeight = pFontAttr->Weight; in ImplCalcType()
|