Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/notify/
H A Deventsupplier.cxx531 , 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()
/aoo4110/main/sfx2/source/inc/
H A Deventsupplier.hxx158 TModelList::iterator m_pEnumerationIt; member in ModelCollectionEnumeration

Completed in 16 milliseconds