Searched refs:pOperand (Results 1 – 5 of 5) sorted by relevance
153 OOperand* pOperand = NULL; in execute() local233 return pOperand; in execute()437 OOperand* pOperand = NULL; in execute_Operand() local555 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 …]
249 OOperand* pOperand = rCodeStack.top(); in Exec() local253 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() local463 pOperand = rCodeStack.top(); in Exec()467 aOperands.push_back( pOperand ); in Exec()508 if (IS_TYPE(OOperandResult,pOperand)) in Exec()[all …]
237 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in describeParam() local239 if (pOperand) in describeParam()240 aCodeStack.push(pOperand); in describeParam()261 OOperand* pOperand = aCodeStack.top(); in describeParam() local265 OSL_ENSURE(pOperand, "StackFehler"); in describeParam()266 if (IS_TYPE(OOperandResult,pOperand)) in describeParam()267 delete pOperand; in describeParam()
178 const OOperand* pOperand) in createIterator() argument181 return new OIndexIterator(this, pOp, pOperand); in createIterator()
114 const OOperand_BASE* pOperand = NULL);
Completed in 34 milliseconds