Lines Matching refs:SAL_CALL

96         virtual ::sal_Int32 SAL_CALL getThreshold() throw (RuntimeException);
97 virtual void SAL_CALL setThreshold( ::sal_Int32 _threshold ) throw (RuntimeException);
100 virtual ::rtl::OUString SAL_CALL getEncoding() throw (RuntimeException);
101 … virtual void SAL_CALL setEncoding( const ::rtl::OUString& _encoding ) throw (RuntimeException);
102 virtual Reference< XLogFormatter > SAL_CALL getFormatter() throw (RuntimeException);
103 …virtual void SAL_CALL setFormatter( const Reference< XLogFormatter >& _formatter ) throw (RuntimeE…
104 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException);
105 virtual void SAL_CALL setLevel( ::sal_Int32 _level ) throw (RuntimeException);
106 virtual void SAL_CALL flush( ) throw (RuntimeException);
107 virtual ::sal_Bool SAL_CALL publish( const LogRecord& Record ) throw (RuntimeException);
110 …virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::An…
113 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
114 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
115 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
118 virtual void SAL_CALL disposing();
122 static ::rtl::OUString SAL_CALL getImplementationName_static();
123 static Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
155 void SAL_CALL ConsoleHandler::disposing() in disposing()
173 ::sal_Int32 SAL_CALL ConsoleHandler::getThreshold() throw (RuntimeException) in getThreshold()
180 void SAL_CALL ConsoleHandler::setThreshold( ::sal_Int32 _threshold ) throw (RuntimeException) in setThreshold()
187 ::rtl::OUString SAL_CALL ConsoleHandler::getEncoding() throw (RuntimeException) in getEncoding()
196 …void SAL_CALL ConsoleHandler::setEncoding( const ::rtl::OUString& _rEncoding ) throw (RuntimeExcep… in setEncoding()
203 Reference< XLogFormatter > SAL_CALL ConsoleHandler::getFormatter() throw (RuntimeException) in getFormatter()
210 …void SAL_CALL ConsoleHandler::setFormatter( const Reference< XLogFormatter >& _rxFormatter ) throw… in setFormatter()
217 ::sal_Int32 SAL_CALL ConsoleHandler::getLevel() throw (RuntimeException) in getLevel()
224 void SAL_CALL ConsoleHandler::setLevel( ::sal_Int32 _nLevel ) throw (RuntimeException) in setLevel()
231 void SAL_CALL ConsoleHandler::flush( ) throw (RuntimeException) in flush()
239 … ::sal_Bool SAL_CALL ConsoleHandler::publish( const LogRecord& _rRecord ) throw (RuntimeException) in publish()
256 …void SAL_CALL ConsoleHandler::initialize( const Sequence< Any >& _rArguments ) throw (Exception, R… in initialize()
286 ::rtl::OUString SAL_CALL ConsoleHandler::getImplementationName() throw(RuntimeException) in getImplementationName()
292 …::sal_Bool SAL_CALL ConsoleHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(… in supportsService()
305 …Sequence< ::rtl::OUString > SAL_CALL ConsoleHandler::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()
311 ::rtl::OUString SAL_CALL ConsoleHandler::getImplementationName_static() in getImplementationName_static()
317 Sequence< ::rtl::OUString > SAL_CALL ConsoleHandler::getSupportedServiceNames_static() in getSupportedServiceNames_static()