Lines Matching refs:m_pViewSwitch
80 ,m_pViewSwitch(NULL) in DBG_NAME()
84 m_pViewSwitch = new OQueryViewSwitch( this, _rController, _rFactory ); in DBG_NAME()
96 ::std::auto_ptr<OQueryViewSwitch> aTemp(m_pViewSwitch); in ~OQueryContainerWindow()
97 m_pViewSwitch = NULL; in ~OQueryContainerWindow()
118 return m_pViewSwitch->switchView( _pErrorInfo ); in switchView()
124 return m_pViewSwitch->forceInitialView(); in forceInitialView()
163 …m_pViewSwitch->SetPosSizePixel( _rPlayground.TopLeft(), Size( _rPlayground.GetWidth(), _rPlaygroun… in resizeDocumentView()
172 if(m_pViewSwitch) in GetFocus()
173 m_pViewSwitch->GrabFocus(); in GetFocus()
187 m_pViewSwitch->Construct(); in Construct()
210 if ( m_pViewSwitch ) in PreNotify()
212 OJoinController& rController = m_pViewSwitch->getDesignView()->getController(); in PreNotify()
229 …Reference < XFrame > xBeamerFrame( m_pViewSwitch->getORB()->createInstance(::rtl::OUString::create… in showPreview()
270 …m_pViewSwitch->SetPosSizePixel(aPos,Size(aBeamer.Width(),aSize.Height() - aBeamer.Height()-nFrameH… in showPreview()