Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java82 maOutputOperations = new Vector<>(); in SchemaReader()
130 maOutputOperations.add(new Runnable() in ParseDriverFile()
141 maOutputOperations.add(new Runnable() in ParseDriverFile()
152 maOutputOperations.add(new Runnable() in ParseDriverFile()
168 maOutputOperations.add(new Runnable() in ParseDriverFile()
184 maOutputOperations.add(new Runnable() in ParseDriverFile()
229 for (final Runnable aOperation : maOutputOperations) in Run()
506 private final Vector<Runnable> maOutputOperations; field in SchemaReader

Completed in 9 milliseconds