Searched refs:SC_PF_TESTMERGE (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 1817 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Undo() 1828 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Redo() 1878 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Undo() 1889 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Redo() 1944 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Undo() 1955 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Redo() 2207 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Undo() 2231 pDocShell->PostPaint( *pRanges->GetObject(i), PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in Redo()
|
H A D | undocell.cxx | 122 sal_uInt16 nFlags = SC_PF_TESTMERGE; in DoChange()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 150 if (nExtFlags & SC_PF_TESTMERGE) in PostPaint() 190 PostPaint( nCol,nRow,nTab, nCol,nRow,nTab, PAINT_GRID, SC_PF_TESTMERGE ); in PostPaintCell()
|
H A D | docfunc.cxx | 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()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 78 #define SC_PF_TESTMERGE 2 macro
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1226 sal_uInt16 nExt = SC_PF_TESTMERGE; in ApplyPatternLines() 1339 PAINT_GRID, nExtFlags | SC_PF_TESTMERGE ); in ApplySelectionPattern() 1366 pDocSh->PostPaint( nCol,nRow,nTab, nCol,nRow,nTab, PAINT_GRID, nExtFlags | SC_PF_TESTMERGE ); in ApplySelectionPattern()
|
H A D | viewfun2.cxx | 3108 PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in SetSelectionFrameLines()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1048 pDocShell->PostPaint( *rRanges.GetObject(i), PAINT_GRID, SC_PF_LINES | SC_PF_TESTMERGE ); in ApplyBorder()
|
Completed in 113 milliseconds