Home
last modified time | relevance | path

Searched refs:rnBorder (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dxestyle.cxx1651 void XclExpCellBorder::FillToXF3( sal_uInt32& rnBorder ) const
1653 ::insert_value( rnBorder, mnTopLine, 0, 3 );
1654 ::insert_value( rnBorder, mnLeftLine, 8, 3 );
1655 ::insert_value( rnBorder, mnBottomLine, 16, 3 );
1656 ::insert_value( rnBorder, mnRightLine, 24, 3 );
1657 ::insert_value( rnBorder, mnTopColor, 3, 5 );
1658 ::insert_value( rnBorder, mnLeftColor, 11, 5 );
1659 ::insert_value( rnBorder, mnBottomColor, 19, 5 );
1660 ::insert_value( rnBorder, mnRightColor, 27, 5 );
1664 void XclExpCellBorder::FillToXF5( sal_uInt32& rnBorder, sal_uInt32& rnArea ) const in FillToXF5() argument
[all …]
/AOO41X/main/sw/source/core/doc/
H A Dtblcpy.cxx315 SwTableBox *pBox, sal_uLong &rnBorder, sal_uInt16 &rnCol, in addBox() argument
336 rnBorder += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in addBox()
338 while( rpCol != maCols.end() && *rpCol < rnBorder ) in addBox()
343 if( rpCol == maCols.end() || *rpCol > rnBorder ) in addBox()
345 maCols.insert( rpCol, rnBorder ); in addBox()
/AOO41X/main/sc/source/filter/inc/
H A Dxestyle.hxx399 void FillToXF3( sal_uInt32& rnBorder ) const;
402 void FillToXF5( sal_uInt32& rnBorder, sal_uInt32& rnArea ) const;