Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx1591 Reference< XTextSectionsSupplier > xSectionsSupp( GetExport().GetModel(), UNO_QUERY ); in collectTextAutoStylesOptimized() local
1592 if ( xSectionsSupp.is() ) in collectTextAutoStylesOptimized()
1594 Reference< XIndexAccess > xSections( xSectionsSupp->getTextSections(), UNO_QUERY ); in collectTextAutoStylesOptimized()