Home
last modified time | relevance | path

Searched refs:m_pOperator (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx70 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 …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dadmincontrols.cxx121 ,m_pOperator( new TextResetOperator( _rDisabledText ) ) in TextResetOperatorController_Base()
126 inline ::svt::PWindowOperator getOperator() const { return m_pOperator; } in getOperator()
130 ::svt::PWindowOperator m_pOperator;
/trunk/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx41 file::OBoolOperator* m_pOperator; member in connectivity::dbase::OIndexIterator
65 :m_pOperator(pOp) in OIndexIterator()

Completed in 15 milliseconds