Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx672 , m_nKnownCount( 0 ) in CachedContentResultSet()
828 sal_Int32 nCurCount = m_nKnownCount; \
861 m_nKnownCount = nNew; in impl_changeRowCount()
894 return m_nKnownCount && nRow in impl_isKnownValidPosition()
895 && nRow <= m_nKnownCount; in impl_isKnownValidPosition()
905 return nRow > m_nKnownCount; in impl_isKnownInvalidPosition()
1115 aValue <<= m_nKnownCount; in getPropertyValue()
1205 impl_changeRowCount( m_nKnownCount, nNew ); in impl_propertyChange()
1377 if( !m_bAfterLast && m_nKnownCount && m_nRow == 1 ) in previous()
1427 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute()
[all …]
H A Dcachedcontentresultset.hxx147 sal_Int32 m_nKnownCount; // count we know from the Origin member in CachedContentResultSet