Lines Matching refs:pDocShell

104 		pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() );  in ScUndoDeleteContents()
132 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
145 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
176 pDocShell->UpdatePaintExt( nExtFlags, aRange ); // content after the change in DoChange()
180 pDocShell->UpdatePaintExt( nExtFlags, aRange ); // content before the change in DoChange()
195 /*A*/ pDocShell->PostPaint( aRange, PAINT_GRID | PAINT_EXTRAS, nExtFlags ); in DoChange()
197 pDocShell->PostDataChanged(); in DoChange()
214 ScModelObj* pModelObj = ScModelObj::getImplementation( pDocShell->GetModel() ); in Undo()
233 ScModelObj* pModelObj = ScModelObj::getImplementation( pDocShell->GetModel() ); in Redo()
309 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
312 SCTAB nTabCount = pDocShell->GetDocument()->GetTableCount(); in SetChangeTrack()
338 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
370 pDocShell->PostPaint(0,0,0,MAXCOL,MAXROW,MAXTAB, PAINT_GRID|PAINT_EXTRAS); in DoChange()
371 pDocShell->PostDataChanged(); in DoChange()
446 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in ScUndoSelectionAttr()
457 ScDocumentPool* pPool = pDocShell->GetDocument()->GetPool(); in ~ScUndoSelectionAttr()
481 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
490 pDocShell->UpdatePaintExt( nExtFlags, aEffRange ); in DoChange()
512 /*A*/ pDocShell->PostPaint( aEffRange, PAINT_GRID | PAINT_EXTRAS, nExtFlags ); in DoChange()
596 pDocShell->GetDocument()->EraseNonUsedSharedNames(nMaxSharedIndex); in ~ScUndoAutoFill()
611 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
626 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
638 pDocShell->UpdatePaintExt( nExtFlags, aWorkRange ); in Undo()
643 pDocShell->PostPaint( aWorkRange, PAINT_GRID, nExtFlags ); in Undo()
646 pDocShell->PostDataChanged(); in Undo()
711 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
727 pDocShell->PostPaint( aBlockRange, PAINT_GRID ); in Redo()
728 pDocShell->PostDataChanged(); in Redo()
804 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
806 ScUndoUtil::MarkSimpleBlock( pDocShell, maRange ); in DoChange()
846 ScUndoUtil::PaintMore( pDocShell, maRange ); in DoChange()
936 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
965 pDocShell->PostPaint( 0, 0, nStartZ, MAXCOL, MAXROW, nEndZ, in Undo()
969 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES ); in Undo()
981 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
1047 pDocShell->PostPaint( 0, 0, nStartZ, in Redo()
1052 pDocShell->PostPaint( aBlockRange, PAINT_GRID, SC_PF_LINES ); in Redo()
1112 ScDocument* pDoc = pDocShell->GetDocument(); in SetChangeTrack()
1151 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1173 pDocShell->PostPaintGridAll(); in Undo()
1189 pDocShell->PostPaintGridAll(); in Undo()
1211 pDocShell->PostPaintGridAll(); in Undo()
1228 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
1249 pDocShell->PostPaintGridAll(); in Redo()
1329 ScUndoUtil::MarkSimpleBlock( pDocShell, aRange ); in Undo()
1332 pDocShell->UpdatePaintExt( nExtFlags, aRange ); in Undo()
1334 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1337 pDocShell->PostPaint( aRange, PAINT_GRID, nExtFlags ); in Undo()
1338 pDocShell->PostDataChanged(); in Undo()
1353 ScUndoUtil::MarkSimpleBlock( pDocShell, aRange ); in Redo()
1419 ScDocument* pDoc = pDocShell->GetDocument(); in SetChangeTrack()
1458 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
1470 pDocShell->PostPaintGridAll(); in DoChange()
1485 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in Undo()
1554 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
1564 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
1575 pDocShell->PostPaint( aRange, PAINT_GRID); in DoChange()
1576 pDocShell->PostDataChanged(); in DoChange()
1586 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in Undo()
1657 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1692 pDocShell->PostPaintGridAll(); in Undo()
1693 pDocShell->PostPaintExtras(); in Undo()
1707 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
1727 pDocShell->PostPaintGridAll(); in Redo()
1728 pDocShell->PostPaintExtras(); in Redo()
1815 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1831 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
1834 ScAreaLink* pLink = new ScAreaLink( pDocShell, aDocName, aFltName, aOptions, in Redo()
1905 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1908 ScAreaLink* pLink = new ScAreaLink( pDocShell, aDocName, aFltName, aOptions, in Undo()
1924 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
2009 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
2056 …if ( !pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), aWorkRange.aStar… in DoChange()
2057 pDocShell->PostPaint( aWorkRange, PAINT_GRID ); in DoChange()
2059 pDocShell->PostDataChanged(); in DoChange()
2070 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
2089 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()