Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/dlg/
H A Ddirectsql.cxx167 sal_Int32 DirectSQLDialog::getHistorySize() const in getHistorySize() function in dbaui::DirectSQLDialog
178 if (getHistorySize() <= m_nHistoryLimit) in implEnsureHistoryLimit()
182 sal_Int32 nRemoveEntries = getHistorySize() - m_nHistoryLimit; in implEnsureHistoryLimit()
305 if ((_nHistoryPos >= 0) && (_nHistoryPos < getHistorySize())) in switchToHistory()
/aoo4110/main/dbaccess/source/ui/inc/
H A Ddirectsql.hxx105 sal_Int32 getHistorySize() const;

Completed in 29 milliseconds