Home
last modified time | relevance | path

Searched refs:ARRAY_SEPARATORS (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaOpCodeMapper.java93 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()
H A DSOFormulaParser.java66 public static final int ARRAY_SEPARATORS = 1; field in SOFormulaParser
125 … opCodes = mapper.getAvailableMappings(FormulaLanguage.ODFF, FormulaMapGroup.ARRAY_SEPARATORS); in SOFormulaParser()
126 addOpCodes(names, opCodes, ARRAY_SEPARATORS, false); in SOFormulaParser()
/aoo41x/main/offapi/com/sun/star/sheet/
H A DFormulaMapGroup.idl53 const long ARRAY_SEPARATORS = 0x00000002;
/aoo41x/main/formula/source/core/api/
H A DFormulaCompiler.cxx386 if ((nGroups & FormulaMapGroup::ARRAY_SEPARATORS) != 0) in createSequenceOfAvailableMappings()
/aoo41x/main/oox/source/xls/
H A Dformulabase.cxx1076 fillTokenMap( aTokenMap, aEntrySeq, xMapper, ARRAY_SEPARATORS ) && in OpCodeProviderImpl()

Completed in 42 milliseconds