Home
last modified time | relevance | path

Searched refs:rWeight (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx297 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 Ddocxattributeoutput.hxx363 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 Ddocxattributeoutput.cxx2384 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 Drtfattributeoutput.cxx2269 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 Dww8atr.cxx1129 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 Dwghtitem.hxx72 inline SvxWeightItem& operator=(const SvxWeightItem& rWeight) { in operator =() argument
73 SetValue( rWeight.GetValue() ); in operator =()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx136 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 Dfontconfig.cxx998 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 Dfontcfg.cxx791 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 Dautoform.hxx157 void SetWeight( const SvxWeightItem& rWeight ) { aWeight = rWeight; } in SetWeight() argument
/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx218 …t String& rOrgName, String& rShortName, String& rFamilyName, FontWeight& rWeight, FontWidth& rWidt…
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx734 const rtl::OString& rLangAttrib, italic::type& rItalic, weight::type& rWeight,
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx662 static ::FontWeight mapFontWeight(::css::uno::Any const & rWeight);
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2613 ::FontWeight Document::mapFontWeight(::css::uno::Any const & rWeight) in mapFontWeight() argument
2616 rWeight >>= nWeight; in mapFontWeight()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx737 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()

Completed in 193 milliseconds