Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunodraw.cxx406 class SwXShapesEnumeration class
413 virtual ~SwXShapesEnumeration() {}; in ~SwXShapesEnumeration()
415 SwXShapesEnumeration(SwXDrawPage* const pDrawPage);
428 SwXShapesEnumeration::SwXShapesEnumeration(SwXDrawPage* const pDrawPage) in SwXShapesEnumeration() function in SwXShapesEnumeration
441 sal_Bool SwXShapesEnumeration::hasMoreElements(void) throw(uno::RuntimeException) in hasMoreElements()
447 uno::Any SwXShapesEnumeration::nextElement(void) throw(container::NoSuchElementException, lang::Wra… in nextElement()
457 OUString SwXShapesEnumeration::getImplementationName(void) throw(uno::RuntimeException) in getImplementationName()
462 sal_Bool SwXShapesEnumeration::supportsService(const OUString& ServiceName) throw(uno::RuntimeExcep… in supportsService()
467 uno::Sequence< OUString > SwXShapesEnumeration::getSupportedServiceNames(void) throw(uno::RuntimeEx… in getSupportedServiceNames()
478 new SwXShapesEnumeration(this)); in createEnumeration()

Completed in 30 milliseconds