Home
last modified time | relevance | path

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

/trunk/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx60 , m_xSourceResultTwo( NULL ) in DynamicResultSetWrapper()
125 OSL_ENSURE( !m_xSourceResultTwo.is(), "Source ResultSet Two is set already" ); in impl_InitResultSetTwo()
126 m_xSourceResultTwo = xResultSet; in impl_InitResultSetTwo()
226 m_xSourceResultTwo.clear();//?? in impl_disposing()
H A Dcacheddynamicresultset.cxx72 OSL_ENSURE( m_xSourceResultTwo.is(), "need source resultset" ); in impl_InitResultSetTwo()
75 new CachedContentResultSet( m_xSMgr, m_xSourceResultTwo, m_xContentIdentifierMapping ) ); in impl_InitResultSetTwo()
H A Dcacheddynamicresultsetstub.cxx73 OSL_ENSURE( m_xSourceResultTwo.is(), "need source resultset" ); in impl_InitResultSetTwo()
76 new CachedContentResultSetStub( m_xSourceResultTwo ) ); in impl_InitResultSetTwo()
H A Ddynamicresultsetwrapper.hxx80 m_xSourceResultTwo; member in DynamicResultSetWrapper

Completed in 13 milliseconds