Lines Matching refs:xmsf
98 private XMultiServiceFactory xmsf; field in Process
113 XMultiServiceFactory xmsf, in Process() argument
117 this.xmsf = xmsf; in Process()
119 fileAccess = new FileAccess(xmsf); in Process()
122 ucb = new UCB(xmsf); in Process()
157 xsl = settings.cp_DefaultSession.getLayout().getTemplates(xmsf).size(); in getTaskSteps()
218 tempDir = fileAccess.createNewDir(getSOTempDir(xmsf), "wwiztemp"); in createTempDir()
235 static String getSOTempDir(XMultiServiceFactory xmsf) in getSOTempDir() argument
239 …return FileAccess.getOfficePath(xmsf, "Temp", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRI… in getSOTempDir()
428 generate(xmsf, layout, doc, fileAccess, targetDir, task); in generate()
496 XMultiServiceFactory xmsf, in generate() argument
507 Map templates = layout.getTemplates(xmsf); in generate()
664 doc.validate(xmsf, null); in export()
728 getExporter(exporter).export(doc, file, xmsf, task); in export()