Home
last modified time | relevance | path

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

/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx93 m_bLastCachedReadWasNull = !( rValue >>= aRet ); \
95 if ( m_bLastCachedReadWasNull && rValue.hasValue() ) \
107 m_bLastCachedReadWasNull = !( aConvAny >>= aRet ); \
668 , m_bLastCachedReadWasNull( sal_True ) in CachedContentResultSet()
1847 return m_bLastCachedReadWasNull; in wasNull()
1997 m_bLastCachedReadWasNull = !( rValue >>= aRet ); in getObject()
H A Dcachedcontentresultset.hxx147 sal_Bool m_bLastCachedReadWasNull; member in CachedContentResultSet