Lines Matching refs:OQueryViewSwitch

61 DBG_NAME(OQueryViewSwitch)  in DBG_NAME()  argument
62 OQueryViewSwitch::OQueryViewSwitch(OQueryContainerWindow* _pParent, OQueryController& _rController,… in DBG_NAME()
65 DBG_CTOR(OQueryViewSwitch,NULL); in DBG_NAME()
71 OQueryViewSwitch::~OQueryViewSwitch() in ~OQueryViewSwitch()
73 DBG_DTOR(OQueryViewSwitch,NULL); in ~OQueryViewSwitch()
84 void OQueryViewSwitch::Construct() in Construct()
89 void OQueryViewSwitch::initialize() in initialize()
96 void OQueryViewSwitch::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView()
106 sal_Bool OQueryViewSwitch::checkStatement() in checkStatement()
113 ::rtl::OUString OQueryViewSwitch::getStatement() in getStatement()
120 void OQueryViewSwitch::setReadOnly(sal_Bool _bReadOnly) in setReadOnly()
128 void OQueryViewSwitch::clear() in clear()
136 void OQueryViewSwitch::GrabFocus() in GrabFocus()
144 void OQueryViewSwitch::setStatement(const ::rtl::OUString& _rsStatement) in setStatement()
152 void OQueryViewSwitch::copy() in copy()
160 sal_Bool OQueryViewSwitch::isCutAllowed() in isCutAllowed()
167 sal_Bool OQueryViewSwitch::isCopyAllowed() in isCopyAllowed()
174 sal_Bool OQueryViewSwitch::isPasteAllowed() in isPasteAllowed()
181 void OQueryViewSwitch::cut() in cut()
189 void OQueryViewSwitch::paste() in paste()
197 OQueryContainerWindow* OQueryViewSwitch::getContainer() const in getContainer()
204 void OQueryViewSwitch::impl_forceSQLView() in impl_forceSQLView()
223 void OQueryViewSwitch::forceInitialView() in forceInitialView()
250 bool OQueryViewSwitch::switchView( ::dbtools::SQLExceptionInfo* _pErrorInfo ) in switchView()
280 bool OQueryViewSwitch::impl_postViewSwitch( const bool i_bGraphicalDesign, const bool i_bSuccess ) in impl_postViewSwitch()
305 OAddTableDlg* OQueryViewSwitch::getAddTableDialog() in getAddTableDialog()
312 sal_Bool OQueryViewSwitch::isSlotEnabled(sal_Int32 _nSlotId) in isSlotEnabled()
317 void OQueryViewSwitch::setSlotEnabled(sal_Int32 _nSlotId,sal_Bool _bEnable) in setSlotEnabled()
322 void OQueryViewSwitch::SaveUIConfig() in SaveUIConfig()
328 void OQueryViewSwitch::SetPosSizePixel( Point _rPt,Size _rSize) in SetPosSizePixel()
335 Reference< XMultiServiceFactory > OQueryViewSwitch::getORB() const in getORB()
340 bool OQueryViewSwitch::reset( ::dbtools::SQLExceptionInfo* _pErrorInfo ) in reset()
352 void OQueryViewSwitch::setNoneVisbleRow(sal_Int32 _nRows) in setNoneVisbleRow()