Lines Matching refs:rDocShell
65 ScDocShellModificator aModificator( rDocShell ); in AddDBRange()
67 ScDocument* pDoc = rDocShell.GetDocument(); in AddDBRange()
100 rDocShell.GetUndoManager()->AddUndoAction( in AddDBRange()
101 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in AddDBRange()
112 ScDocument* pDoc = rDocShell.GetDocument(); in DeleteDBRange()
119 ScDocShellModificator aModificator( rDocShell ); in DeleteDBRange()
132 rDocShell.GetUndoManager()->AddUndoAction( in DeleteDBRange()
133 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in DeleteDBRange()
147 ScDocument* pDoc = rDocShell.GetDocument(); in RenameDBRange()
156 ScDocShellModificator aModificator( rDocShell ); in RenameDBRange()
179 rDocShell.GetUndoManager()->AddUndoAction( in RenameDBRange()
180 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in RenameDBRange()
197 ScDocument* pDoc = rDocShell.GetDocument(); in ModifyDBData()
204 ScDocShellModificator aModificator( rDocShell ); in ModifyDBData()
224 rDocShell.GetUndoManager()->AddUndoAction( in ModifyDBData()
225 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in ModifyDBData()
242 ScDocument* pDoc = rDocShell.GetDocument(); in RepeatDB()
389 rDocShell.GetUndoManager()->AddUndoAction( in RepeatDB()
390 new ScUndoRepeatDB( &rDocShell, nTab, in RepeatDB()
400 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, in RepeatDB()
405 rDocShell.ErrorMessage(STR_MSSG_REPEATDB_0); in RepeatDB()
416 ScDocShellModificator aModificator( rDocShell ); in Sort()
418 ScDocument* pDoc = rDocShell.GetDocument(); in Sort()
445 rDocShell.ErrorMessage(STR_PASTE_FULL); in Sort()
461 rDocShell.ErrorMessage(aTester.GetMessageId()); in Sort()
472 rDocShell.ErrorMessage(STR_SORT_ERR_MERGED); in Sort()
479 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in Sort()
539 … pUndoAction = new ScUndoSort( &rDocShell, nTab, rSortParam, bRepeatQuery, pUndoDoc, pUndoDB, pR ); in Sort()
540 rDocShell.GetUndoManager()->AddUndoAction( pUndoAction ); in Sort()
556 rDocShell.GetDocFunc().MoveBlock( aSource, aDest, sal_False, sal_False, sal_False, sal_True ); in Sort()
595 pNewData = rDocShell.GetDBData(aDestPos, SC_DB_MAKE, SC_DBSEL_FORCE_MARK ); in Sort()
635 rDocShell.PostPaint( nStartX, nStartY, nTab, nEndX, nEndY, nTab, nPaint ); in Sort()
639 rDocShell.AdjustRowHeight( aLocalParam.nRow1, aLocalParam.nRow2, nTab ); in Sort()
655 ScDocShellModificator aModificator( rDocShell ); in Query()
657 ScDocument* pDoc = rDocShell.GetDocument(); in Query()
706 rDocShell.ErrorMessage(STR_PASTE_FULL); in Query()
715 rDocShell.ErrorMessage(aTester.GetMessageId()); in Query()
747 rDocShell.ErrorMessage(STR_MSSG_DOSUBTOTALS_2); // kann keine Zeilen einfuegen in Query()
755 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in Query()
919 pNewData = rDocShell.GetDBData( in Query()
952 rDocShell.GetUndoManager()->AddUndoAction( in Query()
953 new ScUndoQuery( &rDocShell, nTab, rQueryParam, pUndoDoc, pUndoDB, in Query()
971 rDocShell.PostPaint( aLocalParam.nCol1, aLocalParam.nRow1, nDestTab, in Query()
975 rDocShell.PostPaint( 0, rQueryParam.nRow1, nTab, MAXCOL, MAXROW, nTab, in Query()
995 ScDocument* pDoc = rDocShell.GetDocument(); in DoSubTotals()
1010 rDocShell.ErrorMessage(aTester.GetMessageId()); in DoSubTotals()
1018 rDocShell.ErrorMessage(STR_MSSG_INSERTCELLS_0); // nicht in zusammengefasste einfuegen in DoSubTotals()
1028 bOk = ( MessBox( rDocShell.GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in DoSubTotals()
1037 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in DoSubTotals()
1038 ScDocShellModificator aModificator( rDocShell ); in DoSubTotals()
1121 rDocShell.GetUndoManager()->AddUndoAction( in DoSubTotals()
1122 new ScUndoSubTotals( &rDocShell, nTab, in DoSubTotals()
1132 rDocShell.ErrorMessage(STR_MSSG_DOSUBTOTALS_2); in DoSubTotals()
1140 rDocShell.PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, in DoSubTotals()
1171 ScDocShellModificator aModificator( rDocShell ); in DataPilotUpdate()
1172 WaitObject aWait( rDocShell.GetActiveDialogParent() ); in DataPilotUpdate()
1184 ScDocument* pDoc = rDocShell.GetDocument(); in DataPilotUpdate()
1187 if ( !rDocShell.IsEditable() || pDoc->GetChangeTrack() ) in DataPilotUpdate()
1239 rDocShell.PostPaintGridAll(); //! only necessary parts in DataPilotUpdate()
1240 rDocShell.PostPaint( aRange.aStart.Col(), aRange.aStart.Row(), nTab, in DataPilotUpdate()
1362 QueryBox aBox( rDocShell.GetActiveDialogParent(), WinBits(WB_YES_NO | WB_DEF_YES), in DataPilotUpdate()
1383 rDocShell.PostPaintGridAll(); //! only necessary parts in DataPilotUpdate()
1392 SfxUndoAction* pAction = new ScUndoDataPilot( &rDocShell, in DataPilotUpdate()
1408 rDocShell.GetUndoManager()->AddUndoAction( pAction ); in DataPilotUpdate()
1424 rDocShell.ErrorMessage( nErrId ); in DataPilotUpdate()
1437 ScDocument* pDoc = rDocShell.GetDocument(); in UpdateImport()
1451 InfoBox aInfoBox(rDocShell.GetActiveDialogParent(), in UpdateImport()
1481 ScTabViewShell* pViewSh = rDocShell.GetBestViewShell(); in UpdateImport()
1497 rDocShell.RefreshPivotTables(aRange); in UpdateImport()