Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx300 const Reference< XStatusIndicator >& _rxProgress, MigrationLog& _rLogger ) in lcl_loadSubDocument_nothrow() argument
335 _rLogger.logRecoverable( MigrationError( in lcl_loadSubDocument_nothrow()
343 _rLogger.logFailure( MigrationError( in lcl_loadSubDocument_nothrow()
354 static bool lcl_unloadSubDocument_nothrow( SubDocument& _rDocument, MigrationLog& _rLogger ) in lcl_unloadSubDocument_nothrow() argument
370 _rLogger.logFailure( MigrationError( in lcl_unloadSubDocument_nothrow()
397 …lcl_commitDocumentStorage_nothrow( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger ) in lcl_commitDocumentStorage_nothrow() argument
415 _rLogger.logFailure( MigrationError( in lcl_commitDocumentStorage_nothrow()
425 … bool lcl_storeDocument_nothrow( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger ) in lcl_storeDocument_nothrow() argument
443 _rLogger.logFailure( MigrationError( in lcl_storeDocument_nothrow()
606 ScriptsStorage( MigrationLog& _rLogger );
[all …]
H A Dmigrationengine.hxx65 MigrationLog& _rLogger
/trunk/main/connectivity/source/drivers/jdbc/
H A DObject.cxx209 …:ThrowLoggedSQLException( const ::comphelper::ResourceBasedEventLogger& _rLogger, JNIEnv* _pEnviro… in ThrowLoggedSQLException() argument
215_rLogger.log( ::com::sun::star::logging::LogLevel::SEVERE, STR_LOG_THROWING_EXCEPTION, aException.… in ThrowLoggedSQLException()
H A DJConnection.cxx620 bool lcl_setSystemProperties_nothrow( const java::sql::ConnectionLog& _rLogger, in lcl_setSystemProperties_nothrow() argument
648_rLogger.log( LogLevel::FINER, STR_LOG_SETTING_SYSTEM_PROPERTY, pSystemProp->Name, sValue ); in lcl_setSystemProperties_nothrow()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx120 const ::comphelper::ResourceBasedEventLogger& _rLogger,