Searched refs:aWeight (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 197 aWeight( WEIGHT_NORMAL, RES_CHRATR_WEIGHT ), in SwBoxAutoFmt() 241 aWeight( rNew.aWeight ), in SwBoxAutoFmt() 284 aWeight = rNew.aWeight; in operator =() 338 READ( aWeight, SvxWeightItem , rVersions.nWeightVersion) in Load() 426 READ( aWeight, SvxWeightItem , 2) in LoadOld() 453 aWeight.Store( rStream, aWeight.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save() 497 rStream << aWeight.GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVersionNo()
|
/trunk/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 1246 rItemSet.Put( aWeight ); in ParseCSS1_font_weight() 1250 rItemSet.Put( aWeight ); in ParseCSS1_font_weight() 1255 rItemSet.Put( aWeight ); in ParseCSS1_font_weight() 1266 rItemSet.Put( aWeight ); in ParseCSS1_font_weight() 1270 rItemSet.Put( aWeight ); in ParseCSS1_font_weight() 1275 rItemSet.Put( aWeight ); in ParseCSS1_font_weight() 1821 rItemSet.Put( aWeight ); in ParseCSS1_font() 1824 aWeight.SetWhich( aItemIds.nWeightCJK ); in ParseCSS1_font() 1825 rItemSet.Put( aWeight ); in ParseCSS1_font() 1829 aWeight.SetWhich( aItemIds.nWeightCTL ); in ParseCSS1_font() [all …]
|
H A D | swhtml.cxx | 1749 SvxWeightItem aWeight( WEIGHT_BOLD, RES_CHRATR_WEIGHT ); in NextToken() local 1753 &aAttrTab.pBold, aWeight, in NextToken()
|
/trunk/main/sw/inc/ |
H A D | tblafmt.hxx | 76 SvxWeightItem aWeight; member in SwBoxAutoFmt 127 const SvxWeightItem &GetWeight() const { return aWeight; } in GetWeight() 154 void SetWeight( const SvxWeightItem& rNew ) { aWeight = rNew; } in SetWeight()
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 227 aWeight( WEIGHT_NORMAL, ATTR_FONT_WEIGHT ), in ScAutoFormatDataField() 263 aWeight( rCopy.aWeight ), in ScAutoFormatDataField() 318 READ( aWeight, SvxWeightItem, rVersions.nWeightVersion) in Load() 404 READ( aWeight, SvxWeightItem, rVersions.nWeightVersion) in LoadOld() 434 aWeight.Store ( rStream, aWeight.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 77 SvxWeightItem aWeight; member in ScAutoFormatDataField 125 const SvxWeightItem& GetWeight() const { return aWeight; } in GetWeight() 157 void SetWeight( const SvxWeightItem& rWeight ) { aWeight = rWeight; } in SetWeight()
|
/trunk/main/editeng/source/uno/ |
H A D | unofdesc.cxx | 172 uno::Any aWeight; in FillFromItemSet() local 173 if(pItem->QueryValue( aWeight, MID_WEIGHT )) in FillFromItemSet() 174 aWeight >>= rDesc.Weight; in FillFromItemSet()
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 2216 if(fabs(aWeight) < 0.0001) in ImplCalculateContributions() 2225 pWeights[nIndex] = aWeight; in ImplCalculateContributions() 2281 const double aWeight(pWeights[aIndex]); in ImplScaleConvolutionHor() local 2284 aSum += aWeight; in ImplScaleConvolutionHor() 2295 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionHor() 2296 aValueGreen += aWeight * aColor.GetGreen(); in ImplScaleConvolutionHor() 2297 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionHor() 2372 const double aWeight(pWeights[aIndex]); in ImplScaleConvolutionVer() local 2375 aSum += aWeight; in ImplScaleConvolutionVer() 2386 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionVer() [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 2597 static float const aWeight[] in mapFontWeight() local 2609 return ::css::uno::makeAny(aWeight[nWeight]); in mapFontWeight()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1485 OString aWeight = rXLFD.getToken( 0, '-', nIndex ).toAsciiLowerCase(); in parseXLFD() local 1520 rEntry.eWeight = parseWeight( aWeight ); in parseXLFD() 1555 if( aWeight != "*" ) rEntry.nMask |= XLFDEntry::MaskWeight; in parseXLFD()
|
Completed in 265 milliseconds