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
233 return pOperand; in execute()
437 OOperand* pOperand = NULL; in execute_Operand() local
555 if (pOperand) in execute_Operand()
557 return pOperand; in execute_Operand()
572 if (pOperand) in evaluate()
573 m_aStack.push(pOperand); in evaluate()
586 delete pOperand; in evaluate()
599 if (pOperand) in evaluateSelection()
600 m_aStack.push(pOperand); in evaluateSelection()
[all …]
H A Dfcode.cxx249 OOperand* pOperand = rCodeStack.top(); in Exec() local
253 if (IS_TYPE(OOperandResult,pOperand)) in Exec()
254 delete pOperand; in Exec()
292 if (IS_TYPE(OOperandResult,pOperand)) in Exec()
293 delete pOperand; in Exec()
300 return pOperand->getValue().isNull(); in operate()
459 OOperand* pOperand; in Exec() local
463 pOperand = rCodeStack.top(); in Exec()
467 aOperands.push_back( pOperand ); in Exec()
508 if (IS_TYPE(OOperandResult,pOperand)) in Exec()
[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);

Completed in 32 milliseconds