Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeContainer.java52 return maSimpleTypes.size(); in GetSimpleTypeCount()
60 return maSimpleTypes.entrySet(); in GetSimpleTypes()
69 aSortedSimpleTypes.putAll(maSimpleTypes); in GetSimpleTypesSorted()
78 maSimpleTypes = new TreeMap<>(); in SimpleTypeContainer()
89 maSimpleTypes.put( in ProcessSimpleType()
100 private final Map<String,SimpleTypeDescriptor> maSimpleTypes; field in SimpleTypeContainer
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java65 maSimpleTypes = aSimpleTypes; in ParserTablesGenerator()
159 for (final Entry<String, SimpleTypeDescriptor> aSimpleType : maSimpleTypes.GetSimpleTypes()) in AssignNameIds()
331 if (maSimpleTypes == null) in WriteSimpleTypes()
337 aOut.printf("\n// %d simple types.\n", maSimpleTypes.GetSimpleTypeCount()); in WriteSimpleTypes()
338 … for (final Entry<String,SimpleTypeDescriptor> aEntry : maSimpleTypes.GetSimpleTypesSorted()) in WriteSimpleTypes()
549 private final SimpleTypeContainer maSimpleTypes; field in ParserTablesGenerator

Completed in 30 milliseconds