Searched refs:OPCODE_PLUS_SIGN (Results 1 – 3 of 3) sorted by relevance
340 sal_Int32 OPCODE_PLUS_SIGN; /// Unary plus sign. member
1083 … initOpCode( OPCODE_PLUS_SIGN, aTokenMap, '+', '\0' ) && // same op-code as OPCODE_ADD in OpCodeProviderImpl()1112 …OSL_ENSURE( OPCODE_PLUS_SIGN == OPCODE_ADD, "OpCodeProviderImpl::OpCodeProviderImpl - need opcode … in OpCodeProviderImpl()
1386 …case BIFF_TOKID_UPLUS: bOk = pushUnaryPreOperator( OPCODE_PLUS_SIGN ); br… in importBiff12Formula()2138 … case BIFF_TOKID_UPLUS: bOk = pushUnaryPreOperator( OPCODE_PLUS_SIGN ); break; in importBiffFormula()