Lines Matching refs:pDocShell

257 	SwDocShell* pDocShell = GetDocShell();  in ~SwSrcView()  local
258 DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?"); in ~SwSrcView()
260 …((SwWebDocShell*)pDocShell)->SetSourcePara( static_cast< sal_uInt16 >( rSel.GetStart().GetPara() )… in ~SwSrcView()
263 pDocShell->GetModel(), uno::UNO_QUERY_THROW); in ~SwSrcView()
268 pDocShell->SetAutoLoad(INetURLObject(url), delay, in ~SwSrcView()
271 EndListening(*pDocShell); in ~SwSrcView()
295 SwDocShell* pDocShell = GetDocShell(); in Init() local
298 if(!pDocShell->IsLoading()) in Init()
299 Load(pDocShell); in Init()
306 StartListening(*pDocShell,sal_True); in Init()
390 SwDocShell* pDocShell = GetDocShell(); in Execute() local
392 if(pDocShell->HasName()) in Execute()
393 pMed = pDocShell->GetMedium(); in Execute()
396 SfxBoolItem* pItem = (SfxBoolItem*)pDocShell->ExecuteSlot(rReq, pDocShell->GetInterface()); in Execute()
398 pMed = pDocShell->GetMedium(); in Execute()
409 pDocShell->GetDoc()->ResetModified(); in Execute()
493 SwDocShell* pDocShell = GetDocShell(); in GetState() local
494 if(!pDocShell->IsModified()) in GetState()
859 void SwSrcView::Load(SwDocShell* pDocShell) in Load() argument
866 aEditWin.SetReadonly(pDocShell->IsReadOnly()); in Load()
868 SfxMedium* pMedium = pDocShell->GetMedium(); in Load()
872 sal_Bool bDocModified = pDocShell->IsModified(); in Load()
873 if(bHtml && !bDocModified && pDocShell->HasName()) in Load()
880 pDocShell->GetHeaderAttributes() ); in Load()
915 SwWriter aWriter( aMedium, *pDocShell->GetDoc() ); in Load()
918 String sWriteName = pDocShell->HasName() ? in Load()
941 pDocShell->SetModified();// das Flag wird zwischendurch zurueckgesetzt in Load()
943 pDocShell->SetAutoLoad(INetURLObject(), 0, sal_False); in Load()
944 DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?"); in Load()
945 sal_uInt16 nLine = ((SwWebDocShell*)pDocShell)->GetSourcePara(); in Load()