Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java250 Object xTextSection; in insertTextSection() local
253 xTextSection = xTextSectionsSupplier.getTextSections().getByName(sectionName); in insertTextSection()
257 xTextSection = xMSFDoc.createInstance("com.sun.star.text.TextSection"); in insertTextSection()
258 … XTextContent xTextContentSection = UnoRuntime.queryInterface(XTextContent.class, xTextSection); in insertTextSection()
261 linkSectiontoTemplate(xTextSection, templateName, sectionName); in insertTextSection()
/aoo42x/main/sw/source/filter/xml/
H A Dxmltble.cxx719 Reference < XTextSection > xTextSection; in ExportTableLinesAutoStyles() local
720 aAny >>= xTextSection; in ExportTableLinesAutoStyles()
721 rTblInfo.SetBaseSection( xTextSection ); in ExportTableLinesAutoStyles()
895 Reference < XTextSection > xTextSection; in ExportTableBox() local
896 aAny >>= xTextSection; in ExportTableBox()
897 rTblInfo.SetBaseSection( xTextSection ); in ExportTableBox()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java179 …XInterface xTextSection = (XInterface) getDocumentServiceFactory().createInstance("com.sun.star.te… in addLinkedTextSection() local
180 … XTextContent xTextSectionContent = UnoRuntime.queryInterface( XTextContent.class, xTextSection ); in addLinkedTextSection()
181 xNamedTextSection = UnoRuntime.queryInterface( XNamed.class, xTextSection ); in addLinkedTextSection()
184 Helper.setUnoPropertyValue(xTextSection, "LinkRegion", sLinkRegion); in addLinkedTextSection()
/aoo42x/main/sw/inc/
H A Dsection.hxx365 ::com::sun::star::text::XTextSection> const& xTextSection) in SetXTextSection()
366 { m_wXTextSection = xTextSection; } in SetXTextSection()
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java754 … XTextSection xTextSection = UnoRuntime.queryInterface(XTextSection.class, minutesAllSection); in createMinutes() local
755 xTextSection.getAnchor().setString(PropertyNames.EMPTY_STRING); in createMinutes()

Completed in 244 milliseconds