Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java75 AgendaTemplate agendaTemplate; field in AgendaWizardDialogImpl
136 agendaTemplate = new AgendaTemplate(xMSF, agenda, resources, this); in startWizard()
139 agendaTemplate.load(agendaTemplates[1][agenda.cp_AgendaType] , new Vector()); in startWizard()
157 XWindow xw = agendaTemplate.xFrame.getContainerWindow(); in startWizard()
174 executeDialog(agendaTemplate.xFrame); in startWizard()
250 … UnoDataAware.attachEditControl(agenda, "cp_Title", txtTitle, agendaTemplate , true).updateUI(); in makeDA()
251 … UnoDataAware.attachDateControl(agenda, "cp_Date", txtDate, agendaTemplate , true).updateUI(); in makeDA()
252 … UnoDataAware.attachTimeControl(agenda, "cp_Time", txtTime, agendaTemplate , true).updateUI(); in makeDA()
253 …UnoDataAware.attachEditControl(agenda, "cp_Location", cbLocation, agendaTemplate , true).updateUI(… in makeDA()
340 agendaTemplate.load( agendaTemplates[1][selected] , topicsControl.getTopicsData()); in pageDesignChanged()
[all …]
H A DTopicsControl.java981 ((AgendaWizardDialogImpl) CurUnoDialog).agendaTemplate.topics.write(row, data);
1001 … ((AgendaWizardDialogImpl) CurUnoDialog).agendaTemplate.topics.writeCell(row, column, data);
1018 …((AgendaWizardDialogImpl) CurUnoDialog).agendaTemplate.topics.reduceDocumentTo(scrollfields.size()…