Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/api/
H A DRowSet.cxx1167 sal_Int32 nCurrentRowCount( impl_getRowCount() ); in fireRowcount() local
1170 if ( m_nLastKnownRowCount != nCurrentRowCount ) in fireRowcount()
1174 aNew <<= nCurrentRowCount; aOld <<= m_nLastKnownRowCount; in fireRowcount()
1176 m_nLastKnownRowCount = nCurrentRowCount; in fireRowcount()

Completed in 27 milliseconds