Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2201 ScHTMLSize aCellSpan = GetSpan( rCellPos ); in GetDocSize() local
2203 … static_cast< SCCOL >( GetDocSize( tdCol, rCellPos.mnCol, rCellPos.mnCol + aCellSpan.mnCols ) ), in GetDocSize()
2204 … static_cast< SCROW >( GetDocSize( tdRow, rCellPos.mnRow, rCellPos.mnRow + aCellSpan.mnRows ) ) ); in GetDocSize()
2632 ScHTMLSize aCellSpan = GetSpan( rCellPos ); in RecalcDocSize() local
2640 bool bProcessColWidth = ((nPass == PASS_SINGLE) == (aCellSpan.mnCols == 1)); in RecalcDocSize()
2641 bool bProcessRowHeight = ((nPass == PASS_SINGLE) == (aCellSpan.mnRows == 1)); in RecalcDocSize()
2661 CalcNeededDocSize( tdCol, rCellPos.mnCol, aCellSpan.mnCols, aDocSize.mnCols ); in RecalcDocSize()
2663 CalcNeededDocSize( tdRow, rCellPos.mnRow, aCellSpan.mnRows, aDocSize.mnRows ); in RecalcDocSize()

Completed in 26 milliseconds