Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxistyle.cxx751 mnTopLine = ::get_flagvalue( nFlags, EXC_XF2_TOPLINE, EXC_LINE_THIN, EXC_LINE_NONE ); in FillFromXF2()
759 mnTopLine = ::extract_value< sal_uInt8 >( nBorder, 0, 3 ); in FillFromXF3()
772 mnTopLine = ::extract_value< sal_uInt8 >( nBorder, 0, 3 ); in FillFromXF5()
787 mnTopLine = ::extract_value< sal_uInt8 >( nBorder1, 8, 4 ); in FillFromXF8()
807 mnTopLine = ::extract_value< sal_uInt8 >( nLineStyle, 8, 4 ); in FillFromCF8()
825 (mbTopUsed && (mnTopLine != EXC_LINE_NONE)) || in HasAnyOuterBorder()
877 if( mbTopUsed && lclConvertBorderLine( aLine, rPalette, mnTopLine, mnTopColor ) ) in FillToItemSet()
1175 maBorder.mnRightLine > EXC_LINE_HAIR || maBorder.mnTopLine > EXC_LINE_HAIR || in CreatePattern()
H A Dxestyle.cxx1621 … lclGetBorderLine( mnTopLine, mnTopColorId, rBoxItem.GetTop(), rPalette, eBiff ); in FillFromItemSet()
1647 ::set_flag( rnFlags, EXC_XF2_TOPLINE, mnTopLine != EXC_LINE_NONE );
1653 ::insert_value( rnBorder, mnTopLine, 0, 3 );
1666 ::insert_value( rnBorder, mnTopLine, 0, 3 ); in FillToXF5()
1680 ::insert_value( rnBorder1, mnTopLine, 8, 4 ); in FillToXF8()
1696 ::insert_value( rnLine, mnTopLine, 8, 4 ); in FillToCF8()
1752 lcl_WriteBorder( rStrm, XML_top, mnTopLine, rPalette.GetColor( mnTopColor ) ); in SaveXml()
2333 mrBorder.mnTopLine == rBorder.mnTopLine && in operator ()()
H A Dxlstyle.cxx1694 mnTopLine( EXC_LINE_NONE ), in XclCellBorder()
1708 … (rLeft.mnTopLine == rRight.mnTopLine) && (rLeft.mnBottomLine == rRight.mnBottomLine) && in operator ==()
/aoo4110/main/sc/source/filter/inc/
H A Dxlstyle.hxx547 sal_uInt8 mnTopLine; /// Style of top line. member

Completed in 57 milliseconds