Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx408 class SwXShapesEnumeration class
415 virtual ~SwXShapesEnumeration() {}; in ~SwXShapesEnumeration()
417 SwXShapesEnumeration(SwXDrawPage* const pDrawPage);
430 SwXShapesEnumeration::SwXShapesEnumeration(SwXDrawPage* const pDrawPage) in SwXShapesEnumeration() function in SwXShapesEnumeration
443 sal_Bool SwXShapesEnumeration::hasMoreElements(void) throw(uno::RuntimeException) in hasMoreElements()
449 uno::Any SwXShapesEnumeration::nextElement(void) throw(container::NoSuchElementException, lang::Wra… in nextElement()
459 OUString SwXShapesEnumeration::getImplementationName(void) throw(uno::RuntimeException) in getImplementationName()
464 sal_Bool SwXShapesEnumeration::supportsService(const OUString& ServiceName) throw(uno::RuntimeExcep… in supportsService()
469 uno::Sequence< OUString > SwXShapesEnumeration::getSupportedServiceNames(void) throw(uno::RuntimeEx… in getSupportedServiceNames()
480 new SwXShapesEnumeration(this)); in createEnumeration()

Completed in 29 milliseconds