Lines Matching refs:m_rLogger

652         MigrationLog&   m_rLogger;  member in dbmm::ScriptsStorage
661 :m_rLogger( _rLogger ) in ScriptsStorage()
668 :m_rLogger( _rLogger ) in ScriptsStorage()
712 m_rLogger.logFailure( MigrationError( in bind()
883 MigrationLog& m_rLogger; member in dbmm::MigrationEngine_Impl
999 ,m_rLogger( _rLogger ) in MigrationEngine_Impl()
1051 if ( !lcl_commitDocumentStorage_nothrow( m_xDocumentModel, m_rLogger ) ) in migrateAll()
1055 if ( !lcl_storeDocument_nothrow( m_xDocumentModel, m_rLogger ) ) in migrateAll()
1118 m_rLogger.logFailure( MigrationError( in impl_collectSubDocuments_nothrow()
1132 …m_nCurrentDocumentID = m_rLogger.startedDocument( _rDocument.eType, _rDocument.sHierarchicalName ); in impl_handleDocument_nothrow()
1142 …DocResult eResult = lcl_loadSubDocument_nothrow( aSubDocument, pStatusIndicator.get(), m_rLogger ); in impl_handleDocument_nothrow()
1147 m_rLogger.finishedDocument( m_nCurrentDocumentID ); in impl_handleDocument_nothrow()
1192 if ( m_rLogger.movedAnyLibrary( m_nCurrentDocumentID ) ) in impl_handleDocument_nothrow()
1195 && ScriptsStorage::removeFromDocument( aSubDocument.xDocument, m_rLogger ) in impl_handleDocument_nothrow()
1196 && lcl_commitDocumentStorage_nothrow( aSubDocument.xDocument, m_rLogger ) in impl_handleDocument_nothrow()
1201 bSuccess = lcl_unloadSubDocument_nothrow( aSubDocument, m_rLogger ) in impl_handleDocument_nothrow()
1209 m_rLogger.finishedDocument( m_nCurrentDocumentID ); in impl_handleDocument_nothrow()
1294 ScriptsStorage aDocStorage( _rDocument.xDocument, m_rLogger ); in impl_checkScriptStorageStructure_nothrow()
1297 return !m_rLogger.hadFailure(); in impl_checkScriptStorageStructure_nothrow()
1309 m_rLogger.logFailure( MigrationError( in impl_checkScriptStorageStructure_nothrow()
1319 m_rLogger.logFailure( MigrationError( in impl_checkScriptStorageStructure_nothrow()
1337 ScriptsStorage aDatabaseScripts( m_rLogger ); in impl_migrateScriptStorage_nothrow()
1348 ScriptsStorage aDocStorage( _rDocument.xDocument, m_rLogger ); in impl_migrateScriptStorage_nothrow()
1356 return !m_rLogger.hadFailure(); in impl_migrateScriptStorage_nothrow()
1380 m_rLogger.logFailure( MigrationError( in impl_migrateScriptStorage_nothrow()
1398 m_rLogger.logFailure( MigrationError( in impl_migrateScriptStorage_nothrow()
1411 m_rLogger.movedLibrary( m_nCurrentDocumentID, _eScriptType, *element, sNewLibName ); in impl_migrateScriptStorage_nothrow()
1422 m_rLogger.logFailure( MigrationError( in impl_migrateScriptStorage_nothrow()
1448 m_rLogger.logFailure( MigrationError( in impl_migrateScriptStorage_nothrow()
1529 m_rLogger.logFailure( MigrationError( in impl_migrateContainerLibraries_nothrow()
1588m_rLogger.movedLibrary( m_nCurrentDocumentID, _eScriptType, *pSourceLibName, sNewLibName ); in impl_migrateContainerLibraries_nothrow()
1611 m_rLogger.logFailure( MigrationError( in impl_migrateContainerLibraries_nothrow()
1639 m_rLogger.logRecoverable( MigrationError( in impl_adjustScriptLibrary_nothrow()
1657 m_rLogger.logRecoverable( MigrationError( in impl_adjustScriptLibrary_nothrow()
1678 m_rLogger.logRecoverable( MigrationError( in impl_adjustScriptLibrary_nothrow()
1687 ::rtl::OUString sNewLibName = m_rLogger.getNewLibraryName( in impl_adjustScriptLibrary_nothrow()
1710 m_rLogger.logRecoverable( MigrationError( in impl_adjustScriptLibrary_nothrow()
1743 m_rLogger.logRecoverable( MigrationError( in impl_adjustScriptLibrary_nothrow()
1791 m_rLogger.logRecoverable( MigrationError( in impl_adjustDocumentEvents_nothrow()
1854 m_rLogger.logRecoverable( MigrationError( in impl_adjustDialogEvents_nothrow()
1913 m_rLogger.logRecoverable( MigrationError( in impl_adjustFormComponentEvents_nothrow()