Lines Matching refs:SAL_CALL

116 		virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
117 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
118 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
121 virtual ::rtl::OUString SAL_CALL getName() throw (RuntimeException);
122 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException);
123 virtual void SAL_CALL setLevel( ::sal_Int32 _level ) throw (RuntimeException);
124 …virtual void SAL_CALL addLogHandler( const Reference< XLogHandler >& LogHandler ) throw (RuntimeEx…
125 …virtual void SAL_CALL removeLogHandler( const Reference< XLogHandler >& LogHandler ) throw (Runtim…
126 virtual ::sal_Bool SAL_CALL isLoggable( ::sal_Int32 _nLevel ) throw (RuntimeException);
127 …virtual void SAL_CALL log( ::sal_Int32 Level, const ::rtl::OUString& Message ) throw (RuntimeExcep…
128 …virtual void SAL_CALL logp( ::sal_Int32 Level, const ::rtl::OUString& SourceClass, const ::rtl::OU…
166 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
167 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
168 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
177 …virtual Reference< XLogger > SAL_CALL getNamedLogger( const ::rtl::OUString& Name ) throw (Runtime…
178 virtual Reference< XLogger > SAL_CALL getDefaultLogger( ) throw (RuntimeException);
231 ::rtl::OUString SAL_CALL EventLogger::getName() throw (RuntimeException) in getName()
237 ::sal_Int32 SAL_CALL EventLogger::getLevel() throw (RuntimeException) in getLevel()
244 void SAL_CALL EventLogger::setLevel( ::sal_Int32 _level ) throw (RuntimeException) in setLevel()
251 …void SAL_CALL EventLogger::addLogHandler( const Reference< XLogHandler >& _rxLogHandler ) throw (R… in addLogHandler()
258 …void SAL_CALL EventLogger::removeLogHandler( const Reference< XLogHandler >& _rxLogHandler ) throw… in removeLogHandler()
265 ::sal_Bool SAL_CALL EventLogger::isLoggable( ::sal_Int32 _nLevel ) throw (RuntimeException) in isLoggable()
272 …void SAL_CALL EventLogger::log( ::sal_Int32 _nLevel, const ::rtl::OUString& _rMessage ) throw (Run… in log()
283 …void SAL_CALL EventLogger::logp( ::sal_Int32 _nLevel, const ::rtl::OUString& _rSourceClass, const … in logp()
296 ::rtl::OUString SAL_CALL EventLogger::getImplementationName() throw(RuntimeException) in getImplementationName()
308 …Sequence< ::rtl::OUString > SAL_CALL EventLogger::getSupportedServiceNames() throw(RuntimeExceptio… in getSupportedServiceNames()
325 ::rtl::OUString SAL_CALL LoggerPool::getImplementationName() throw(RuntimeException) in getImplementationName()
331 …::sal_Bool SAL_CALL LoggerPool::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runt… in supportsService()
337 …Sequence< ::rtl::OUString > SAL_CALL LoggerPool::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
343 ::rtl::OUString SAL_CALL LoggerPool::getImplementationName_static() in getImplementationName_static()
349 Sequence< ::rtl::OUString > SAL_CALL LoggerPool::getSupportedServiceNames_static() in getSupportedServiceNames_static()
363 …Reference< XInterface > SAL_CALL LoggerPool::Create( const Reference< XComponentContext >& _rxCont… in Create()
369 …Reference< XLogger > SAL_CALL LoggerPool::getNamedLogger( const ::rtl::OUString& _rName ) throw (R… in getNamedLogger()
386 Reference< XLogger > SAL_CALL LoggerPool::getDefaultLogger( ) throw (RuntimeException) in getDefaultLogger()