Searched refs:maCurrCell (Results 1 – 2 of 2) sorted by relevance
2398 …hile( ((pRange = maVMergedCells.Find( maCurrCell.MakeAddr() )) != 0) || ((pRange = maHMergedCells.… in InsertNewCell()2399 maCurrCell.mnCol = pRange->aEnd.Col() + 1; in InsertNewCell()2400 mpCurrEntryList = &maEntryMap[ maCurrCell ]; in InsertNewCell()2405 SCCOL nColEnd = maCurrCell.mnCol + rSpanSize.mnCols; in InsertNewCell()2406 for( ScAddress aAddr( maCurrCell.MakeAddr() ); aAddr.Col() < nColEnd; aAddr.IncCol() ) in InsertNewCell()2408 pRange->aEnd.SetRow( maCurrCell.mnRow - 1 ); in InsertNewCell()2411 ScRange aNewRange( maCurrCell.MakeAddr() ); in InsertNewCell()2439 maCurrCell.mnCol = 0; in ImplRowOn()2451 ++maCurrCell.mnRow; in ImplRowOff()2473 ++maCurrCell.mnCol; in ImplDataOff()
546 ScHTMLPos maCurrCell; /// Address of current cell to fill. member in ScHTMLTable
Completed in 38 milliseconds