Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx170 return m_aStatementHistory.size(); in getHistorySize()
185 m_aStatementHistory.pop_front(); in implEnsureHistoryLimit()
197 m_aStatementHistory.push_back(_rStatement); in implAddToStatementHistory()
215 if (m_aStatementHistory.size() != m_aNormalizedHistory.size()) in impl_CheckInvariants()
221 if (m_aStatementHistory.size() != m_pSQLHistory->GetEntryCount()) in impl_CheckInvariants()
308 String sStatement = m_aStatementHistory[_nHistoryPos]; in switchToHistory()
/trunk/main/dbaccess/source/ui/inc/
H A Ddirectsql.hxx89 StringQueue m_aStatementHistory; // previous statements member in dbaui::DirectSQLDialog

Completed in 27 milliseconds