Searched refs:ARRAY_SEPARATORS (Results 1 – 5 of 5) sorted by relevance
93 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings()95 token.addAll(parser.getGroup(SOFormulaParser.ARRAY_SEPARATORS).values()); in getAvailableMappings()101 if ((Groups & FormulaMapGroup.ARRAY_SEPARATORS) != 0) in getAvailableMappings()103 token.addAll(parser.getGroup(SOFormulaParser.ARRAY_SEPARATORS).values()); in getAvailableMappings()
66 public static final int ARRAY_SEPARATORS = 1; field in SOFormulaParser125 … opCodes = mapper.getAvailableMappings(FormulaLanguage.ODFF, FormulaMapGroup.ARRAY_SEPARATORS); in SOFormulaParser()126 addOpCodes(names, opCodes, ARRAY_SEPARATORS, false); in SOFormulaParser()
53 const long ARRAY_SEPARATORS = 0x00000002;
386 if ((nGroups & FormulaMapGroup::ARRAY_SEPARATORS) != 0) in createSequenceOfAvailableMappings()
1076 fillTokenMap( aTokenMap, aEntrySeq, xMapper, ARRAY_SEPARATORS ) && in OpCodeProviderImpl()
Completed in 42 milliseconds