Home
last modified time | relevance | path

Searched refs:FILLIN_READ (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java313 else if (itemName.equals(FILLIN_READ)) in isShowItem()
380 itemsCache.put(FILLIN_READ, in initItemsCache()
381 new AgendaItem(FILLIN_READ, new TextElement(resources.itemRead, STYLE_READ), in initItemsCache()
H A DTemplateConsts.java65 public final static String FILLIN_READ = "<read>"; field
H A DAgendaWizardDialogImpl.java256 …Box(agenda,"cp_ShowRead", chkRead , new RedrawListener( TemplateConsts.FILLIN_READ ) , true).updat… in makeDA()