Home
last modified time | relevance | path

Searched refs:SOFormulaParser (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaOpCodeMapper.java40 private final SOFormulaParser parser;
45 public SOFormulaOpCodeMapper(SOFormulaParser parser) in SOFormulaOpCodeMapper()
95 token.addAll(parser.getGroup(SOFormulaParser.ARRAY_SEPARATORS).values()); in getAvailableMappings()
99 token.addAll(parser.getGroup(SOFormulaParser.SEPARATORS).values()); in getAvailableMappings()
103 token.addAll(parser.getGroup(SOFormulaParser.ARRAY_SEPARATORS).values()); in getAvailableMappings()
107 token.addAll(parser.getGroup(SOFormulaParser.UNARY_OPERATORS).values()); in getAvailableMappings()
111 token.addAll(parser.getGroup(SOFormulaParser.BINARY_OPERATORS).values()); in getAvailableMappings()
115 token.addAll(parser.getGroup(SOFormulaParser.FUNCTIONS).values()); in getAvailableMappings()
H A DSOReportJobFactory.java414 else if (sImplName.equals(SOFormulaParser.class.getName())) in __getComponentFactory()
416 …xFactory = Factory.createComponentFactory(SOFormulaParser.class, SOFormulaParser.getServiceNames()… in __getComponentFactory()
440 regKey) && Factory.writeRegistryServiceInfo(SOFormulaParser.class.getName(), in __writeRegistryServiceInfo()
441 SOFormulaParser.getServiceNames(), in __writeRegistryServiceInfo()
H A DSOFormulaParser.java61 public final class SOFormulaParser extends ComponentBase class
90 public SOFormulaParser(final XComponentContext context) in SOFormulaParser() method in SOFormulaParser
329 return SOFormulaParser.class.getName(); in getImplementationName()

Completed in 19 milliseconds