Searched refs:aEnumAccess (Results 1 – 2 of 2) sorted by relevance
219 Reference<XEnumerationAccess> aEnumAccess = xSupplier->getRedlines(); in ExportChangesListElements() local229 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() local309 if (aEnumAccess->hasElements()) in ExportChangesListAutoStyles()312 Reference<XEnumeration> aEnum = aEnumAccess->createEnumeration(); in ExportChangesListAutoStyles()
591 …Reference< XEnumerationAccess > aEnumAccess( CustomAnimationPresets::getCustomAnimationPresets().g… in createEnumeration() local593 if( aEnumAccess.is() ) in createEnumeration()595 Reference< XEnumeration > xEnumeration( aEnumAccess->createEnumeration(), UNO_QUERY ); in createEnumeration()605 xEnum = aEnumAccess->createEnumeration(); in createEnumeration()
Completed in 29 milliseconds