Home
last modified time | relevance | path

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

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfImportMgr.java93 private HashMap importListMapping = null; field in RtfImportMgr
116 this.importListMapping = new HashMap(); in RtfImportMgr()
219 this.importListMapping.put(origListNr, newListNr); in importList()
229 if(this.importListMapping.containsKey(listNr)) { in mapListNr()
230 return (String) this.importListMapping.get(listNr); in mapListNr()