Searched refs:nPaintStartY (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1347 SCROW nPaintStartY = nStartRow; in InsertCells() local 1613 nPaintStartY = 0; in InsertCells() 1775 SCROW nPaintStartY = nStartRow; in DeleteCells() local 2068 nPaintStartY = 0; in DeleteCells() 2523 SCROW nPaintStartY = nDestRow; in MoveBlock() local 2531 nPaintStartY = 0; in MoveBlock() 2545 nPaintStartY = 0; in MoveBlock() 2550 rDocShell.PostPaint( nPaintStartX,nPaintStartY,nDestTab, in MoveBlock() 2558 nPaintStartY = nStartRow; in MoveBlock() 2573 nPaintStartY = 0; in MoveBlock() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview4.cxx | 257 SCROW nPaintStartY; in UpdateRef() local 260 if (aRect.GetDiff( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY )) in UpdateRef() 261 PaintArea( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY, SC_UPDATE_MARKS ); in UpdateRef()
|
H A D | select.cxx | 431 SCROW nPaintStartY; in SetCursorAtCell() 434 if (aRect.GetDiff( nPaintStartX, nPaintStartY, nPaintEndX, nPaintEndY )) in SetCursorAtCell() 436 PaintArea( nPaintStartX, nPaintStartY, in SetCursorAtCell()
|
Completed in 28 milliseconds