Searched refs:OOperand (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | fcode.cxx | 50 TYPEINIT1(OOperand, OCode); 87 OEvaluateSet* OOperand::preProcess(OBoolOperator* /*pOp*/, OOperand* /*pRight*/) in preProcess() argument 93 : OOperand(_rType) in OOperandRow() 217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const in operate() argument 240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate() 264 sal_Bool OOp_AND::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() 271 sal_Bool OOp_OR::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() 297 sal_Bool OOp_ISNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() 304 sal_Bool OOp_ISNOTNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() 310 sal_Bool OOp_LIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() [all …]
|
H A D | fcomp.cxx | 151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) in execute() 153 OOperand* pOperand = NULL; in execute() 285 OOperand* OPredicateCompiler::execute_LIKE(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_LIKE() 354 OOperand* pColumnOp = execute(pColumn); in execute_BETWEEN() 355 OOperand* pOb1 = execute(p1stValue); in execute_BETWEEN() 360 OOperand* pOb2 = execute(p2ndtValue); in execute_BETWEEN() 437 OOperand* pOperand = NULL; in execute_Operand() 571 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in evaluate() 578 OOperand* pOperand = m_aStack.top(); in evaluate() 598 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in evaluateSelection() [all …]
|
H A D | fanalyzer.cxx | 148 if (PTR_CAST(OOperand,pCode1)) in bindRow() 149 pEvaluateSet = pAttr->preProcess(PTR_CAST(OBoolOperator,pCode2), PTR_CAST(OOperand,pCode1)); in bindRow() 237 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in describeParam() 261 OOperand* pOperand = aCodeStack.top(); in describeParam()
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | fcode.hxx | 46 class OOperand; 143 : OOperand(eDbType) in OOperandValue() 229 virtual sal_Bool operate(const OOperand*, const OOperand*) const; 239 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const; 249 virtual sal_Bool operate(const OOperand*, const OOperand*) const; 257 virtual sal_Bool operate(const OOperand*, const OOperand*) const; 267 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const; 274 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const; 287 virtual sal_Bool operate(const OOperand*, const OOperand*) const; 297 virtual sal_Bool operate(const OOperand*, const OOperand*) const; [all …]
|
H A D | fcomp.hxx | 38 class OOperand; 69 OOperand* execute(connectivity::OSQLParseNode* pPredicateNode); 78 …OOperand* execute_COMPARE(connectivity::OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sd… 79 …OOperand* execute_LIKE(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc::… 80 …OOperand* execute_BETWEEN(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb… 81 …OOperand* execute_ISNULL(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc… 82 …OOperand* execute_Operand(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb… 83 …OOperand* execute_Fold(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLException,… 84 …OOperand* executeFunction(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLExcepti…
|
/aoo42x/main/connectivity/source/inc/dbase/ |
H A D | DIndexIter.hxx | 42 const file::OOperand* m_pOperand; 56 const file::OOperand& rKey); 64 const file::OOperand* pOper) in OIndexIterator()
|
H A D | DCode.hxx | 58 virtual file::OEvaluateSet* preProcess(file::OBoolOperator* pOp, file::OOperand* pRight = 0);
|
H A D | DIndex.hxx | 43 typedef file::OOperand OOperand_BASE;
|
H A D | dindexnode.hxx | 45 typedef file::OOperand ONDXKey_BASE;
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DCode.cxx | 97 OEvaluateSet* OFILEOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) in preProcess()
|
H A D | DIndexIter.cxx | 98 ONDXKey* OIndexIterator::GetFirstKey(ONDXPage* pPage, const OOperand& rKey) in GetFirstKey()
|
H A D | DIndex.cxx | 178 const OOperand* pOperand) in createIterator()
|
Completed in 55 milliseconds