Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxestyle.cxx1653 ::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 );
1666 ::insert_value( rnBorder, mnTopLine, 0, 3 ); in FillToXF5()
1667 ::insert_value( rnBorder, mnLeftLine, 3, 3 ); in FillToXF5()
[all …]
/aoo42x/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()
/aoo42x/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;

Completed in 175 milliseconds