Lines Matching refs:m_pSQLHistory
104 ,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()
316 OSL_ENSURE(m_pSQLHistory->GetSelectEntry() == m_aNormalizedHistory[_nHistoryPos], in switchToHistory()
351 if (!m_pSQLHistory->IsTravelSelect())
353 const sal_uInt16 nSelected = m_pSQLHistory->GetSelectEntryPos();