Searched refs:tdRow (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2204 … static_cast< SCROW >( GetDocSize( tdRow, rCellPos.mnRow, rCellPos.mnRow + aCellSpan.mnRows ) ) ); in GetDocSize() 2216 static_cast< SCROW >( GetDocPos( tdRow, rCellPos.mnRow ) ) ); in GetDocPos() 2222 …c_cast< SCsCOL >( GetDocSize( tdCol ) ) - 1, static_cast< SCsROW >( GetDocSize( tdRow ) ) - 1, 0 ); in GetDocRange() 2251 SCROW nCellRow1 = GetDocPos( tdRow, nRow ) + rFirstPos.Row(); in ApplyCellBorders() 2252 SCROW nCellRow2 = nCellRow1 + GetDocSize( tdRow, nRow ) - 1; in ApplyCellBorders() 2655 aDocSize.mnRows += pTable ? pTable->GetDocSize( tdRow ) : 1; in RecalcDocSize() 2663 CalcNeededDocSize( tdRow, rCellPos.mnRow, aCellSpan.mnRows, aDocSize.mnRows ); in RecalcDocSize() 2697 SCROW nTableRows = static_cast< SCROW >( pTable->GetDocSize( tdRow ) ); in RecalcDocPos() 2819 nRowMax = static_cast< SCROW >( mxGlobTable->GetDocSize( tdRow ) - 1 ); in Read()
|
H A D | htmlimp.cxx | 183 aNewRange.aEnd.IncRow( pGlobTable->GetDocSize( tdRow ) - 1 ); in WriteToDocument()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 205 enum ScHTMLOrient { tdCol = 0 , tdRow = 1 }; enumerator
|
Completed in 32 milliseconds