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()
2607 const TypeId aSwViewTypeId = TYPE(SwView); in GetRenderDoc() local2608 if (rpView && rpView->IsA(aSwViewTypeId)) in GetRenderDoc()3147 const TypeId aSwViewTypeId = TYPE(SwView); in render() local3168 DBG_ASSERT(( pView->IsA(aSwViewTypeId) && m_pRenderData->IsViewOptionAdjust()) in render()3169 … || (!pView->IsA(aSwViewTypeId) && !m_pRenderData->IsViewOptionAdjust()), in render()3182 SwWrtShell* pWrtShell = pView->IsA(aSwViewTypeId) ? in render()
Completed in 40 milliseconds