Searched refs:m_pViewSwitch (Results 1 – 2 of 2) sorted by relevance
65 OQueryViewSwitch* m_pViewSwitch; member in dbaui::OQueryContainerWindow87 OQueryDesignView* getDesignView() { return m_pViewSwitch->getDesignView(); } in getDesignView()89 sal_Bool isCutAllowed() { return m_pViewSwitch->isCutAllowed(); } in isCutAllowed()90 sal_Bool isPasteAllowed() { return m_pViewSwitch->isPasteAllowed(); } in isPasteAllowed()91 sal_Bool isCopyAllowed() { return m_pViewSwitch->isCopyAllowed(); } in isCopyAllowed()92 void copy() { m_pViewSwitch->copy(); } in copy()93 void cut() { m_pViewSwitch->cut(); } in cut()94 void paste() { m_pViewSwitch->paste(); } in paste()96 … void clear() { m_pViewSwitch->clear(); } in clear()97 …sal_Bool isSlotEnabled( sal_Int32 _nSlotId ) { return m_pViewSwitch->isSlot… in isSlotEnabled()[all …]
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()[all …]