Lines Matching refs:m_pViewSwitch

67 		OQueryViewSwitch*	m_pViewSwitch;  member in dbaui::OQueryContainerWindow
89 OQueryDesignView* getDesignView() { return m_pViewSwitch->getDesignView(); } in getDesignView()
91 sal_Bool isCutAllowed() { return m_pViewSwitch->isCutAllowed(); } in isCutAllowed()
92 sal_Bool isPasteAllowed() { return m_pViewSwitch->isPasteAllowed(); } in isPasteAllowed()
93 sal_Bool isCopyAllowed() { return m_pViewSwitch->isCopyAllowed(); } in isCopyAllowed()
94 void copy() { m_pViewSwitch->copy(); } in copy()
95 void cut() { m_pViewSwitch->cut(); } in cut()
96 void paste() { m_pViewSwitch->paste(); } in paste()
98 void clear() { m_pViewSwitch->clear(); } in clear()
99 …sal_Bool isSlotEnabled( sal_Int32 _nSlotId ) { return m_pViewSwitch->isSlotEnabled( _nSlotId … in isSlotEnabled()
100 …void setSlotEnabled( sal_Int32 _nSlotId, sal_Bool _bEnable ) { m_pViewSwitch->setSlotEnabled( _nS… in setSlotEnabled()
101 void setNoneVisbleRow(sal_Int32 _nRows) { m_pViewSwitch->setNoneVisbleRow( _nRows); } in setNoneVisbleRow()
103 void setReadOnly( sal_Bool _bReadOnly ) { m_pViewSwitch->setReadOnly( _bReadOnly ); } in setReadOnly()
105 sal_Bool checkStatement() { return m_pViewSwitch->checkStatement( ); } in checkStatement()
106 ::rtl::OUString getStatement() { return m_pViewSwitch->getStatement( ); } in getStatement()
107 …void setStatement( const ::rtl::OUString& _rsStatement ) { m_pViewSwitch->setStatement( _rsState… in setStatement()
109 void initialize() { m_pViewSwitch->initialize(); } in initialize()
110 void SaveUIConfig() { m_pViewSwitch->SaveUIConfig(); } in SaveUIConfig()
111 …bool reset( ::dbtools::SQLExceptionInfo* _pErrorInfo ) { return m_pViewSwitch->reset(… in reset()