Lines Matching refs:pViewShell
230 SfxViewShell* pViewShell = pShell->GetViewShell(); in lcl_LoadDoc() local
231 if(pViewShell) in lcl_LoadDoc()
233 if( pViewShell->ISA(SwView) ) in lcl_LoadDoc()
235 pNewView = PTR_CAST(SwView,pViewShell); in lcl_LoadDoc()
240 pViewShell->GetViewFrame()->DoClose(); in lcl_LoadDoc()
828 SfxViewShell* pViewShell = SfxViewShell::GetFirst(); in ConfigurationChanged() local
829 while(pViewShell) in ConfigurationChanged()
831 if(pViewShell->GetWindow()) in ConfigurationChanged()
833 if((pViewShell->IsA(aSwViewTypeId) || in ConfigurationChanged()
834 pViewShell->IsA(aSwPreViewTypeId) || in ConfigurationChanged()
835 pViewShell->IsA(aSwSrcViewTypeId))) in ConfigurationChanged()
839 if(pViewShell->IsA(aSwViewTypeId)) in ConfigurationChanged()
840 ((SwView*)pViewShell)->ApplyAccessiblityOptions(*pAccessibilityOptions); in ConfigurationChanged()
841 else if(pViewShell->IsA(aSwPreViewTypeId)) in ConfigurationChanged()
842 … ((SwPagePreView*)pViewShell)->ApplyAccessiblityOptions(*pAccessibilityOptions); in ConfigurationChanged()
844 pViewShell->GetWindow()->Invalidate(); in ConfigurationChanged()
847 pViewShell = SfxViewShell::GetNext( *pViewShell ); in ConfigurationChanged()