Lines Matching refs:pDocSh
172 SwDocShell *pDocSh = (SwDocShell*) SfxObjectShell::Current(); in StateOther() local
174 (pDocSh && (pDocSh->IsReadOnly() || in StateOther()
175 pDocSh->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED)) ) in StateOther()
691 SwDocShell* pDocSh = PTR_CAST( SwDocShell, rEvHint.GetObjShell() ); in Notify() local
692 if( pDocSh ) in Notify()
694 SwWrtShell* pWrtSh = pDocSh ? pDocSh->GetWrtShell() : 0; in Notify()
701 if (pDocSh->GetMedium()) in Notify()
703 SFX_ITEMSET_ARG( pDocSh->GetMedium()->GetItemSet(), in Notify()
708 pDocSh->GetDoc()->SetFixFields(false, 0); in Notify()
715 …SFX_ITEMSET_ARG( pDocSh->GetMedium()->GetItemSet(), pUpdateDocItem, SfxUInt16Item, SID_UPDATEDOCMO… in Notify()
725 SwDoc *pDoc = pDocSh->GetDoc(); in Notify()