Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx183 void MigrationLog::movedLibrary( const DocumentID _nDocID, const ScriptType _eScriptType, in movedLibrary() argument
186 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in movedLibrary()
189 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in movedLibrary()
194 void MigrationLog::finishedDocument( const DocumentID _nDocID ) in finishedDocument() argument
196 OSL_ENSURE( m_pData->aDocumentLogs.find( _nDocID ) != m_pData->aDocumentLogs.end(), in finishedDocument()
199 DocumentEntry& rDocEntry = m_pData->aDocumentLogs[ _nDocID ]; in finishedDocument()
205 …const ::rtl::OUString& MigrationLog::getNewLibraryName( DocumentID _nDocID, ScriptType _eScriptTyp… in getNewLibraryName() argument
210 DocumentLogs::const_iterator docPos = m_pData->aDocumentLogs.find( _nDocID ); in getNewLibraryName()
426 bool MigrationLog::movedAnyLibrary( const DocumentID _nDocID ) in movedAnyLibrary() argument
428 DocumentLogs::const_iterator docPos = m_pData->aDocumentLogs.find( _nDocID ); in movedAnyLibrary()
H A Dmigrationlog.hxx80 const DocumentID _nDocID,
88 void finishedDocument( const DocumentID _nDocID );
101 DocumentID _nDocID,

Completed in 22 milliseconds