Home
last modified time | relevance | path

Searched refs:pOperand (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx153 OOperand* pOperand = NULL; in execute() local
231pOperand = execute_Operand(pPredicateNode); // jetzt werden nur einfache Opera… in execute()
233 return pOperand; in execute()
437 OOperand* pOperand = NULL; in execute_Operand() local
468pOperand = m_pAnalyzer->createOperandAttr(Reference< XColumnLocate>(m_orgColumns,UNO_QUERY)->findC… in execute_Operand()
486 pOperand = new OOperandParam(pPredicateNode, ++m_nParamCounter); in execute_Operand()
496 pOperand = new OOperandConst(*pPredicateNode, pPredicateNode->getTokenValue()); in execute_Operand()
504 pOperand = new OOperandConst(*pPredicateNode->getChild(1), aValue); in execute_Operand()
518 pOperand = new OOperandConst(*pODBCNode->getChild(1), sDateTime); in execute_Operand()
521pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(sDate… in execute_Operand()
[all …]
H A Dfcode.cxx249 OOperand* pOperand = rCodeStack.top(); in Exec() local
252 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
253 if (IS_TYPE(OOperandResult,pOperand)) in Exec()
254 delete pOperand; in Exec()
288 OOperand* pOperand = rCodeStack.top(); in Exec() local
291 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
292 if (IS_TYPE(OOperandResult,pOperand)) in Exec()
293 delete pOperand; in Exec()
297 sal_Bool OOp_ISNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() argument
300 return pOperand->getValue().isNull(); in operate()
[all …]
H A Dfanalyzer.cxx237 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in describeParam() local
239 if (pOperand) in describeParam()
240 aCodeStack.push(pOperand); in describeParam()
261 OOperand* pOperand = aCodeStack.top(); in describeParam() local
265 OSL_ENSURE(pOperand, "StackFehler"); in describeParam()
266 if (IS_TYPE(OOperandResult,pOperand)) in describeParam()
267 delete pOperand; in describeParam()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx178 const OOperand* pOperand) in createIterator() argument
181 return new OIndexIterator(this, pOp, pOperand); in createIterator()
/trunk/main/connectivity/source/inc/dbase/
H A DDIndex.hxx114 const OOperand_BASE* pOperand = NULL);