Searched refs:_nHistoryPos (Results 1 – 2 of 2) sorted by relevance
301 void DirectSQLDialog::switchToHistory(sal_Int32 _nHistoryPos, sal_Bool _bUpdateListBox) in switchToHistory() argument305 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()
109 void switchToHistory(sal_Int32 _nHistoryPos, sal_Bool _bUpdateListBox = sal_True);
Completed in 9 milliseconds