Home
last modified time | relevance | path

Searched refs:mnBottomLine (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx752 mnBottomLine = ::get_flagvalue( nFlags, EXC_XF2_BOTTOMLINE, EXC_LINE_THIN, EXC_LINE_NONE ); in FillFromXF2()
761 mnBottomLine = ::extract_value< sal_uInt8 >( nBorder, 16, 3 ); in FillFromXF3()
774 mnBottomLine = ::extract_value< sal_uInt8 >( nArea, 22, 3 ); in FillFromXF5()
788 mnBottomLine = ::extract_value< sal_uInt8 >( nBorder1, 12, 4 ); in FillFromXF8()
808 mnBottomLine = ::extract_value< sal_uInt8 >( nLineStyle, 12, 4 ); in FillFromCF8()
826 (mbBottomUsed && (mnBottomLine != EXC_LINE_NONE)); in HasAnyOuterBorder()
879 if( mbBottomUsed && lclConvertBorderLine( aLine, rPalette, mnBottomLine, mnBottomColor ) ) in FillToItemSet()
1176 maBorder.mnBottomLine > EXC_LINE_HAIR ); in CreatePattern()
H A Dxestyle.cxx1622 … lclGetBorderLine( mnBottomLine, mnBottomColorId, rBoxItem.GetBottom(), rPalette, eBiff ); in FillFromItemSet()
1648 ::set_flag( rnFlags, EXC_XF2_BOTTOMLINE, mnBottomLine != EXC_LINE_NONE );
1655 ::insert_value( rnBorder, mnBottomLine, 16, 3 );
1668 ::insert_value( rnArea, mnBottomLine, 22, 3 ); in FillToXF5()
1681 ::insert_value( rnBorder1, mnBottomLine, 12, 4 ); in FillToXF8()
1697 ::insert_value( rnLine, mnBottomLine, 12, 4 ); in FillToCF8()
1753 lcl_WriteBorder( rStrm, XML_bottom, mnBottomLine, rPalette.GetColor( mnBottomColor ) ); in SaveXml()
2334 mrBorder.mnBottomLine == rBorder.mnBottomLine && in operator ()()
H A Dxlstyle.cxx1695 mnBottomLine( EXC_LINE_NONE ), in XclCellBorder()
1708 … (rLeft.mnTopLine == rRight.mnTopLine) && (rLeft.mnBottomLine == rRight.mnBottomLine) && in operator ==()
/trunk/main/sc/source/filter/inc/
H A Dxlstyle.hxx548 sal_uInt8 mnBottomLine; /// Style of bottom line. member

Completed in 47 milliseconds