Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java134 TextSectionHandler textSectionHandler; field in AgendaTemplate
479textSectionHandler = new TextSectionHandler(xMultiServiceFactory, UnoRuntime.queryInterface(XTextD… in initialize()
707 textSectionHandler.removeAllTextSections(); in finish()
862 textSectionHandler.removeTextSectionbyName(SECTION_MINUTES); in createMinutes()
867 textSectionHandler.insertTextSection(SECTION_MINUTES, template, false); in createMinutes()
1004 textSectionHandler.linkSectiontoTemplate(section, template, name); in write()
1005 textSectionHandler.breakLinkOfTextSection(section); in write()