Lines Matching refs:SwDocShell
172 SwDocShell *pDocSh = (SwDocShell*) SfxObjectShell::Current(); in StateOther()
247 … SfxStringItem aFactory(SID_NEWDOCDIRECT, SwDocShell::Factory().GetFilterContainer()->GetName()); in lcl_LoadDoc()
551 SwDocShell* pDocShell = pSourceView->GetDocShell(); in IMPL_LINK()
691 SwDocShell* pDocSh = PTR_CAST( SwDocShell, rEvHint.GetObjShell() ); in Notify()
806 TypeId aType(TYPE(SwDocShell)); in ConfigurationChanged()
807 SwDocShell * pDocShell = in ConfigurationChanged()
808 static_cast<SwDocShell *>(SfxObjectShell::GetFirst(&aType)); in ConfigurationChanged()
812 pDocShell = static_cast<SwDocShell *>( in ConfigurationChanged()
855 if( pObjSh->IsA(TYPE(SwDocShell)) ) in ConfigurationChanged()
857 const SwDoc* pDoc = ((SwDocShell*)pObjSh)->GetDoc(); in ConfigurationChanged()
965 SfxObjectShellLock xDocSh( new SwDocShell( SFX_CREATE_MODE_STANDARD) ); in NewXForms()
969 static_cast<SwDocShell*>( &xDocSh )->GetDoc()->initXForms( true ); in NewXForms()