Searched refs:m_aShapes (Results 1 – 1 of 1) sorted by relevance
413 shapescontainer_t m_aShapes; member in __anon9a22b8db0111::SwXShapesEnumeration431 : 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 28 milliseconds