Home
last modified time | relevance | path

Searched refs:aSwViewTypeId (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx370 const TypeId aSwViewTypeId = TYPE(SwView); in PageCreated() local
371 SfxViewShell* pViewShell = SfxViewShell::GetFirst( &aSwViewTypeId ); in PageCreated()
374 pViewShell = SfxViewShell::GetNext( *pViewShell, &aSwViewTypeId ); in PageCreated()
/AOO41X/main/sw/source/ui/app/
H A Dapphdl.cxx825 const TypeId aSwViewTypeId = TYPE(SwView); in ConfigurationChanged() local
833 if((pViewShell->IsA(aSwViewTypeId) || in ConfigurationChanged()
839 if(pViewShell->IsA(aSwViewTypeId)) in ConfigurationChanged()
/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2631 const TypeId aSwViewTypeId = TYPE(SwView); in GetRenderDoc() local
2632 if (rpView && rpView->IsA(aSwViewTypeId)) in GetRenderDoc()
3171 const TypeId aSwViewTypeId = TYPE(SwView); in render() local
3192 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()