Searched refs:rSpanSize (Results 1 – 2 of 2) sorted by relevance
2392 void ScHTMLTable::InsertNewCell( const ScHTMLSize& rSpanSize ) in InsertNewCell() argument2405 SCCOL nColEnd = maCurrCell.mnCol + rSpanSize.mnCols; in InsertNewCell()2412 aNewRange.aEnd.Move( rSpanSize.mnCols - 1, rSpanSize.mnRows - 1, 0 ); in InsertNewCell()2413 if( rSpanSize.mnRows > 1 ) in InsertNewCell()2422 if( rSpanSize.mnCols > 1 ) in InsertNewCell()2456 void ScHTMLTable::ImplDataOn( const ScHTMLSize& rSpanSize ) in ImplDataOn() argument2463 InsertNewCell( rSpanSize ); in ImplDataOn()
502 void InsertNewCell( const ScHTMLSize& rSpanSize );509 void ImplDataOn( const ScHTMLSize& rSpanSize );
Completed in 35 milliseconds