Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParseTableReader.java41 maSections = new HashMap<>(); in ParseTableReader()
87 Vector<String[]> aSection = maSections.get(sSectionName); in GetSection()
91 maSections.put(sSectionName, aSection); in GetSection()
99 private final Map<String,Vector<String[]>> maSections; field in ParseTableReader

Completed in 10 milliseconds