Home
last modified time | relevance | path

Searched refs:m_pSQLHistory (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx104 ,m_pSQLHistory(new LargeEntryListBox(this, ModuleRes(LB_HISTORY))) in DBG_NAME()
122 m_pSQLHistory->SetSelectHdl(LINK(this, DirectSQLDialog, OnListEntrySelected)); in DBG_NAME()
123 m_pSQLHistory->SetDropDownLineCount(10); in DBG_NAME()
142 delete m_pSQLHistory; in ~DirectSQLDialog()
187 m_pSQLHistory->RemoveEntry((sal_uInt16)0); in implEnsureHistoryLimit()
205 m_pSQLHistory->InsertEntry(sNormalized); in implAddToStatementHistory()
218 if (!m_pSQLHistory) in impl_CheckInvariants()
221 if (m_aStatementHistory.size() != m_pSQLHistory->GetEntryCount()) in impl_CheckInvariants()
315 m_pSQLHistory->SelectEntryPos((sal_uInt16)_nHistoryPos); in switchToHistory()
351 if (!m_pSQLHistory->IsTravelSelect())
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Ddirectsql.hxx81 ListBox* m_pSQLHistory; member in dbaui::DirectSQLDialog

Completed in 16 milliseconds