Home
last modified time | relevance | path

Searched refs:UpdatePaintExt (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sc/source/ui/undo/
H A Dundoblk.cxx820 pDocShell->UpdatePaintExt( nExtFlags, aExtendedRange ); in DoChange()
979 pDocShell->UpdatePaintExt( nExtFlags, aBlockRange ); in DoChange()
1069 pDocShell->UpdatePaintExt( nExtFlags, aDrawRange ); in DoChange()
1255 pDocShell->UpdatePaintExt( nExtFlags, aPaintRange ); in DoUndo()
1268 pDocShell->UpdatePaintExt( nExtFlags, aPaintRange ); in DoUndo()
1321 pDocShell->UpdatePaintExt( nExtFlags, aSrcPaintRange ); in Redo()
1607 pDocShell->UpdatePaintExt( nExtFlags, aWorkRange ); in DoChange()
1630 pDocShell->UpdatePaintExt( nExtFlags, aWorkRange ); in DoChange()
H A Dundoblk3.cxx176 pDocShell->UpdatePaintExt( nExtFlags, aRange ); // content after the change in DoChange()
180 pDocShell->UpdatePaintExt( nExtFlags, aRange ); // content before the change in DoChange()
490 pDocShell->UpdatePaintExt( nExtFlags, aEffRange ); in DoChange()
638 pDocShell->UpdatePaintExt( nExtFlags, aWorkRange ); in Undo()
1332 pDocShell->UpdatePaintExt( nExtFlags, aRange ); in Undo()
/aoo4110/main/sc/source/ui/inc/
H A Ddocsh.hxx329 void UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
331 void UpdatePaintExt( sal_uInt16& rExtFlags, const ScRange& rRange );
/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh3.cxx203 void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, const ScRange& rRange ) in UpdatePaintExt() function in ScDocShell
227 void ScDocShell::UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nSt… in UpdatePaintExt() function in ScDocShell
230 UpdatePaintExt( rExtFlags, ScRange( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab ) ); in UpdatePaintExt()
H A Ddocfunc.cxx594 rDocShell.UpdatePaintExt( nExtFlags, aMarkRange ); in DeleteContents()
1235 rDocShell.UpdatePaintExt( nExtFlags, aMultiRange ); // content before the change in ApplyAttributes()
1238 rDocShell.UpdatePaintExt( nExtFlags, aMultiRange ); // content after the change in ApplyAttributes()
1700 … rDocShell.UpdatePaintExt( nExtFlags, nPaintStartX, nPaintStartY, i, nPaintEndX, nPaintEndY, i ); in InsertCells()
2045 rDocShell.UpdatePaintExt( nExtFlags, nStartCol, nStartRow, i, nEndCol, nEndRow, i ); in DeleteCells()
2209 … rDocShell.UpdatePaintExt( nExtFlags, nPaintStartX, nPaintStartY, i, nPaintEndX, nPaintEndY, i ); in DeleteCells()
2367 rDocShell.UpdatePaintExt( nSourceExt, nStartCol,nStartRow,nStartTab, nEndCol,nEndRow,nEndTab ); in MoveBlock()
2369 …rDocShell.UpdatePaintExt( nDestExt, nDestCol,nDestRow,nDestTab, nDestEndCol,nDestEndRow,nDestEndTa… in MoveBlock()
/aoo4110/main/sc/source/ui/view/
H A Dviewfun3.cxx273 pDocSh->UpdatePaintExt( nExtFlags, aRange ); in CutToClip()
1337 pDocSh->UpdatePaintExt( nExtFlags, nStartCol, nStartRow, nStartTab, in PasteFromClip()
1438 pDocSh->UpdatePaintExt( nExtFlags, nStartCol, nStartRow, nStartTab, in PasteFromClip()
H A Dviewfunc.cxx1227 pDocSh->UpdatePaintExt( nExt, aMarkRange ); // content before the change in ApplyPatternLines()
1231 pDocSh->UpdatePaintExt( nExt, aMarkRange ); // content after the change in ApplyPatternLines()
1966 pDocSh->UpdatePaintExt( nExtFlags, aMarkRange ); in DeleteContents()

Completed in 96 milliseconds