Searched refs:OOp_ISNULL (Results 1 – 4 of 4) sorted by relevance
64 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()
429 new OOp_ISNULL() : new OOp_ISNOTNULL(); in execute_ISNULL()
260 class OOO_DLLPUBLIC_FILE OOp_ISNULL : public OBoolOperator class270 class OOO_DLLPUBLIC_FILE OOp_ISNOTNULL : public OOp_ISNULL
87 else if (m_pOperator->IsA(TYPE(OOp_ISNULL))) in Find()
Completed in 57 milliseconds