Searched refs:m_pEnumerationIt (Results 1 – 2 of 2) sorted by relevance
534 , m_pEnumerationIt (m_lModels.begin()) in ModelCollectionEnumeration()547 m_pEnumerationIt = m_lModels.begin(); in setModelList()557 return (m_pEnumerationIt != m_lModels.end()); in hasMoreElements()568 if (m_pEnumerationIt == m_lModels.end()) in nextElement()572 css::uno::Reference< css::frame::XModel > xModel(*m_pEnumerationIt, UNO_QUERY); in nextElement()573 ++m_pEnumerationIt; in nextElement()
158 TModelList::iterator m_pEnumerationIt; member in ModelCollectionEnumeration
Completed in 16 milliseconds