Lines Matching refs:SAL_CALL
112 virtual ::rtl::OUString SAL_CALL getEncoding() throw (RuntimeException);
113 … virtual void SAL_CALL setEncoding( const ::rtl::OUString& _encoding ) throw (RuntimeException);
114 virtual Reference< XLogFormatter > SAL_CALL getFormatter() throw (RuntimeException);
115 …virtual void SAL_CALL setFormatter( const Reference< XLogFormatter >& _formatter ) throw (RuntimeE…
116 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException);
117 virtual void SAL_CALL setLevel( ::sal_Int32 _level ) throw (RuntimeException);
118 virtual void SAL_CALL flush( ) throw (RuntimeException);
119 virtual ::sal_Bool SAL_CALL publish( const LogRecord& Record ) throw (RuntimeException);
122 …virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::An…
125 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
126 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE…
127 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
130 virtual void SAL_CALL disposing();
134 static ::rtl::OUString SAL_CALL getImplementationName_static();
135 static Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
251 void SAL_CALL FileHandler::disposing() in disposing()
277 ::rtl::OUString SAL_CALL FileHandler::getEncoding() throw (RuntimeException) in getEncoding()
286 …void SAL_CALL FileHandler::setEncoding( const ::rtl::OUString& _rEncoding ) throw (RuntimeExceptio… in setEncoding()
293 Reference< XLogFormatter > SAL_CALL FileHandler::getFormatter() throw (RuntimeException) in getFormatter()
300 …void SAL_CALL FileHandler::setFormatter( const Reference< XLogFormatter >& _rxFormatter ) throw (R… in setFormatter()
307 ::sal_Int32 SAL_CALL FileHandler::getLevel() throw (RuntimeException) in getLevel()
314 void SAL_CALL FileHandler::setLevel( ::sal_Int32 _nLevel ) throw (RuntimeException) in setLevel()
321 void SAL_CALL FileHandler::flush( ) throw (RuntimeException) in flush()
337 ::sal_Bool SAL_CALL FileHandler::publish( const LogRecord& _rRecord ) throw (RuntimeException) in publish()
353 …void SAL_CALL FileHandler::initialize( const Sequence< Any >& _rArguments ) throw (Exception, Runt… in initialize()
385 ::rtl::OUString SAL_CALL FileHandler::getImplementationName() throw(RuntimeException) in getImplementationName()
391 …::sal_Bool SAL_CALL FileHandler::supportsService( const ::rtl::OUString& _rServiceName ) throw(Run… in supportsService()
404 …Sequence< ::rtl::OUString > SAL_CALL FileHandler::getSupportedServiceNames() throw(RuntimeExceptio… in getSupportedServiceNames()
410 ::rtl::OUString SAL_CALL FileHandler::getImplementationName_static() in getImplementationName_static()
416 Sequence< ::rtl::OUString > SAL_CALL FileHandler::getSupportedServiceNames_static() in getSupportedServiceNames_static()