Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ext/macromigration/
H A Dmigrationlog.cxx124 MigrationLog::MigrationLog() in MigrationLog() function in dbmm::MigrationLog
130 MigrationLog::~MigrationLog() in ~MigrationLog()
135 void MigrationLog::logFailure( const MigrationError& _rError ) in logFailure()
141 void MigrationLog::logRecoverable( const MigrationError& _rError ) in logRecoverable()
147 bool MigrationLog::hadFailure() const in hadFailure()
153 void MigrationLog::backedUpDocument( const ::rtl::OUString& _rNewDocumentLocation ) in backedUpDocument()
159 …DocumentID MigrationLog::startedDocument( const SubDocumentType _eType, const ::rtl::OUString& _rN… in startedDocument()
183 void MigrationLog::movedLibrary( const DocumentID _nDocID, const ScriptType _eScriptType, in movedLibrary()
194 void MigrationLog::finishedDocument( const DocumentID _nDocID ) in finishedDocument()
205 …const ::rtl::OUString& MigrationLog::getNewLibraryName( DocumentID _nDocID, ScriptType _eScriptTyp… in getNewLibraryName()
[all …]
H A Dmigrationengine.cxx300 const Reference< XStatusIndicator >& _rxProgress, MigrationLog& _rLogger ) in lcl_loadSubDocument_nothrow()
354 static bool lcl_unloadSubDocument_nothrow( SubDocument& _rDocument, MigrationLog& _rLogger ) in lcl_unloadSubDocument_nothrow()
397 …lcl_commitDocumentStorage_nothrow( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger ) in lcl_commitDocumentStorage_nothrow()
425 … bool lcl_storeDocument_nothrow( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger ) in lcl_storeDocument_nothrow()
606 ScriptsStorage( MigrationLog& _rLogger );
607 ScriptsStorage( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger );
649 … removeFromDocument( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger );
652 MigrationLog& m_rLogger;
660 ScriptsStorage::ScriptsStorage( MigrationLog& _rLogger ) in ScriptsStorage()
667 ScriptsStorage::ScriptsStorage( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger ) in ScriptsStorage()
[all …]
H A Dmigrationlog.hxx48 class MigrationLog class
51 MigrationLog();
52 ~MigrationLog();
H A Dmigrationengine.hxx45 class MigrationLog;
65 MigrationLog& _rLogger
H A Dmacromigrationdialog.cxx124 MigrationLog aLogger;