Searched refs:OOperandResultBOOL (Results 1 – 2 of 2) sorted by relevance
233 rCodeStack.push(new OOperandResultBOOL(operate(pLeft, pRight))); in Exec()252 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()291 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
181 class OOperandResultBOOL : public OOperandResult class184 OOperandResultBOOL(sal_Bool bResult) : OOperandResult(::com::sun::star::sdbc::DataType::BIT) in OOperandResultBOOL() function in connectivity::file::OOperandResultBOOL
Completed in 18 milliseconds