Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx301 void DirectSQLDialog::switchToHistory(sal_Int32 _nHistoryPos, sal_Bool _bUpdateListBox) in switchToHistory() argument
305 if ((_nHistoryPos >= 0) && (_nHistoryPos < getHistorySize())) in switchToHistory()
308 String sStatement = m_aStatementHistory[_nHistoryPos]; in switchToHistory()
315 m_pSQLHistory->SelectEntryPos((sal_uInt16)_nHistoryPos); in switchToHistory()
316 OSL_ENSURE(m_pSQLHistory->GetSelectEntry() == m_aNormalizedHistory[_nHistoryPos], in switchToHistory()
/aoo41x/main/dbaccess/source/ui/inc/
H A Ddirectsql.hxx109 void switchToHistory(sal_Int32 _nHistoryPos, sal_Bool _bUpdateListBox = sal_True);

Completed in 10 milliseconds