Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx246 ,m_bUseIndexOnly(_bUseIndexOnly) in OCollection()
265 … if ( m_bUseIndexOnly && rType == ::getCppuType(static_cast< Reference< XNameAccess > *> (NULL)) ) in queryInterface()
274 if ( m_bUseIndexOnly ) in getTypes()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx107 …sal_Bool m_bUseIndexOnly; // is only TRUE when only an indexacce… member in connectivity::sdbcx::OCollection