Home
last modified time | relevance | path

Searched refs:_nLevel (Results 1 – 8 of 8) sorted by relevance

/trunk/main/extensions/source/logging/
H A Dlogger.cxx126 virtual ::sal_Bool SAL_CALL isLoggable( ::sal_Int32 _nLevel ) throw (RuntimeException);
140 bool impl_nts_isLoggable_nothrow( ::sal_Int32 _nLevel );
205 bool EventLogger::impl_nts_isLoggable_nothrow( ::sal_Int32 _nLevel ) in impl_nts_isLoggable_nothrow() argument
207 if ( _nLevel < m_nLogLevel ) in impl_nts_isLoggable_nothrow()
265 ::sal_Bool SAL_CALL EventLogger::isLoggable( ::sal_Int32 _nLevel ) throw (RuntimeException) in isLoggable() argument
268 return impl_nts_isLoggable_nothrow( _nLevel ); in isLoggable()
272 …void SAL_CALL EventLogger::log( ::sal_Int32 _nLevel, const ::rtl::OUString& _rMessage ) throw (Run… in log() argument
277 _nLevel, in log()
283 …void SAL_CALL EventLogger::logp( ::sal_Int32 _nLevel, const ::rtl::OUString& _rSourceClass, const … in logp() argument
290 _nLevel, in logp()
H A Dloghandler.hxx89 setLevel( const sal_Int32 _nLevel ) in setLevel() argument
91 m_nLevel = _nLevel; in setLevel()
H A Dconsolehandler.cxx224 void SAL_CALL ConsoleHandler::setLevel( ::sal_Int32 _nLevel ) throw (RuntimeException) in setLevel() argument
227 m_aHandlerHelper.setLevel( _nLevel ); in setLevel()
H A Dfilehandler.cxx314 void SAL_CALL FileHandler::setLevel( ::sal_Int32 _nLevel ) throw (RuntimeException) in setLevel() argument
317 m_aHandlerHelper.setLevel( _nLevel ); in setLevel()
H A Dsysloghandler.cxx213 void SAL_CALL SyslogHandler::setLevel( ::sal_Int32 _nLevel ) throw (RuntimeException) in setLevel() argument
216 m_aHandlerHelper.setLevel( _nLevel ); in setLevel()
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx198 void SetMacroSecurityLevel ( sal_Int32 _nLevel ) ;
944 void SvtSecurityOptions_Impl::SetMacroSecurityLevel( sal_Int32 _nLevel ) in SetMacroSecurityLevel() argument
948 if( _nLevel > 3 || _nLevel < 0 ) in SetMacroSecurityLevel()
949 _nLevel = 3; in SetMacroSecurityLevel()
951 if( m_nSecLevel != _nLevel ) in SetMacroSecurityLevel()
953 m_nSecLevel = _nLevel; in SetMacroSecurityLevel()
1122 void SvtSecurityOptions::SetMacroSecurityLevel( sal_Int32 _nLevel ) in SetMacroSecurityLevel() argument
1125 m_pDataContainer->SetMacroSecurityLevel( _nLevel ); in SetMacroSecurityLevel()
/trunk/main/unotools/inc/unotools/
H A Dsecurityoptions.hxx212 void SetMacroSecurityLevel ( sal_Int32 _nLevel ) ;
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx323 void lcl_indent( ::rtl::OUStringBuffer& _inout_rBuffer, sal_Int32 _nLevel ) in lcl_indent() argument
325 while ( _nLevel-- > 0 ) in lcl_indent()
330 …r& _inout_rBuffer, const Exception& _e, const ::rtl::OUString& _rExceptionType, sal_Int32 _nLevel ) in implAppendExceptionMsg() argument
333 lcl_indent( _inout_rBuffer, _nLevel ); in implAppendExceptionMsg()
342 lcl_indent( _inout_rBuffer, _nLevel ); in implAppendExceptionMsg()

Completed in 60 milliseconds