Lines Matching refs:PAINT_GRID

141 		rDocShell.PostPaint( ScRange(0,nRow,nTab, MAXCOL,nRow,nTab), PAINT_GRID );  in lcl_PaintAbove()
172 PAINT_GRID | PAINT_LEFT ); in AdjustRowHeight()
653 rDocShell.PostPaint( aExtendedRange, PAINT_GRID, nExtFlags ); in DeleteContents()
724 rDocShell.PostPaint( aMarkRange, PAINT_GRID ); in TransliterateText()
1241 rDocShell.PostPaint( aMultiRange, PAINT_GRID, nExtFlags ); in ApplyAttributes()
1315 rDocShell.PostPaint( aMultiRange, PAINT_GRID, nExtFlags ); in ApplyStyle()
1350 sal_uInt16 nPaintFlags = PAINT_GRID; in InsertCells()
1778 sal_uInt16 nPaintFlags = PAINT_GRID; in DeleteCells()
2526 sal_uInt16 nFlags = PAINT_GRID; in MoveBlock()
2561 nFlags = PAINT_GRID; in MoveBlock()
3328 rDocShell.PostPaint( static_cast<SCCOL>(nPos)-1, 0, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in InsertPageBreak()
3337 rDocShell.PostPaint( 0, static_cast<SCROW>(nPos)-1, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in InsertPageBreak()
3392 rDocShell.PostPaint( static_cast<SCCOL>(nPos)-1, 0, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in RemovePageBreak()
3401 rDocShell.PostPaint( 0, nPos-1, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in RemovePageBreak()
3613 rDocShell.PostPaint( aMarkRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in ClearItems()
3661 rDocShell.PostPaint( aMarkRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in ChangeIndent()
3764 PAINT_GRID | PAINT_LEFT | PAINT_TOP ); in AutoFormat()
3776 PAINT_GRID | PAINT_LEFT ); in AutoFormat()
3779 nEndCol, nEndRow, nTab, PAINT_GRID ); in AutoFormat()
3876 rDocShell.PostPaint( nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab, PAINT_GRID ); in EnterMatrix()
4382 nEndCol, nEndRow, nTab, PAINT_GRID ); in MergeCells()
4438 rDocShell.PostPaint( aExtended, PAINT_GRID ); in UnmergeCells()
4739 rDocShell.PostPaint( nStartCol,nStartRow,nTab, nEndCol,nEndRow,nTab, PAINT_GRID ); in InsertNameList()