Lines Matching refs:pDocShell

96 	pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() );  in ScUndoInsertTab()
115 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
131 pDocShell->SetInUndo( sal_True ); //! BeginUndo in Undo()
135 pDocShell->SetInUndo( sal_False ); //! EndUndo in Undo()
137 DoSdrUndoAction( pDrawUndo, pDocShell->GetDocument() ); in Undo()
139 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in Undo()
144 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
153 pDocShell->SetInUndo( sal_True ); //! BeginRedo in Redo()
163 pDocShell->SetInUndo( sal_False ); //! EndRedo in Redo()
194 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoInsertTables()
222 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
245 pDocShell->SetInUndo( sal_True ); //! BeginUndo in Undo()
258 pDocShell->SetInUndo( sal_False ); //! EndUndo in Undo()
260 DoSdrUndoAction( pDrawUndo, pDocShell->GetDocument() ); in Undo()
262 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in Undo()
267 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
276 pDocShell->SetInUndo( sal_True ); //! BeginRedo in Redo()
282 pDocShell->SetInUndo( sal_False ); //! EndRedo in Redo()
326 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in SetChangeTrack()
357 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
411 pDocShell->UpdateLinks(); // Link-Manager updaten in Undo()
416 ScChangeTrack* pChangeTrack = pDocShell->GetDocument()->GetChangeTrack(); in Undo()
422pDocShell->Broadcast( ScTablesHint( SC_TAB_INSERTED, theTabs[sal::static_int_cast<sal_uInt16>(i)])… in Undo()
429 pDocShell->PostPaint(0,0,0, MAXCOL,MAXROW,MAXTAB, PAINT_ALL ); // incl. Extras in Undo()
442 pViewShell->SetTabNo( lcl_GetVisibleTabBefore( *pDocShell->GetDocument(), theTabs.front() ) ); in Redo()
446 pDocShell->SetInUndo( sal_True ); //! BeginRedo in Redo()
450 pDocShell->SetInUndo( sal_True ); //! EndRedo in Redo()
455 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Redo()
500 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
505 pDocShell->PostPaintGridAll(); in DoChange()
506 pDocShell->PostPaintExtras(); in DoChange()
507 pDocShell->PostDataChanged(); in DoChange()
563 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
598 pDocShell->PostPaintGridAll(); in DoChange()
599 pDocShell->PostPaintExtras(); in DoChange()
600 pDocShell->PostDataChanged(); in DoChange()
635 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoCopyTab()
660 pDocShell->PostPaintGridAll(); in DoChange()
661 pDocShell->PostPaintExtras(); in DoChange()
662 pDocShell->PostDataChanged(); in DoChange()
667 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
691 pDocShell->Broadcast( ScTablesHint( SC_TAB_DELETED, nDestTab ) ); in Undo()
699 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
793 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
805 pDocShell->PostPaintExtras(); in DoChange()
806 ScDocShellModificator aModificator( *pDocShell ); in DoChange()
850 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoMakeScenario()
865 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
867 pDocShell->SetInUndo( sal_True ); in Undo()
871 pDocShell->SetInUndo( sal_False ); in Undo()
875 pDocShell->PostPaint(0,0,nDestTab,MAXCOL,MAXROW,MAXTAB, PAINT_ALL); in Undo()
876 pDocShell->PostDataChanged(); in Undo()
885 pDocShell->Broadcast( SfxSimpleHint( SC_HINT_FORCESETTAB ) ); in Undo()
894 pDocShell->SetInUndo( sal_True ); in Redo()
897 pDocShell->MakeScenario( nSrcTab, aName, aComment, aColor, nFlags, aMarkData, sal_False ); in Redo()
900 pDocShell->SetInUndo( sal_False ); in Redo()
937 pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); in ScUndoImportTab()
954 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
969 pDocShell->PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, in DoChange()
978 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1033 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
1096 ScDocument* pDoc = pDocShell->GetDocument(); in ScUndoRemoveLink()
1142 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
1149 pDocShell->UpdateLinks(); in DoChange()
1191 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
1199 pDocShell->SetDocumentModified(); in DoChange()
1245 ScDocument* pDoc = pDocShell->GetDocument(); in DoProtect()
1267 pDocShell->PostPaintGridAll(); in DoProtect()
1315 ScDocument* pDoc = pDocShell->GetDocument(); in DoProtect()
1337 pDocShell->PostPaintGridAll(); in DoProtect()
1392 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
1402 ScPrintFunc( pDocShell, pDocShell->GetPrinter(), nTab ).UpdatePages(); in DoChange()
1404 pDocShell->PostPaint( ScRange(0,0,nTab,MAXCOL,MAXROW,nTab), PAINT_GRID ); in DoChange()
1471 ScDocument* pDoc = pDocShell->GetDocument(); in Undo()
1476 pDocShell->PostPaintGridAll(); in Undo()
1488 ScDocument* pDoc = pDocShell->GetDocument(); in Redo()
1493 pDocShell->PostPaintGridAll(); in Redo()
1541 ScDocument* pDoc = pDocShell->GetDocument(); in GetObject()
1614 pDocShell->SetInUndo( sal_True ); in DoChange()
1616 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange()
1623 pDocShell->SetDocumentModified(); in DoChange()
1625 pDocShell->SetInUndo( sal_False ); in DoChange()