Searched refs:m_xSourceResultTwo (Results 1 – 4 of 4) sorted by relevance
60 , 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()
72 OSL_ENSURE( m_xSourceResultTwo.is(), "need source resultset" ); in impl_InitResultSetTwo()75 new CachedContentResultSet( m_xSMgr, m_xSourceResultTwo, m_xContentIdentifierMapping ) ); in impl_InitResultSetTwo()
73 OSL_ENSURE( m_xSourceResultTwo.is(), "need source resultset" ); in impl_InitResultSetTwo()76 new CachedContentResultSetStub( m_xSourceResultTwo ) ); in impl_InitResultSetTwo()
80 m_xSourceResultTwo; member in DynamicResultSetWrapper
Completed in 22 milliseconds