Lines Matching refs:xMSF

132 …Object root = Configuration.getConfigurationRoot(xMSF, "/org.openoffice.Office.Writer/Wizards/Agen…  in startWizard()
136 agendaTemplate = new AgendaTemplate(xMSF, agenda, resources, this); in startWizard()
147 topicsControl = new TopicsControl(this,xMSF, agenda); in startWizard()
200 …myPathSelection = new PathSelection(xMSF, this, PathSelection.TransferMode.SAVE, PathSelection.Dia… in insertPathSelectionControl()
210 sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in initializePaths()
211 …sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in initializePaths()
212 sBitmapPath = FileAccess.combinePaths(xMSF, sTemplatePath, "/../wizard/bitmap"); in initializePaths()
227 … FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING) , in checkSavePath()
312 String sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in initializeTemplates()
315 String sAgendaPath = FileAccess.combinePaths(xMSF, sTemplatePath, "/wizard/agenda" ); in initializeTemplates()
317 agendaTemplates = FileAccess.getFolderTitles(xMSF, "aw" , sAgendaPath); in initializeTemplates()
343 …SystemDialog.showMessageBox(xMSF, "ErrBox", VclWindowPeerAttribute.OK, resources.resErrOpenTemplat… in pageDesignChanged()
368 fileAccess1 = new FileAccess(xMSF); in getFileAccess()
391 SystemDialog saveAs = SystemDialog.createStoreDialog(xMSF); in saveAs()
460 FileAccess fileAccess = new FileAccess(xMSF); in finishWizard()
474 …int answer = SystemDialog.showMessageBox(xMSF, xControl.getPeer(), "MessBox", VclWindowPeerAttribu… in finishWizard()
483 … bSaveSuccess = OfficeDocument.store(xMSF, xTextDocument, sPath , "writer8_template", false ); in finishWizard()
485 …SystemDialog.showMessageBox(xMSF, xControl.getPeer(), "ErrBox", VclWindowPeerAttribute.OK, resourc… in finishWizard()
492 …Object root = Configuration.getConfigurationRoot(xMSF, "/org.openoffice.Office.Writer/Wizards/Agen… in finishWizard()
506 …SystemDialog.showMessageBox(xMSF, "ErrBox", VclWindowPeerAttribute.OK, resources.resErrSaveTemplat… in finishWizard()
527 …loadValues[1].Value = UnoRuntime.queryInterface(XInteractionHandler.class, xMSF.createInstance("co… in finishWizard()
533 …Object oDoc = OfficeDocument.load(Desktop.getDesktop(xMSF), sPath, "_default", new PropertyValue[0… in finishWizard()