Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2623 const TypeId aSwViewTypeId = TYPE(SwView); in GetRenderDoc() local
2624 if (rpView && rpView->IsA(aSwViewTypeId)) in GetRenderDoc()
3163 const TypeId aSwViewTypeId = TYPE(SwView); in render() local
3184 DBG_ASSERT(( pView->IsA(aSwViewTypeId) && m_pRenderData->IsViewOptionAdjust()) in render()
3185 … || (!pView->IsA(aSwViewTypeId) && !m_pRenderData->IsViewOptionAdjust()), in render()
3198 SwWrtShell* pWrtShell = pView->IsA(aSwViewTypeId) ? in render()

Completed in 231 milliseconds