Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java255 …x(agenda,"cp_ShowMeetingType", chkMeetingTitle , new RedrawListener( TemplateConsts.FILLIN_MEETING… in makeDA()
256 …e.attachCheckBox(agenda,"cp_ShowRead", chkRead , new RedrawListener( TemplateConsts.FILLIN_READ ) … in makeDA()
257 …attachCheckBox(agenda,"cp_ShowBring", chkBring , new RedrawListener( TemplateConsts.FILLIN_BRING )… in makeDA()
258 …attachCheckBox(agenda,"cp_ShowNotes", chkNotes , new RedrawListener( TemplateConsts.FILLIN_NOTES )… in makeDA()
260 …eckBox(agenda,"cp_ShowCalledBy", chkConvenedBy , new RedrawListener( TemplateConsts.FILLIN_CALLED_… in makeDA()
261 …kBox(agenda,"cp_ShowFacilitator", chkPresiding , new RedrawListener( TemplateConsts.FILLIN_FACILIT… in makeDA()
262 …eckBox(agenda,"cp_ShowNotetaker", chkNoteTaker , new RedrawListener( TemplateConsts.FILLIN_NOTETAK… in makeDA()
263 …kBox(agenda,"cp_ShowTimekeeper", chkTimekeeper , new RedrawListener( TemplateConsts.FILLIN_TIMEKEE… in makeDA()
264 …eckBox(agenda,"cp_ShowAttendees", chkAttendees , new RedrawListener( TemplateConsts.FILLIN_PARTICI… in makeDA()
265 …eckBox(agenda,"cp_ShowObservers", chkObservers , new RedrawListener( TemplateConsts.FILLIN_OBSERVE… in makeDA()
[all …]
H A DTemplateConsts.java30 public interface TemplateConsts interface
H A DAgendaTemplate.java103 public class AgendaTemplate extends TextDocument implements TemplateConsts, DataAware.Listener
580 String[] sections = getSections(document, TemplateConsts.SECTION_ITEMS); in initializeItemsSections()
/trunk/main/wizards/
H A DJar_agenda.mk52 wizards/com/sun/star/wizards/agenda/TemplateConsts \