Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds