Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/vba/
H A Dvbaparagraph.cxx92 uno::Reference< container::XEnumeration > xParEnum = getEnumeration(); in getCount() local
93 while( xParEnum->hasMoreElements() ) in getCount()
95 …uno::Reference< lang::XServiceInfo > xServiceInfo( xParEnum->nextElement(), uno::UNO_QUERY_THROW ); in getCount()
108 uno::Reference< container::XEnumeration > xParEnum = getEnumeration(); in getByIndex() local
109 while( xParEnum->hasMoreElements() ) in getByIndex()
111 …uno::Reference< lang::XServiceInfo > xServiceInfo( xParEnum->nextElement(), uno::UNO_QUERY_THROW ); in getByIndex()

Completed in 20 milliseconds