Lines Matching refs:pDocShell

56 	pDocShell( pDocSh ),  in ScSimpleUndo()
104 pDocShell->SetInUndo( sal_True ); in BeginUndo()
117 pDocShell->SetDocumentModified(); in EndUndo()
127 pDocShell->SetInUndo( sal_False ); in EndUndo()
132 pDocShell->SetInUndo( sal_True ); //! eigenes Flag fuer Redo? in BeginRedo()
144 pDocShell->SetDocumentModified(); in EndRedo()
154 pDocShell->SetInUndo( sal_False ); in EndRedo()
186 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScBlockUndo()
197 EnableDrawAdjust( pDocShell->GetDocument(), sal_False ); in BeginUndo()
205 EnableDrawAdjust( pDocShell->GetDocument(), sal_True ); in EndUndo()
206 DoSdrUndoAction( pDrawUndo, pDocShell->GetDocument() ); in EndUndo()
230 ScDocument* pDoc = pDocShell->GetDocument(); in AdjustHeight()
257 pDocShell->PostPaint( 0, aBlockRange.aStart.Row(), aBlockRange.aStart.Tab(), in AdjustHeight()
295 ScDocument* pDoc = pDocShell->GetDocument(); in ScMoveUndo()
310 ScDocument* pDoc = pDocShell->GetDocument(); in UndoRef()
324 EnableDrawAdjust( pDocShell->GetDocument(), sal_False ); in BeginUndo()
333 …DoSdrUndoAction( pDrawUndo, pDocShell->GetDocument() ); // #125875# must also be called when p… in EndUndo()
338 EnableDrawAdjust( pDocShell->GetDocument(), sal_True ); in EndUndo()
382 DoSdrUndoAction( mpDrawUndo, pDocShell->GetDocument() ); in BeginUndo()
392 ScDocument* pDoc = pDocShell->GetDocument(); in EndUndo()
404 pDocShell->DBAreaDeleted( nRangeTab, nRangeX1, nRangeY1, nRangeX2, nRangeY2 ); in EndUndo()
420pDocShell->PostPaint( nRangeX1, nRangeY1, nRangeTab, nRangeX2, nRangeY1, nRangeTab, PAINT_GRID ); in EndUndo()
434 ScDocument* pDoc = pDocShell->GetDocument(); in BeginRedo()
457 pDocShell->DBAreaDeleted( nRangeTab, nRangeX1, nRangeY1, nRangeX2, nRangeY2 ); in BeginRedo()