Home
last modified time | relevance | path

Searched refs:rSpanSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2392 void ScHTMLTable::InsertNewCell( const ScHTMLSize& rSpanSize ) in InsertNewCell() argument
2405 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() argument
2463 InsertNewCell( rSpanSize ); in ImplDataOn()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx502 void InsertNewCell( const ScHTMLSize& rSpanSize );
509 void ImplDataOn( const ScHTMLSize& rSpanSize );

Completed in 61 milliseconds