Home
last modified time | relevance | path

Searched refs:idToString (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 DSymbolLookup.java35 protected HashMap idToString = null; field in SymbolLookup
52 idToString.put(iObj, symbol); in addEntry()
61 return (String)idToString.get(new Integer(id)); in getStringFromID()
H A DOperandLookup.java43 if ((stringToID != null) || (idToString != null)) { in initialize()
47 idToString = new HashMap(); in initialize()
H A DOperatorLookup.java44 if ((stringToID != null) || (idToString != null)) { in initialize()
48 idToString = new HashMap(); in initialize()
H A DFunctionLookup.java43 if ((stringToID != null) || (idToString != null) || (stringToArgs !=null)) { in initialize()
47 idToString = new HashMap(); in initialize()