Lines Matching refs:TextElement

168     TextElement teTitle, teDate, teTime, teLocation;
373 …new AgendaItem(FILLIN_MEETING_TYPE, new TextElement(resources.itemMeetingType, STYLE_MEETING_TYPE), in initItemsCache()
377 new AgendaItem(FILLIN_BRING, new TextElement(resources.itemBring, STYLE_BRING), in initItemsCache()
381 new AgendaItem(FILLIN_READ, new TextElement(resources.itemRead, STYLE_READ), in initItemsCache()
385 new AgendaItem(FILLIN_NOTES, new TextElement(resources.itemNote, STYLE_NOTES), in initItemsCache()
391 … new AgendaItem(FILLIN_CALLED_BY, new TextElement(resources.itemCalledBy, STYLE_CALLED_BY), in initItemsCache()
395 … new AgendaItem(FILLIN_FACILITATOR, new TextElement(resources.itemFacilitator, STYLE_FACILITATOR), in initItemsCache()
399 … new AgendaItem(FILLIN_PARTICIPANTS, new TextElement(resources.itemAttendees, STYLE_PARTICIPANTS), in initItemsCache()
403 … new AgendaItem(FILLIN_NOTETAKER, new TextElement(resources.itemNotetaker, STYLE_NOTETAKER), in initItemsCache()
407 … new AgendaItem(FILLIN_TIMEKEEPER, new TextElement(resources.itemTimekeeper, STYLE_TIMEKEEPER), in initItemsCache()
411 … new AgendaItem(FILLIN_OBSERVERS, new TextElement(resources.itemObservers, STYLE_OBSERVERS), in initItemsCache()
415 …new AgendaItem(FILLIN_RESOURCE_PERSONS, new TextElement(resources.itemResource, STYLE_RESOURCE_PER… in initItemsCache()
658 private void writeTitle(TextElement te, XTextRange tr, String text) in writeTitle()
1243 AgendaElement ae = new TextElement(xTextRange); in Topics()
1385 TextElement te = null; in writeCell()
1533 private TextElement setItemText(int cell, Object value) in setItemText()
1537 TextElement te = ((TextElement) topicCells.get(cell)); in setItemText()
1741 class TextElement extends ParaStyled class
1746 TextElement(XTextRange range) in TextElement() method in TextElement
1751 TextElement(String text_, String paraStyle_) in TextElement() method in TextElement
1775 class PlaceholderTextElement extends TextElement
1878 TextElement textElement;
1883 AgendaItem(String name_, TextElement te, AgendaElement f) in AgendaItem()