Lines Matching refs:pDocSh
116 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in MakeOutline() local
117 ScOutlineDocFunc aFunc(*pDocSh); in MakeOutline()
131 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in RemoveOutline() local
132 ScOutlineDocFunc aFunc(*pDocSh); in RemoveOutline()
202 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in RemoveAllOutlines() local
203 ScOutlineDocFunc aFunc(*pDocSh); in RemoveAllOutlines()
226 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in AutoOutline() local
227 ScOutlineDocFunc aFunc(*pDocSh); in AutoOutline()
236 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in SelectLevel() local
237 ScOutlineDocFunc aFunc(*pDocSh); in SelectLevel()
252 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in ShowOutline() local
253 ScOutlineDocFunc aFunc(*pDocSh); in ShowOutline()
268 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in HideOutline() local
269 ScOutlineDocFunc aFunc(*pDocSh); in HideOutline()
360 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in ShowMarkedOutlines() local
361 ScOutlineDocFunc aFunc(*pDocSh); in ShowMarkedOutlines()
379 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in HideMarkedOutlines() local
380 ScOutlineDocFunc aFunc(*pDocSh); in HideMarkedOutlines()
402 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DoSubTotals() local
403 ScDocument* pDoc = pDocSh->GetDocument(); in DoSubTotals()
447 ScDocShellModificator aModificator( *pDocSh ); in DoSubTotals()
531 pDocSh->GetUndoManager()->AddUndoAction( in DoSubTotals()
532 new ScUndoSubTotals( pDocSh, nTab, in DoSubTotals()
555 pDocSh->PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, in DoSubTotals()
598 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in MakePivotTable() local
629 pDocSh->GetUndoManager()->AddUndoAction( in MakePivotTable()
630 new ScUndoInsertTab( pDocSh, nNewTab, bAppend, lcl_MakePivotTabName( aName, i ) )); in MakePivotTable()
666 ScDBDocFunc aFunc( *pDocSh ); in MakePivotTable()
673 pDocSh->PostPaintExtras(); in MakePivotTable()
682 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DeletePivotTable() local
683 ScDocument* pDoc = pDocSh->GetDocument(); in DeletePivotTable()
689 ScDBDocFunc aFunc( *pDocSh ); in DeletePivotTable()
696 sal_uLong RefreshDPObject( ScDPObject *pDPObj, ScDocument *pDoc, ScDocShell *pDocSh, sal_Bool bReco… in RefreshDPObject() argument
701 if ( pDocSh && !pDoc ) in RefreshDPObject()
702 pDoc = pDocSh->GetDocument(); in RefreshDPObject()
707 if( !pDocSh && ( pDocSh = PTR_CAST( ScDocShell, pDoc->GetDocumentShell() ) ) == NULL ) in RefreshDPObject()
721 ScDBDocFunc aFunc( * pDocSh ); in RefreshDPObject()
735 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in RecalcPivotTable() local
750 …sal_uLong nErrId = RefreshDPObject( pDPObj, pDoc, pDocSh, sal_True, sal_False );//pDPObj->RefreshC… in RecalcPivotTable()