Searched refs:nCurrentRowCount (Results 1 – 1 of 1) sorted by relevance
1167 sal_Int32 nCurrentRowCount( impl_getRowCount() ); in fireRowcount() local1170 if ( m_nLastKnownRowCount != nCurrentRowCount ) in fireRowcount()1174 aNew <<= nCurrentRowCount; aOld <<= m_nLastKnownRowCount; in fireRowcount()1176 m_nLastKnownRowCount = nCurrentRowCount; in fireRowcount()
Completed in 48 milliseconds