Home
last modified time | relevance | path

Searched refs:EXC_PARAMCONV_RPO (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx672 XclFuncParamConv eConv = (rConvInfo.meConv == EXC_PARAMCONV_RPO) ? ePrevConv : rConvInfo.meConv; in RecalcTokenClass()
713 case EXC_PARAMCONV_RPO: // does not occur in RecalcTokenClass()
727 case EXC_PARAMCONV_RPO: // does not occur (see above) in RecalcTokenClass()
2386 xOperands->AppendOperand( PopOperandPos(), EXC_PARAMCONV_RPO, true ); in AppendUnaryOperatorToken()
2393 xOperands->AppendOperand( PopOperandPos(), EXC_PARAMCONV_RPO, bValType ); in AppendBinaryOperatorToken()
2394 xOperands->AppendOperand( PopOperandPos(), EXC_PARAMCONV_RPO, bValType ); in AppendBinaryOperatorToken()
/AOO42X/main/sc/source/filter/inc/
H A Dxlformula.hxx191 EXC_PARAMCONV_RPO /// Repeat parent conversion in operands of operators. enumerator