Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DSymbolLookup.java34 protected HashMap stringToID = null; field in SymbolLookup
51 stringToID.put(symbol, iObj); in addEntry()
71 Integer i = (Integer)stringToID.get(symbol); in getIDFromString()
75 return ((Integer)stringToID.get(symbol)).intValue(); in getIDFromString()
H A DOperandLookup.java43 if ((stringToID != null) || (idToString != null)) { in initialize()
46 stringToID = new HashMap(); in initialize()
H A DOperatorLookup.java44 if ((stringToID != null) || (idToString != null)) { in initialize()
47 stringToID = new HashMap(); in initialize()
H A DFunctionLookup.java43 if ((stringToID != null) || (idToString != null) || (stringToArgs !=null)) { in initialize()
46 stringToID = new HashMap(); in initialize()

Completed in 20 milliseconds