Home
last modified time | relevance | path

Searched defs:nToGo (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/mysqlc/
H A Dmysqlc_prepared_resultset.cxx620 sal_Int32 nToGo = row < 0 ? m_nRowCount - row : row - 1; in absolute() local
641 sal_Int32 nToGo = m_nCurrentRow + row; in relative() local
H A Dmysqlc_resultset.cxx617 sal_Int32 nToGo = row < 0 ? (m_nRowCount - 1) - row : row - 1; in absolute() local
638 sal_Int32 nToGo = m_nRowPosition + row; in relative() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mysqlc/
H A Dmysqlc_prepared_resultset.cxx597 sal_Int32 nToGo = row < 0 ? m_nRowCount - row : row - 1; in absolute() local
618 sal_Int32 nToGo = m_nCurrentRow + row; in relative() local
H A Dmysqlc_resultset.cxx616 sal_Int32 nToGo = row < 0 ? (m_nRowCount - 1) - row : row - 1; in absolute() local
637 sal_Int32 nToGo = m_nRowPosition + row; in relative() local