Searched refs:m_pOperator (Results 1 – 3 of 3) sorted by relevance
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()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()[all …]
121 ,m_pOperator( new TextResetOperator( _rDisabledText ) ) in TextResetOperatorController_Base()126 inline ::svt::PWindowOperator getOperator() const { return m_pOperator; } in getOperator()130 ::svt::PWindowOperator m_pOperator;
41 file::OBoolOperator* m_pOperator; member in connectivity::dbase::OIndexIterator65 :m_pOperator(pOp) in OIndexIterator()
Completed in 9 milliseconds