Searched refs:m_aDocs (Results 1 – 2 of 2) sorted by relevance
213 DocumentList::const_iterator it = m_aDocs.begin(); in notifyEvent()214 while ( it != m_aDocs.end() ) in notifyEvent()224 if ( it == m_aDocs.end() ) in notifyEvent()240 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()278 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent()279 while ( it != m_aDocs.end() ) in notifyEvent()297 OSL_ENSURE( it != m_aDocs.end(), in notifyEvent()300 if ( it != m_aDocs.end() ) in notifyEvent()310 m_aDocs.erase( it ); in notifyEvent()325 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent()[all …]
193 DocumentList m_aDocs; member in tdoc_ucp::OfficeDocumentsManager