Lines Matching refs:m_pOperator
70 if (!m_pOperator) in Find()
85 else if (m_pOperator->IsA(TYPE(OOp_ISNOTNULL))) in Find()
87 else if (m_pOperator->IsA(TYPE(OOp_ISNULL))) in Find()
89 else if (m_pOperator->IsA(TYPE(OOp_LIKE))) in Find()
91 else if (m_pOperator->IsA(TYPE(OOp_COMPARE))) in Find()
112 while (i < pPage->Count() && !m_pOperator->operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
135 if (!m_pOperator->operate(pFoundKey,&rKey)) in GetFirstKey()
149 sal_Int32 ePredicateType = PTR_CAST(file::OOp_COMPARE,m_pOperator)->getPredicateType(); in GetCompare()
171 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,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()