Lines Matching refs:PAINT_GRID
137 rDocShell.PostPaint( ScRange(0,nRow,nTab, MAXCOL,nRow,nTab), PAINT_GRID ); in lcl_PaintAbove()
168 PAINT_GRID | PAINT_LEFT ); in AdjustRowHeight()
649 rDocShell.PostPaint( aExtendedRange, PAINT_GRID, nExtFlags ); in DeleteContents()
720 rDocShell.PostPaint( aMarkRange, PAINT_GRID ); in TransliterateText()
1237 rDocShell.PostPaint( aMultiRange, PAINT_GRID, nExtFlags ); in ApplyAttributes()
1311 rDocShell.PostPaint( aMultiRange, PAINT_GRID, nExtFlags ); in ApplyStyle()
1346 sal_uInt16 nPaintFlags = PAINT_GRID; in InsertCells()
1774 sal_uInt16 nPaintFlags = PAINT_GRID; in DeleteCells()
2522 sal_uInt16 nFlags = PAINT_GRID; in MoveBlock()
2557 nFlags = PAINT_GRID; in MoveBlock()
3324 … rDocShell.PostPaint( static_cast<SCCOL>(nPos)-1, 0, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in InsertPageBreak()
3333 … rDocShell.PostPaint( 0, static_cast<SCROW>(nPos)-1, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in InsertPageBreak()
3388 … rDocShell.PostPaint( static_cast<SCCOL>(nPos)-1, 0, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in RemovePageBreak()
3397 rDocShell.PostPaint( 0, nPos-1, nTab, MAXCOL, MAXROW, nTab, PAINT_GRID ); in RemovePageBreak()
3609 rDocShell.PostPaint( aMarkRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in ClearItems()
3657 rDocShell.PostPaint( aMarkRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in ChangeIndent()
3760 PAINT_GRID | PAINT_LEFT | PAINT_TOP ); in AutoFormat()
3772 PAINT_GRID | PAINT_LEFT ); in AutoFormat()
3775 nEndCol, nEndRow, nTab, PAINT_GRID ); in AutoFormat()
3872 rDocShell.PostPaint( nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab, PAINT_GRID ); in EnterMatrix()
4378 nEndCol, nEndRow, nTab, PAINT_GRID ); in MergeCells()
4434 rDocShell.PostPaint( aExtended, PAINT_GRID ); in UnmergeCells()
4735 rDocShell.PostPaint( nStartCol,nStartRow,nTab, nEndCol,nEndRow,nTab, PAINT_GRID ); in InsertNameList()