Searched refs:xSections (Results 1 – 3 of 3) sorted by relevance
3938 XNameAccess xSections = xTSS.getTextSections(); in checkLoadXmlId() local3941 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 …]
165 uno::Reference< container::XNameAccess > xSections = in IMPL_LINK() local172 uno::Any aSection = xSections->getByName( sTmp ); in IMPL_LINK()
1594 Reference< XIndexAccess > xSections( xSectionsSupp->getTextSections(), UNO_QUERY ); in collectTextAutoStylesOptimized() local1595 if ( xSections.is() ) in collectTextAutoStylesOptimized()1597 nCount = xSections->getCount(); in collectTextAutoStylesOptimized()1600 Any aAny = xSections->getByIndex( i ); in collectTextAutoStylesOptimized()
Completed in 108 milliseconds