Searched refs:aSwViewTypeId (Results 1 – 3 of 3) sorted by relevance
370 const TypeId aSwViewTypeId = TYPE(SwView); in PageCreated() local371 SfxViewShell* pViewShell = SfxViewShell::GetFirst( &aSwViewTypeId ); in PageCreated()374 pViewShell = SfxViewShell::GetNext( *pViewShell, &aSwViewTypeId ); in PageCreated()
825 const TypeId aSwViewTypeId = TYPE(SwView); in ConfigurationChanged() local833 if((pViewShell->IsA(aSwViewTypeId) || in ConfigurationChanged()839 if(pViewShell->IsA(aSwViewTypeId)) in ConfigurationChanged()
2631 const TypeId aSwViewTypeId = TYPE(SwView); in GetRenderDoc() local2632 if (rpView && rpView->IsA(aSwViewTypeId)) in GetRenderDoc()3171 const TypeId aSwViewTypeId = TYPE(SwView); in render() local3192 DBG_ASSERT(( pView->IsA(aSwViewTypeId) && m_pRenderData->IsViewOptionAdjust()) in render()3193 … || (!pView->IsA(aSwViewTypeId) && !m_pRenderData->IsViewOptionAdjust()), in render()3206 SwWrtShell* pWrtShell = pView->IsA(aSwViewTypeId) ? in render()