Searched refs:ConnectionLog_Base (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | ConnectionLog.hxx | 71 typedef ::comphelper::ResourceBasedEventLogger ConnectionLog_Base; typedef 72 class ConnectionLog : public ConnectionLog_Base 100 return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID ); in log() 106 return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1 ); in log() 112 … return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2 ); in log() 118 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log() 124 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log() 130 …return ConnectionLog_Base::log( _nLogLevel, _nMessageResID, m_nObjectID, _argument1, _argument2, _… in log()
|
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | ConnectionLog.cxx | 61 :ConnectionLog_Base( _rDriverLog ) in ConnectionLog() 68 :ConnectionLog_Base( _rSourceLog ) in ConnectionLog() 75 :ConnectionLog_Base( _rSourceLog ) in ConnectionLog()
|
Completed in 11 milliseconds