Searched refs:ParserFactory (Results 1 – 8 of 8) sorted by relevance
26 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;42 ParserFactory.SetParserTableFilename(aArgumentList[1]); in main()
29 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;50 final Parser aParser = ParserFactory.getParser( in ContentTypes()
33 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;51 final Parser aParser = ParserFactory.getParser( in RelatedParts()
29 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;39 maParser = ParserFactory.getParser( in SlideParser()
31 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;57 final Parser aParser = ParserFactory.getParser( in CreateParser()
32 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;110 ParserFactory.getParser( in ShowPart()
44 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;80 ParserFactory.SetParserTableFilename(aArguments[nIndex]); in main()
32 public class ParserFactory class