Lines Matching refs:pDocSh

362 	ScDocShell* pDocSh = GetViewData()->GetDocShell();  in UpdateOleZoom()  local
363 if ( pDocSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) in UpdateOleZoom()
366 Size aObjSize = ((const SfxObjectShell*)pDocSh)->GetVisArea().GetSize(); in UpdateOleZoom()
848 ScDocShell* pDocSh = pViewData->GetDocShell(); in SetCurSubShell() local
901 pDocSh->MakeDrawLayer(); in SetCurSubShell()
925 pDocSh->MakeDrawLayer(); in SetCurSubShell()
938 pDocSh->MakeDrawLayer(); in SetCurSubShell()
951 pDocSh->MakeDrawLayer(); in SetCurSubShell()
964 pDocSh->MakeDrawLayer(); in SetCurSubShell()
977 pDocSh->MakeDrawLayer(); in SetCurSubShell()
990 pDocSh->MakeDrawLayer(); in SetCurSubShell()
1019 pDocSh->MakeDrawLayer(); // die Wartezeit lieber jetzt als beim Klick in SetCurSubShell()
1121 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in SetDrawTextUndo() local
1122 if ( pNewUndoMgr == pDocSh->GetUndoManager() && in SetDrawTextUndo()
1123 !pDocSh->GetDocument()->IsUndoEnabled() ) in SetDrawTextUndo()
1601 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in Construct() local
1602 ScDocument* pDoc = pDocSh->GetDocument(); in Construct()
1604 bReadOnly = pDocSh->IsReadOnly(); in Construct()
1619 SfxViewFrame* pFirst = SfxViewFrame::GetFirst(pDocSh); in Construct()
1621 || (pFirst == GetViewFrame() && !SfxViewFrame::GetNext(*pFirst,pDocSh)); in Construct()
1623 if ( pDocSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) in Construct()
1626 Rectangle aVisArea = ((const SfxObjectShell*)pDocSh)->GetVisArea(); in Construct()
1641 pDocSh->SetInplace( sal_True ); // schon so initialisiert in Construct()
1647 pDocSh->SetInplace( sal_False ); in Construct()
1682 ::svl::IUndoManager* pMgr = pDocSh->GetUndoManager(); in Construct()
1696 if ( pDocSh->IsEmpty() ) in Construct()
1702 if ( pDocSh->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) in Construct()
1709 pDocSh->SetEmpty( sal_False ); // #i6232# make sure this is done only once in Construct()
1715 if ( pDocSh->GetCreateMode() != SFX_CREATE_MODE_INTERNAL && in Construct()
1716pDocSh->IsUpdateEnabled() ) // #105575#; update only in the first creation of the ViewShell in Construct()
1777 pDocSh->SetUpdateEnabled(sal_False); in Construct()
1873 ScDocShell* pDocSh = GetViewData()->GetDocShell(); local
1874 EndListening(*pDocSh);