Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx208 DocumentList::const_iterator it = m_aDocs.begin(); in notifyEvent()
209 while ( it != m_aDocs.end() ) in notifyEvent()
219 if ( it == m_aDocs.end() ) in notifyEvent()
235 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
273 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent()
274 while ( it != m_aDocs.end() ) in notifyEvent()
292 OSL_ENSURE( it != m_aDocs.end(), in notifyEvent()
295 if ( it != m_aDocs.end() ) in notifyEvent()
305 m_aDocs.erase( it ); in notifyEvent()
320 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent()
[all …]
H A Dtdoc_docmgr.hxx187 DocumentList m_aDocs; member in tdoc_ucp::OfficeDocumentsManager