Home
last modified time | relevance | path

Searched refs:OOp_ISNULL (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx64 TYPEINIT1(OOp_ISNULL, OBoolOperator);
65 TYPEINIT1(OOp_ISNOTNULL, OOp_ISNULL);
278 sal_uInt16 OOp_ISNULL::getRequestedOperands() const in getRequestedOperands()
285 void OOp_ISNULL::Exec(OCodeStack& rCodeStack) in Exec()
297 sal_Bool OOp_ISNULL::operate(const OOperand* pOperand, const OOperand*) const in operate()
306 return !OOp_ISNULL::operate(pOperand); in operate()
H A Dfcomp.cxx429 new OOp_ISNULL() : new OOp_ISNOTNULL(); in execute_ISNULL()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx260 class OOO_DLLPUBLIC_FILE OOp_ISNULL : public OBoolOperator class
270 class OOO_DLLPUBLIC_FILE OOp_ISNOTNULL : public OOp_ISNULL
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx87 else if (m_pOperator->IsA(TYPE(OOp_ISNULL))) in Find()

Completed in 44 milliseconds