Home
last modified time | relevance | path

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

/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java3938 XNameAccess xSections = xTSS.getTextSections(); in checkLoadXmlId() local
3941 XMetadatable.class, xSections.getByName("Section 1")); in checkLoadXmlId()
3946 XMetadatable.class, xSections.getByName("Section 2")); in checkLoadXmlId()
3952 xSections.getByName("Table of Contents1_Head")); in checkLoadXmlId()
3958 xSections.getByName("Alphabetical Index1_Head")); in checkLoadXmlId()
3964 xSections.getByName("Illustration Index1_Head")); in checkLoadXmlId()
3970 xSections.getByName("Index of Tables1_Head")); in checkLoadXmlId()
3976 xSections.getByName("User-Defined1_Head")); in checkLoadXmlId()
3982 xSections.getByName("Table of Objects1_Head")); in checkLoadXmlId()
4042 XMetadatable.class, xSections.getByName("User-Defined1")); in checkLoadXmlId()
[all …]
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx165 uno::Reference< container::XNameAccess > xSections = in IMPL_LINK() local
172 uno::Any aSection = xSections->getByName( sTmp ); in IMPL_LINK()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1596 Reference< XIndexAccess > xSections( xSectionsSupp->getTextSections(), UNO_QUERY ); in collectTextAutoStylesOptimized() local
1597 if ( xSections.is() ) in collectTextAutoStylesOptimized()
1599 nCount = xSections->getCount(); in collectTextAutoStylesOptimized()
1602 Any aAny = xSections->getByIndex( i ); in collectTextAutoStylesOptimized()

Completed in 59 milliseconds