Lines Matching refs:XTextContent
88 import com.sun.star.text.XTextContent;
145 private XTextContent mxFishSection = null;
242 XTextContent xBookmarkContent = (XTextContent)UnoRuntime.queryInterface( in templateExample()
243 XTextContent.class, bookmark); in templateExample()
1103 XTextContent xIndexContent = (XTextContent) UnoRuntime.queryInterface( in IndexExample()
1104 XTextContent.class, xIndex ); in IndexExample()
1105 XTextContent xEntryContent = (XTextContent) UnoRuntime.queryInterface( in IndexExample()
1106 XTextContent.class, xEntry ); in IndexExample()
1174 XTextContent xContent = ( XTextContent ) UnoRuntime.queryInterface ( in ReferenceExample()
1175 XTextContent.class, xRefMark ); in ReferenceExample()
1221 XTextContent xRefContent = (XTextContent) UnoRuntime.queryInterface( in ReferenceExample()
1222 XTextContent.class, xFieldProps ); in ReferenceExample()
1266 XTextContent xContent = ( XTextContent ) UnoRuntime.queryInterface ( in FootnoteExample()
1267 XTextContent.class, xFootnote ); in FootnoteExample()
1505 XTextContent xNewPara = (XTextContent) UnoRuntime.queryInterface( in NumberingExample()
1506 XTextContent.class, mxDocFactory.createInstance( in NumberingExample()
1610 XTextContent xChildSection = (XTextContent) UnoRuntime.queryInterface( in TextSectionExample()
1611 XTextContent.class, xChildNamed ); in TextSectionExample()
1641 XTextContent xParentSection = (XTextContent) UnoRuntime.queryInterface( in TextSectionExample()
1642 XTextContent.class, xParentNamed ); in TextSectionExample()
1661 XTextContent xLinkedSection = (XTextContent) UnoRuntime.queryInterface( in TextSectionExample()
1662 XTextContent.class, xLinkNamed ); in TextSectionExample()
1757 mxFishSection = (XTextContent) UnoRuntime.queryInterface( in TextColumnsExample()
1758 XTextContent.class, xSectionNamed ); in TextColumnsExample()
1769 XTextContent xNewPara = (XTextContent) UnoRuntime.queryInterface( in TextColumnsExample()
1770 XTextContent.class, in TextColumnsExample()