Home
last modified time | relevance | path

Searched refs:nPaintEndY (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1598 nPaintEndY = MAXROW; in InsertCells()
1604 nPaintEndY = MAXROW; in InsertCells()
1614 nPaintEndY = MAXROW; in InsertCells()
2053 nPaintEndY = MAXROW; in DeleteCells()
2059 nPaintEndY = MAXROW; in DeleteCells()
2069 nPaintEndY = MAXROW; in DeleteCells()
2532 nPaintEndY = MAXROW; in MoveBlock()
2537 nPaintEndY = MAXROW; in MoveBlock()
2547 nPaintEndY = MAXROW; in MoveBlock()
2560 nPaintEndY = nEndRow; in MoveBlock()
[all …]
H A Darealink.cxx455 SCROW nPaintEndY = Max( aOldRange.aEnd.Row(), aNewRange.aEnd.Row() ); in Refresh() local
460 nPaintEndY = MAXROW; in Refresh()
462 if ( !pImpl->m_pDocSh->AdjustRowHeight( aDestPos.Row(), nPaintEndY, nDestTab ) ) in Refresh()
464 nPaintEndX,nPaintEndY,nDestTab, PAINT_GRID ); in Refresh()
/trunk/main/sc/source/ui/view/
H A Dselect.cxx433 SCROW nPaintEndY; in SetCursorAtCell()
434 if (aRect.GetDiff( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY )) in SetCursorAtCell()
437 nPaintEndX, nPaintEndY, SC_UPDATE_MARKS ); in SetCursorAtCell()
H A Dtabview4.cxx259 SCROW nPaintEndY; in UpdateRef() local
260 if (aRect.GetDiff( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY )) in UpdateRef()
261 PaintArea( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY, SC_UPDATE_MARKS ); in UpdateRef()

Completed in 42 milliseconds