Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx171 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()
181 pKey = GetFirstKey(m_aRoot,*m_pOperand); in GetCompare()
184 pKey = GetFirstKey(m_aRoot,*m_pOperand); in GetCompare()
186 … while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()
194 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()
200 if ( ( ( pKey = GetNextKey() ) == NULL ) || !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()
231 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetLike()
/aoo4110/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx42 const file::OOperand* m_pOperand; member in connectivity::dbase::OIndexIterator
66 ,m_pOperand(pOper) in OIndexIterator()

Completed in 19 milliseconds