Lines Matching refs:DirectSQLDialog

95 DBG_NAME(DirectSQLDialog)  in DBG_NAME()  argument
97 DirectSQLDialog::DirectSQLDialog( Window* _pParent, const Reference< XConnection >& _rxConn ) in DBG_NAME()
114 DBG_CTOR(DirectSQLDialog,NULL); in DBG_NAME()
120 m_aExecute.SetClickHdl(LINK(this, DirectSQLDialog, OnExecute)); in DBG_NAME()
121 m_aClose.SetClickHdl(LINK(this, DirectSQLDialog, OnClose)); in DBG_NAME()
122 m_pSQLHistory->SetSelectHdl(LINK(this, DirectSQLDialog, OnListEntrySelected)); in DBG_NAME()
131 m_aSQL.SetModifyHdl(LINK(this, DirectSQLDialog, OnStatementModified)); in DBG_NAME()
136 DirectSQLDialog::~DirectSQLDialog() in ~DirectSQLDialog()
144 DBG_DTOR(DirectSQLDialog,NULL); in ~DirectSQLDialog()
148 void DirectSQLDialog::_disposing( const EventObject& _rSource ) in _disposing()
163 PostUserEvent(LINK(this, DirectSQLDialog, OnClose)); in _disposing()
167 sal_Int32 DirectSQLDialog::getHistorySize() const in getHistorySize()
174 void DirectSQLDialog::implEnsureHistoryLimit() in implEnsureHistoryLimit()
192 void DirectSQLDialog::implAddToStatementHistory(const String& _rStatement) in implAddToStatementHistory()
213 const sal_Char* DirectSQLDialog::impl_CheckInvariants() const in impl_CheckInvariants()
232 void DirectSQLDialog::implExecuteStatement(const String& _rStatement) in implExecuteStatement()
269 void DirectSQLDialog::addStatusText(const String& _rMessage) in addStatusText()
284 void DirectSQLDialog::executeCurrent() in executeCurrent()
301 void DirectSQLDialog::switchToHistory(sal_Int32 _nHistoryPos, sal_Bool _bUpdateListBox) in switchToHistory()
328 IMPL_LINK( DirectSQLDialog, OnStatementModified, void*, /*NOTINTERESTEDIN*/ )
335 IMPL_LINK( DirectSQLDialog, OnClose, void*, /*NOTINTERESTEDIN*/ )
342 IMPL_LINK( DirectSQLDialog, OnExecute, void*, /*NOTINTERESTEDIN*/ )
349 IMPL_LINK( DirectSQLDialog, OnListEntrySelected, void*, /*NOTINTERESTEDIN*/ )