Lines Matching refs:pDocSh
797 SwDocShell* pDocSh = PTR_CAST( SwDocShell, _pFrame->GetObjectShell() ); in SwView() local
798 sal_Bool bOldModifyFlag = pDocSh->IsEnableSetModified(); in SwView()
800 pDocSh->EnableSetModified( sal_False ); in SwView()
801 ASSERT( pDocSh, "View ohne DocShell." ); in SwView()
802 SwWebDocShell* pWebDShell = PTR_CAST( SwWebDocShell, pDocSh ); in SwView()
839 else if( dynamic_cast<SwWrtShell*>( pDocSh->GetDoc()->GetCurrentViewShell() ) ) in SwView()
841 pWrtShell = new SwWrtShell( *(SwWrtShell*)pDocSh->GetDoc()->GetCurrentViewShell(), in SwView()
846 SwDoc& rDoc = *((SwDocShell*)pDocSh)->GetDoc(); in SwView()
859 if(pDocSh->IsPreview()) in SwView()
902 if( SFX_CREATE_MODE_EMBEDDED != pDocSh->GetCreateMode() ) in SwView()
924 StartListening( *pDocSh, sal_True ); in SwView()
937 pDocSh->SetView( this ); in SwView()
950 if( pDocSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED && in SwView()
954 !pDocSh->GetVisArea(ASPECT_CONTENT).IsEmpty() ) in SwView()
955 SetVisArea( pDocSh->GetVisArea(ASPECT_CONTENT),sal_False); in SwView()
997 SfxViewFrame* pFirst = SfxViewFrame::GetFirst(pDocSh); in SwView()
1015 if( pDocSh->IsA(SwGlobalDocShell::StaticType()) && in SwView()
1044 pDocSh->EnableSetModified( sal_True ); in SwView()
1058 SwDocShell* pDocSh = GetDocShell(); in ~SwView() local
1059 if( pDocSh && pDocSh->GetView() == this ) in ~SwView()
1060 pDocSh->SetView( 0 ); in ~SwView()