Searched refs:rnBorder1 (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1676 void XclExpCellBorder::FillToXF8( sal_uInt32& rnBorder1, sal_uInt32& rnBorder2 ) const in FillToXF8() argument 1678 ::insert_value( rnBorder1, mnLeftLine, 0, 4 ); in FillToXF8() 1679 ::insert_value( rnBorder1, mnRightLine, 4, 4 ); in FillToXF8() 1680 ::insert_value( rnBorder1, mnTopLine, 8, 4 ); in FillToXF8() 1681 ::insert_value( rnBorder1, mnBottomLine, 12, 4 ); in FillToXF8() 1682 ::insert_value( rnBorder1, mnLeftColor, 16, 7 ); in FillToXF8() 1683 ::insert_value( rnBorder1, mnRightColor, 23, 7 ); in FillToXF8() 1688 ::set_flag( rnBorder1, EXC_XF_DIAGONAL_TL_TO_BR, mbDiagTLtoBR ); in FillToXF8() 1689 ::set_flag( rnBorder1, EXC_XF_DIAGONAL_BL_TO_TR, mbDiagBLtoTR ); in FillToXF8()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 404 void FillToXF8( sal_uInt32& rnBorder1, sal_uInt32& rnBorder2 ) const;
|
Completed in 65 milliseconds