Lines Matching refs:m_aCache
65 if( !m_aCache.hasRow( nRow ) ) \
67 if( !m_aCache.hasCausedException( nRow ) ) \
81 if( !m_aCache.hasRow( nRow ) ) \
90 const Any& rValue = m_aCache.getAny( nRow, columnIndex );\
681 , m_aCache( m_xContentIdentifierMapping ) in CachedContentResultSet()
842 FETCH_XXX( m_aCache, m_xFetchProvider, fetch ); in impl_fetchData()
1261 if( !m_aCache##XXX.hasRow( nRow ) ) \
1263 if( !m_aCache##XXX.hasCausedException( nRow ) ) \
1274 FETCH_XXX( m_aCache##XXX, m_xFetchProviderForContentAccess, fetch##XXX##s ); \
1277 if( !m_aCache##XXX.hasRow( nRow ) ) \
1287 return m_aCache##XXX.get##XXX( nRow );
2069 if( !m_aCache.hasRow( nRow ) ) in getObject()
2071 if( !m_aCache.hasCausedException( nRow ) ) in getObject()
2083 if( !m_aCache.hasRow( nRow ) ) in getObject()
2093 const Any& rValue = m_aCache.getAny( nRow, columnIndex ); in getObject()