30using namespace ::
cppu;
37 , m_seqComponents (
std::move(seqComponents) )
55 SAL_WARN_IF( !
aEvent.Source.is(),
"fwk",
"OComponentEnumeration::disposing(): Invalid parameter detected!" );
83 throw NoSuchElementException();
virtual sal_Bool SAL_CALL hasMoreElements() override
virtual ~OComponentEnumeration() override
std::vector< css::uno::Reference< css::lang::XComponent > > m_seqComponents
current position in enumeration
OComponentEnumeration(std::vector< css::uno::Reference< css::lang::XComponent > > &&seqComponents)
virtual css::uno::Any SAL_CALL nextElement() override
virtual void SAL_CALL disposing(const css::lang::EventObject &aEvent) override
#define SAL_WARN_IF(condition, area, stream)