Home
last modified time | relevance | path

Searched refs:FunctionLookup (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenFactory.java39 private FunctionLookup fl;
47 fl = new FunctionLookup(); in TokenFactory()
H A DFunctionLookup.java28 public class FunctionLookup extends SymbolLookup { class
35 public FunctionLookup() { in FunctionLookup() method in FunctionLookup
H A DTokenDecoder.java52 private FunctionLookup fl;
64 fl = new FunctionLookup(); in TokenDecoder()
H A DTokenEncoder.java48 private FunctionLookup fl;
59 fl = new FunctionLookup(); in TokenEncoder()