Searched refs:m_aShapes (Results 1 – 1 of 1) sorted by relevance
411 shapescontainer_t m_aShapes; member in __anond4ac228a0111::SwXShapesEnumeration429 : m_aShapes() in SwXShapesEnumeration()432 …escontainer_t> pInserter = ::std::insert_iterator<shapescontainer_t>(m_aShapes, m_aShapes.begin()); in SwXShapesEnumeration()444 return !m_aShapes.empty(); in hasMoreElements()450 if(m_aShapes.empty()) in nextElement()452 uno::Any aResult = *m_aShapes.begin(); in nextElement()453 m_aShapes.pop_front(); in nextElement()
Completed in 23 milliseconds