Lines Matching refs:rOp
928 void FormulaStack::pushOperand( const String& rOp, const OUString& rTokClass ) in pushOperand() argument
930 maFmlaStack.push( rOp ); in pushOperand()
934 void FormulaStack::pushOperand( const String& rOp ) in pushOperand() argument
936 pushOperand( rOp, OUString( OOX_DUMP_BASECLASS ) ); in pushOperand()
945 void FormulaStack::pushBinaryOp( const String& rOp ) in pushBinaryOp() argument
947 pushBinaryOp( maFmlaStack, rOp ); in pushBinaryOp()
948 pushBinaryOp( maClassStack, rOp ); in pushBinaryOp()
979 void FormulaStack::pushBinaryOp( StringStack& rStack, const OUString& rOp ) in pushBinaryOp() argument
988 rStack.top() = rStack.top() + rOp + aSecond; in pushBinaryOp()
991 void FormulaStack::pushFuncOp( StringStack& rStack, const OUString& rOp, sal_uInt8 nParamCount ) in pushFuncOp() argument
1000 aFunc.insert( 0, rOp ); in pushFuncOp()