Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx115 DocumentLogs aDocumentLogs; member
164 doc != m_pData->aDocumentLogs.end() && !bAlreadyKnown; in startedDocument()
174 while ( m_pData->aDocumentLogs.find( nID ) != m_pData->aDocumentLogs.end() ) in startedDocument()
177 m_pData->aDocumentLogs[ nID ] = DocumentEntry( _eType, _rName ); in startedDocument()
186 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in movedLibrary()
189 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in movedLibrary()
196 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in finishedDocument()
199 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in finishedDocument()
211 if ( docPos == m_pData->aDocumentLogs.end() ) in getNewLibraryName()
429 if ( docPos == m_pData->aDocumentLogs.end() ) in movedAnyLibrary()
[all …]

Completed in 2784 milliseconds