Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.cxx219 Reference<XEnumerationAccess> aEnumAccess = xSupplier->getRedlines(); in ExportChangesListElements() local
229 if ( aEnumAccess->hasElements() || bEnabled ) in ExportChangesListElements()
233 if ( !bEnabled != !aEnumAccess->hasElements() ) in ExportChangesListElements()
246 Reference<XEnumeration> aEnum = aEnumAccess->createEnumeration(); in ExportChangesListElements()
306 Reference<XEnumerationAccess> aEnumAccess = xSupplier->getRedlines(); in ExportChangesListAutoStyles() local
309 if (aEnumAccess->hasElements()) in ExportChangesListAutoStyles()
312 Reference<XEnumeration> aEnum = aEnumAccess->createEnumeration(); in ExportChangesListAutoStyles()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx591 …Reference< XEnumerationAccess > aEnumAccess( CustomAnimationPresets::getCustomAnimationPresets().g… in createEnumeration() local
593 if( aEnumAccess.is() ) in createEnumeration()
595 Reference< XEnumeration > xEnumeration( aEnumAccess->createEnumeration(), UNO_QUERY ); in createEnumeration()
605 xEnum = aEnumAccess->createEnumeration(); in createEnumeration()

Completed in 26 milliseconds