Searched refs:m_pEnumerationIt (Results 1 – 2 of 2) sorted by relevance
531 , m_pEnumerationIt (m_lModels.begin()) in ModelCollectionEnumeration()544 m_pEnumerationIt = m_lModels.begin(); in setModelList()554 return (m_pEnumerationIt != m_lModels.end()); in hasMoreElements()565 if (m_pEnumerationIt == m_lModels.end()) in nextElement()569 css::uno::Reference< css::frame::XModel > xModel(*m_pEnumerationIt, UNO_QUERY); in nextElement()570 ++m_pEnumerationIt; in nextElement()
158 TModelList::iterator m_pEnumerationIt; member in ModelCollectionEnumeration
Completed in 16 milliseconds