Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx205 enum ScHTMLOrient { tdCol = 0 , tdRow = 1 }; enumerator
228 { return (eOrient == tdCol) ? mnCol : mnRow; } in Get()
262 { return (eOrient == tdCol) ? mnCols : mnRows; } in Get()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2203 … static_cast< SCCOL >( GetDocSize( tdCol, rCellPos.mnCol, rCellPos.mnCol + aCellSpan.mnCols ) ), in GetDocSize()
2215 static_cast< SCCOL >( GetDocPos( tdCol, rCellPos.mnCol ) ), in GetDocPos()
2222 …rRange.aEnd.Move( static_cast< SCsCOL >( GetDocSize( tdCol ) ) - 1, static_cast< SCsROW >( GetDocS… in GetDocRange()
2245 SCCOL nCellCol1 = static_cast< SCCOL >( GetDocPos( tdCol, nCol ) ) + rFirstPos.Col(); in ApplyCellBorders()
2246 SCCOL nCellCol2 = nCellCol1 + static_cast< SCCOL >( GetDocSize( tdCol, nCol ) ) - 1; in ApplyCellBorders()
2652 …ocSize.mnCols = ::std::max( aDocSize.mnCols, static_cast< SCCOL >( pTable->GetDocSize( tdCol ) ) ); in RecalcDocSize()
2661 CalcNeededDocSize( tdCol, rCellPos.mnCol, aCellSpan.mnCols, aDocSize.mnCols ); in RecalcDocSize()
2702 … SCCOL nStartCol = aEntryDocPos.mnCol + static_cast< SCCOL >( pTable->GetDocSize( tdCol ) ); in RecalcDocPos()
2818 nColMax = static_cast< SCCOL >( mxGlobTable->GetDocSize( tdCol ) - 1 ); in Read()
H A Dhtmlimp.cxx182 aNewRange.aEnd.IncCol( static_cast<SCsCOL>(pGlobTable->GetDocSize( tdCol )) - 1 ); in WriteToDocument()

Completed in 36 milliseconds