/trunk/main/sc/source/filter/excel/ |
H A D | xlstyle.cxx | 186 mnWeight = EXC_FONTWGHT_DONTKNOW; in Clear() 254 if( !mnWeight ) eScWeight = WEIGHT_DONTKNOW; in GetScWeight() 255 else if( mnWeight < 150 ) eScWeight = WEIGHT_THIN; in GetScWeight() 257 else if( mnWeight < 325 ) eScWeight = WEIGHT_LIGHT; in GetScWeight() 258 else if( mnWeight < 375 ) eScWeight = WEIGHT_SEMILIGHT; in GetScWeight() 259 else if( mnWeight < 450 ) eScWeight = WEIGHT_NORMAL; in GetScWeight() 260 else if( mnWeight < 550 ) eScWeight = WEIGHT_MEDIUM; in GetScWeight() 261 else if( mnWeight < 650 ) eScWeight = WEIGHT_SEMIBOLD; in GetScWeight() 262 else if( mnWeight < 750 ) eScWeight = WEIGHT_BOLD; in GetScWeight() 263 else if( mnWeight < 850 ) eScWeight = WEIGHT_ULTRABOLD; in GetScWeight() [all …]
|
H A D | xlchart.cxx | 117 mnWeight( EXC_CHLINEFORMAT_SINGLE ), in XclChLineFormat() 741 if( nApiWidth <= 0 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; in ReadLineProperties() 742 else if( nApiWidth <= 35 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_SINGLE; in ReadLineProperties() 743 else if( nApiWidth <= 70 ) rLineFmt.mnWeight = EXC_CHLINEFORMAT_DOUBLE; in ReadLineProperties() 744 else rLineFmt.mnWeight = EXC_CHLINEFORMAT_TRIPLE; in ReadLineProperties() 990 switch( rLineFmt.mnWeight ) in WriteLineProperties() 1000 sal_Int32 nDotLen = ::std::min< sal_Int32 >( rLineFmt.mnWeight + 105, 210 ); in WriteLineProperties()
|
H A D | xistyle.cxx | 229 maData.mnWeight = static_cast< sal_uInt16 >( nWeight ); in ReadCFFontBlock() 350 …maData.mnWeight = ::get_flagvalue( nFlags, EXC_FONTATTR_BOLD, EXC_FONTWGHT_BOLD, EXC_FONTWGHT_… in ReadFontData2() 365 …rStrm >> maData.mnWeight >> maData.mnEscapem >> maData.mnUnderline >> maData.mnFamily >> maData.mn… in ReadFontData5() 454 aCtrlFontData.mnWeight = EXC_FONTWGHT_BOLD; in XclImpFontBuffer() 459 aCtrlFontData.mnWeight = EXC_FONTWGHT_NORMAL; in XclImpFontBuffer() 475 aAppFontData.mnWeight = EXC_FONTWGHT_NORMAL; in Initialize() 535 aFont4Data.mnWeight = EXC_FONTWGHT_BOLD; in UpdateAppFont()
|
H A D | xestyle.cxx | 134 sal_uInt32 mnWeight; /// Weighting for color reduction. member in __anona89dda770211::XclListColor 145 inline sal_uInt32 GetWeighting() const { return mnWeight; } in GetWeighting() 150 inline void AddWeighting( sal_uInt32 nWeight ) { mnWeight += nWeight; } in AddWeighting() 160 mnWeight( 0 ) in XclListColor() 174 …maColor.SetRed( lclGetMergedColorComp( maColor.GetRed(), mnWeight, rColor.maColor.GetRed(), … in Merge() 175 …maColor.SetGreen( lclGetMergedColorComp( maColor.GetGreen(), mnWeight, rColor.maColor.GetGreen(), … in Merge() 176 …maColor.SetBlue( lclGetMergedColorComp( maColor.GetBlue(), mnWeight, rColor.maColor.GetBlue(), … in Merge() 938 nHash += rFontData.mnWeight * 3; in lclCalcHash() 1004 << maData.mnWeight in WriteBody()
|
H A D | xehelper.cxx | 774 … aNewData.mnWeight = (aFont.GetWeight() > WEIGHT_NORMAL) ? EXC_FONTWGHT_BOLD : EXC_FONTWGHT_NORMAL; in AppendPortion() 777 bool bNewStyle = (aFontData.mnWeight != aNewData.mnWeight) || in AppendPortion() 786 (aNewData.mnWeight > EXC_FONTWGHT_NORMAL) ? WEIGHT_BOLD : WEIGHT_NORMAL, in AppendPortion()
|
H A D | xichart.cxx | 460 rStrm >> maData.maColor >> maData.mnPattern >> maData.mnWeight >> maData.mnFlags; in ReadChLineFormat() 479 aLineFmt.mnWeight = rFmtInfo.mnAutoLineWeight; in Convert() 678 case EXC_OBJ_LINE_HAIR: aLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; break; in UpdateObjFrame() 679 case EXC_OBJ_LINE_THIN: aLineFmt.mnWeight = EXC_CHLINEFORMAT_SINGLE; break; in UpdateObjFrame() 680 case EXC_OBJ_LINE_MEDIUM: aLineFmt.mnWeight = EXC_CHLINEFORMAT_DOUBLE; break; in UpdateObjFrame() 681 case EXC_OBJ_LINE_THICK: aLineFmt.mnWeight = EXC_CHLINEFORMAT_TRIPLE; break; in UpdateObjFrame() 682 default: aLineFmt.mnWeight = EXC_CHLINEFORMAT_HAIR; in UpdateObjFrame()
|
H A D | xestream.cxx | 949 …l_WriteValue( rStream, XML_b, rFontData.mnWeight > 400 ? XclXmlUtils::ToPsz( rFontData.mn… in WriteFontData()
|
H A D | xecontent.cxx | 747 << maFontData.mnWeight in WriteBody()
|
H A D | xechart.cxx | 546 …bool bAuto = (maData.mnPattern == EXC_CHLINEFORMAT_SOLID) && (maData.mnWeight == rFmtInfo.mnAutoLi… in Convert() 571 rStrm << maData.maColor << maData.mnPattern << maData.mnWeight << maData.mnFlags; in WriteBody()
|
/trunk/main/drawinglayer/source/attribute/ |
H A D | fontattribute.cxx | 45 sal_uInt16 mnWeight; // Font weight member in drawinglayer::attribute::ImpFontAttribute 70 mnWeight(nWeight), in ImpFontAttribute() 84 sal_uInt16 getWeight() const { return mnWeight; } in getWeight()
|
/trunk/main/oox/source/ole/ |
H A D | olehelper.cxx | 119 mnWeight( OLE_STDFONT_NORMAL ), in StdFontInfo() 129 mnWeight( nWeight ), in StdFontInfo() 204 …rInStrm >> nVersion >> orFontInfo.mnCharSet >> orFontInfo.mnFlags >> orFontInfo.mnWeight >> orFont… in importStdFont()
|
H A D | axbinaryreader.cxx | 163 setFlag( mnFontEffects, AX_FONTDATA_BOLD, aFontInfo.mnWeight >= OLE_STDFONT_BOLD ); in importStdFont()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | DeckLayouter.cxx | 372 iItem->mnWeight = nContainerHeight - nBaseHeight; in DistributeHeights() 373 nTotalWeight += iItem->mnWeight; in DistributeHeights() 387 sal_Int32 nDistributedHeight (iItem->mnWeight * nHeightToDistribute / nTotalWeight); in DistributeHeights()
|
H A D | DeckLayouter.hxx | 75 sal_Int32 mnWeight; member in sfx2::sidebar::DeckLayouter::LayoutItem 80 …: mpPanel(),maLayoutSize(0,0,0),mnDistributedHeight(0),mnWeight(0),mnPanelIndex(0),mbShowTitleBar(… in LayoutItem()
|
H A D | GridLayouter.cxx | 599 : mnWeight(1), in ColumnDescriptor() 620 mnWeight = nWeight; in SetWeight() 669 return mnWeight; in GetWeight()
|
/trunk/main/oox/inc/oox/ole/ |
H A D | olehelper.hxx | 58 sal_uInt16 mnWeight; /// Font weight (normal/bold). member
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | GridLayouter.hxx | 194 sal_Int32 mnWeight; member in sfx2::sidebar::ColumnDescriptor
|
/trunk/main/sc/source/filter/inc/ |
H A D | xlstyle.hxx | 295 sal_uInt16 mnWeight; /// Boldness: 400=normal, 700=bold. member
|
H A D | xlchart.hxx | 811 sal_Int16 mnWeight; /// Line weight (hairline, single, ...). member
|
H A D | xichart.hxx | 240 … GetWeight() const { return (IsAuto() || !HasLine()) ? EXC_CHLINEFORMAT_SINGLE : maData.mnWeight; } in GetWeight()
|