Home
last modified time | relevance | path

Searched refs:aWeight (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx197 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 Dsvxcss1.cxx1246 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 Dswhtml.cxx1749 SvxWeightItem aWeight( WEIGHT_BOLD, RES_CHRATR_WEIGHT ); in NextToken() local
1753 &aAttrTab.pBold, aWeight, in NextToken()
/trunk/main/sw/inc/
H A Dtblafmt.hxx76 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 Dautoform.cxx227 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 Dautoform.hxx77 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 Dunofdesc.cxx172 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 Dbitmap3.cxx2216 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 Dtextwindowaccessibility.cxx2597 static float const aWeight[] in mapFontWeight() local
2609 return ::css::uno::makeAny(aWeight[nWeight]); in mapFontWeight()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1485 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 115 milliseconds