Searched refs:mnBottomColor (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1570 mnBottomColorId( XclExpPalette::GetColorIdFromIndex( mnBottomColor ) ), in XclExpCellBorder() 1638 mnBottomColor = rPalette.GetColorIndex( mnBottomColorId ); in SetFinalColors() 1659 ::insert_value( rnBorder, mnBottomColor, 19, 5 ); 1672 ::insert_value( rnArea, mnBottomColor, 25, 7 ); in FillToXF5() 1685 ::insert_value( rnBorder2, mnBottomColor, 7, 7 ); in FillToXF8() 1701 ::insert_value( rnColor, mnBottomColor, 23, 7 ); in FillToCF8() 1753 lcl_WriteBorder( rStrm, XML_bottom, mnBottomLine, rPalette.GetColor( mnBottomColor ) ); in SaveXml() 2329 mrBorder.mnBottomColor == rBorder.mnBottomColor && in operator ()()
|
H A D | xistyle.cxx | 753 mnLeftColor = mnRightColor = mnTopColor = mnBottomColor = EXC_COLOR_BIFF2_BLACK; in FillFromXF2() 765 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder, 19, 5 ); in FillFromXF3() 778 mnBottomColor = ::extract_value< sal_uInt16 >( nArea, 25, 7 ); in FillFromXF5() 792 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder2, 7, 7 ); in FillFromXF8() 812 mnBottomColor = ::extract_value< sal_uInt16 >( nLineColor, 23, 7 ); in FillFromCF8() 879 if( mbBottomUsed && lclConvertBorderLine( aLine, rPalette, mnBottomLine, mnBottomColor ) ) in FillToItemSet()
|
H A D | xlstyle.cxx | 1690 mnBottomColor( 0 ), in XclCellBorder() 1706 … (rLeft.mnTopColor == rRight.mnTopColor) && (rLeft.mnBottomColor == rRight.mnBottomColor) && in operator ==()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlstyle.hxx | 543 sal_uInt16 mnBottomColor; /// Palette index for bottom line. member
|
Completed in 48 milliseconds