Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx413 shapescontainer_t m_aShapes; member in __anon470b0e720111::SwXShapesEnumeration
431 : m_aShapes() in SwXShapesEnumeration()
434 …escontainer_t> pInserter = ::std::insert_iterator<shapescontainer_t>(m_aShapes, m_aShapes.begin()); in SwXShapesEnumeration()
446 return !m_aShapes.empty(); in hasMoreElements()
452 if(m_aShapes.empty()) in nextElement()
454 uno::Any aResult = *m_aShapes.begin(); in nextElement()
455 m_aShapes.pop_front(); in nextElement()

Completed in 31 milliseconds