Searched refs:getTextSections (Results 1 – 18 of 18) sorted by relevance
65 XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in removeTextSectionbyName()68 … Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in removeTextSectionbyName()80 … com.sun.star.container.XNameAccess xAllTextSections = xTextSectionsSupplier.getTextSections(); in hasTextSectionByName()88 …tSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSections()); in removeLastTextSection()115 …tSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSections()); in removeInvisibleTextSections()138 …tSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSections()); in removeAllTextSections()158 …tSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplier.getTextSections()); in breakLinkofTextSections()197 Object oTextSection = xTextSectionsSupplier.getTextSections().getByName(SectionName); in linkSectiontoTemplate()251 if (xTextSectionsSupplier.getTextSections().hasByName(sectionName)) in insertTextSection()253 xTextSection = xTextSectionsSupplier.getTextSections().getByName(sectionName); in insertTextSection()
48 // DocMerge from idl: method com::sun::star::text::XTextSectionsSupplier::getTextSections52 com::sun::star::container::XNameAccess getTextSections();
142 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in checkReportLayoutMode()306 …if (oTextSectionHandler.xTextSectionsSupplier.getTextSections().getElementNames().length > CurDBMe… in loadSectionsfromTemplate()671 …ime.queryInterface(XNameAccess.class, oTextSectionHandler.xTextSectionsSupplier.getTextSections()); in removeAllVisibleTextSections()748 XNameAccess xTextSections = oTextSectionHandler.xTextSectionsSupplier.getTextSections(); in setLayoutSectionsVisible()
603 String[] allSections = xTextSectionsSupplier.getTextSections().getElementNames(); in getSections()610 return ((Any) (xTextSectionsSupplier.getTextSections().getByName(name))).getObject(); in getSection()718 String[] allSections = xTextSectionsSupplier.getTextSections().getElementNames(); in deleteHiddenSections()
35 XNameAccess sections = oObj.getTextSections(); in _getTextSections()
112 oNA = oTSS.getTextSections(); in createCollection()
130 oTSSuppName = oTSSupp.getTextSections(); in createTestEnvironment()
106 XNameAccess oTSSuppName = oTSSupp.getTextSections(); in createTestEnvironment()
129 XNameAccess oTSSuppName = oTSSupp.getTextSections(); in createTestEnvironment()
62 … Object oSection = mySectionHandler.xTextSectionsSupplier.getTextSections().getByName(sElement); in switchElement()
67 … Object oSection = mySectionHandler.xTextSectionsSupplier.getTextSections().getByName(sElement); in switchElement()
53 "SwXTextDocument";"com::sun::star::text::XTextSectionsSupplier#optional";"getTextSections()"
166 xSectionSupplier->getTextSections(); in IMPL_LINK()
342 …virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL getTextSections(void) throw( …
1394 Reference< XNameAccess > SwXTextDocument::getTextSections(void) throw( RuntimeException ) in getTextSections() function in SwXTextDocument3575 pxDoc->getTextSections(), sToCompare, sSuffix ); in getByName()
3234 xNameAccess = xSects->getTextSections(); in EditEntry()
1596 Reference< XIndexAccess > xSections( xSectionsSupp->getTextSections(), UNO_QUERY ); in collectTextAutoStylesOptimized()
3938 XNameAccess xSections = xTSS.getTextSections(); in checkLoadXmlId()
Completed in 148 milliseconds