Searched refs:nCellPos (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 413 SCCOLROW GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const; 424 SCCOLROW GetDocPos( ScHTMLOrient eOrient, SCCOLROW nCellPos = 0 ) const; 518 void SetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nSize ); 525 ScHTMLOrient eOrient, SCCOLROW nCellPos,
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2176 SCCOLROW ScHTMLTable::GetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocSize() 2179 size_t nIndex = static_cast< size_t >( nCellPos ); in GetDocSize() 2207 SCCOLROW ScHTMLTable::GetDocPos( ScHTMLOrient eOrient, SCCOLROW nCellPos ) const in GetDocPos() 2209 return maDocBasePos.Get( eOrient ) + GetDocSize( eOrient, 0, nCellPos ); in GetDocPos() 2533 void ScHTMLTable::SetDocSize( ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nSize ) in SetDocSize() argument 2535 DBG_ASSERT( nCellPos >= 0, "ScHTMLTable::SetDocSize - unexpected negative position" ); in SetDocSize() 2537 size_t nIndex = static_cast< size_t >( nCellPos ); in SetDocSize() 2550 ScHTMLOrient eOrient, SCCOLROW nCellPos, SCCOLROW nCellSpan, SCCOLROW nRealDocSize ) in CalcNeededDocSize() argument 2556 nDiffSize += GetDocSize( eOrient, nCellPos ); in CalcNeededDocSize() 2558 ++nCellPos; in CalcNeededDocSize() [all …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 3653 …SCCOLROW nCellPos = bColumnDiff ? static_cast<SCCOLROW>(aCmpIter.GetCol()) : static_cast<SCCOLROW>… in QueryDifferences_Impl() local 3655 aCellRange = ScRange( static_cast<SCCOL>(nCellPos),0,nTab, in QueryDifferences_Impl() 3656 static_cast<SCCOL>(nCellPos),MAXROW,nTab ); in QueryDifferences_Impl() 3658 aCellRange = ScRange( 0,nCellPos,nTab, MAXCOL,nCellPos,nTab ); in QueryDifferences_Impl() 3667 aRange.aStart.SetCol(static_cast<SCCOL>(nCellPos)); in QueryDifferences_Impl() 3668 aRange.aEnd.SetCol(static_cast<SCCOL>(nCellPos)); in QueryDifferences_Impl() 3672 aRange.aStart.SetRow(nCellPos); in QueryDifferences_Impl() 3673 aRange.aEnd.SetRow(nCellPos); in QueryDifferences_Impl()
|
Completed in 69 milliseconds