Home
last modified time | relevance | path

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

/AOO41X/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 SaveVerionNo()
/AOO41X/main/sw/source/filter/html/
H A Dsvxcss1.cxx1244 SvxWeightItem aWeight( (FontWeight)nWeight, aItemIds.nWeight ); in ParseCSS1_font_weight() local
1246 rItemSet.Put( aWeight ); in ParseCSS1_font_weight()
1249 aWeight.SetWhich( aItemIds.nWeightCJK ); in ParseCSS1_font_weight()
1250 rItemSet.Put( aWeight ); in ParseCSS1_font_weight()
1254 aWeight.SetWhich( aItemIds.nWeightCTL ); in ParseCSS1_font_weight()
1255 rItemSet.Put( aWeight ); in ParseCSS1_font_weight()
1263 SvxWeightItem aWeight( nWeight>400 ? WEIGHT_BOLD : WEIGHT_NORMAL, in ParseCSS1_font_weight() local
1266 rItemSet.Put( aWeight ); in ParseCSS1_font_weight()
1269 aWeight.SetWhich( aItemIds.nWeightCJK ); in ParseCSS1_font_weight()
1270 rItemSet.Put( aWeight ); in ParseCSS1_font_weight()
[all …]
H A Dswhtml.cxx1758 SvxWeightItem aWeight( WEIGHT_BOLD, RES_CHRATR_WEIGHT ); in NextToken() local
1762 &aAttrTab.pBold, aWeight, in NextToken()
/AOO41X/main/sw/inc/
H A Dtblafmt.hxx75 SvxWeightItem aWeight; member in SwBoxAutoFmt
126 const SvxWeightItem &GetWeight() const { return aWeight; } in GetWeight()
153 void SetWeight( const SvxWeightItem& rNew ) { aWeight = rNew; } in SetWeight()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/vcl/source/gdi/
H A Dbitmap3.cxx2213 … const double aWeight(aKernel.Calculate(fFilterFactor * (aCenter - static_cast< double>(j)))); in ImplCalculateContributions() local
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()
[all …]
/AOO41X/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2597 static float const aWeight[] in mapFontWeight() local
2609 return ::css::uno::makeAny(aWeight[nWeight]); in mapFontWeight()
/AOO41X/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()