Lines Matching refs:FileHandler

86     class FileHandler   :public ::cppu::BaseMutex  class
108 FileHandler( const Reference< XComponentContext >& _rxContext );
109 virtual ~FileHandler();
139 typedef ComponentMethodGuard< FileHandler > MethodGuard;
160 FileHandler::FileHandler( const Reference< XComponentContext >& _rxContext ) in FileHandler() function in logging::FileHandler
171 FileHandler::~FileHandler() in ~FileHandler()
181 bool FileHandler::impl_prepareFile_nothrow() in impl_prepareFile_nothrow()
221 void FileHandler::impl_writeString_nothrow( const ::rtl::OString& _rEntry ) in impl_writeString_nothrow()
236 void FileHandler::impl_doStringsubstitution_nothrow( ::rtl::OUString& _inout_rURL ) in impl_doStringsubstitution_nothrow()
251 void SAL_CALL FileHandler::disposing() in disposing()
265 void FileHandler::enterMethod( MethodGuard::Access ) in enterMethod()
271 void FileHandler::leaveMethod( MethodGuard::Access ) in leaveMethod()
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()
424 Reference< XInterface > FileHandler::Create( const Reference< XComponentContext >& _rxContext ) in Create()
426 return *( new FileHandler( _rxContext ) ); in Create()
432 static OAutoRegistration< FileHandler > aAutoRegistration; in createRegistryInfo_FileHandler()