Searched refs:UNARY_OPERATORS (Results 1 – 6 of 6) sorted by relevance
105 if ((Groups & FormulaMapGroup.UNARY_OPERATORS) != 0) in getAvailableMappings()107 token.addAll(parser.getGroup(SOFormulaParser.UNARY_OPERATORS).values()); in getAvailableMappings()
67 public static final int UNARY_OPERATORS = 2; field in SOFormulaParser108 … opCodes = mapper.getAvailableMappings(FormulaLanguage.ODFF, FormulaMapGroup.UNARY_OPERATORS); in SOFormulaParser()109 addOpCodes(names, opCodes, UNARY_OPERATORS); in SOFormulaParser()
56 const long UNARY_OPERATORS = 0x00000004;
396 if ((nGroups & FormulaMapGroup::UNARY_OPERATORS) != 0) in createSequenceOfAvailableMappings()
443 …Mapper->getAvailableMappings(sheet::FormulaLanguage::ODFF,sheet::FormulaMapGroup::UNARY_OPERATORS); in GetFormulaOpCodeMapper()
1082 fillTokenMap( aTokenMap, aEntrySeq, xMapper, UNARY_OPERATORS ) && in OpCodeProviderImpl()
Completed in 46 milliseconds