Lines Matching refs:m_pView
54 m_pView(&rVw) in SwXDispatchProviderInterceptor()
56 uno::Reference< frame::XFrame> xUnoFrame = m_pView->GetViewFrame()->GetFrame().GetFrameInterface(); in SwXDispatchProviderInterceptor()
86 if(m_pView && !aURL.Complete.compareToAscii(cURLStart, 23)) in queryDispatch()
94 m_xDispatch = new SwXDispatch(*m_pView); in queryDispatch()
213 m_pView = 0; in Invalidate()
219 m_pView(&rVw), in SwXDispatch()
229 if(m_bListenerAdded && m_pView) in ~SwXDispatch()
231 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in ~SwXDispatch()
242 if(!m_pView) in dispatch()
244 SwWrtShell& rSh = m_pView->GetWrtShell(); in dispatch()
259 m_pView->GetViewFrame()->GetDispatcher()->Execute( in dispatch()
275 const SwDBData& rData = m_pView->GetWrtShell().GetDBDesc(); in dispatch()
305 if(!m_pView) in addStatusListener()
307 ShellModes eMode = m_pView->GetShellMode(); in addStatusListener()
322 const SwDBData& rData = m_pView->GetWrtShell().GetDBDesc(); in addStatusListener()
344 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in addStatusListener()
366 if(m_aListenerList.empty() && m_pView) in removeStatusListener()
368 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in removeStatusListener()
379 ShellModes eMode = m_pView->GetShellMode(); in selectionChanged()
420 m_pView = 0; in disposing()