Lines Matching refs:m_aDocs

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()
326 while ( it != m_aDocs.end() ) in notifyEvent()
346 OSL_ENSURE( it != m_aDocs.end(), in notifyEvent()
361 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent()
362 while ( it != m_aDocs.end() ) in notifyEvent()
385 OSL_ENSURE( it != m_aDocs.end(), in notifyEvent()
400 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent()
401 while ( it != m_aDocs.end() ) in notifyEvent()
420 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
529 DocumentList::const_iterator it = m_aDocs.begin(); in buildDocumentsList()
530 while ( it != m_aDocs.end() ) in buildDocumentsList()
540 if ( it == m_aDocs.end() ) in buildDocumentsList()
555 m_aDocs[ aDocId ] in buildDocumentsList()
583 DocumentList::const_iterator it = m_aDocs.find( rDocId ); in queryStorage()
584 if ( it == m_aDocs.end() ) in queryStorage()
603 DocumentList::const_iterator it = m_aDocs.find( rDocId ); in queryDocumentModel()
604 if ( it == m_aDocs.end() ) in queryDocumentModel()
615 uno::Sequence< rtl::OUString > aRet( m_aDocs.size() ); in queryDocuments()
618 DocumentList::const_iterator it = m_aDocs.begin(); in queryDocuments()
619 while ( it != m_aDocs.end() ) in queryDocuments()
634 DocumentList::const_iterator it = m_aDocs.find( rDocId ); in queryStorageTitle()
635 if ( it == m_aDocs.end() ) in queryStorageTitle()