Searched refs:UpdatePaintExt (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 820 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 D | undoblk3.cxx | 176 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()
|
/trunk/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 329 void UpdatePaintExt( sal_uInt16& rExtFlags, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, 331 void UpdatePaintExt( sal_uInt16& rExtFlags, const ScRange& rRange );
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 203 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 D | docfunc.cxx | 594 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()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 273 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 D | viewfunc.cxx | 1227 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 86 milliseconds