Lines Matching refs:CsvFormatter
75 class CsvFormatter : public CsvFormatter_Base class
86 CsvFormatter( const Reference< XComponentContext >& context );
87 virtual ~CsvFormatter();
177 CsvFormatter::CsvFormatter( const Reference< XComponentContext >& context ) in CsvFormatter() function in logging::CsvFormatter
187 CsvFormatter::~CsvFormatter() in ~CsvFormatter()
190 ::sal_Bool CsvFormatter::getLogEventNo() throw (RuntimeException) in getLogEventNo()
195 ::sal_Bool CsvFormatter::getLogThread() throw (RuntimeException) in getLogThread()
200 ::sal_Bool CsvFormatter::getLogTimestamp() throw (RuntimeException) in getLogTimestamp()
205 ::sal_Bool CsvFormatter::getLogSource() throw (RuntimeException) in getLogSource()
210 Sequence< ::rtl::OUString > CsvFormatter::getColumnnames() throw (RuntimeException) in getColumnnames()
215 void CsvFormatter::setLogEventNo(::sal_Bool log_event_no) throw (RuntimeException) in setLogEventNo()
220 void CsvFormatter::setLogThread(::sal_Bool log_thread) throw (RuntimeException) in setLogThread()
225 void CsvFormatter::setLogTimestamp(::sal_Bool log_timestamp) throw (RuntimeException) in setLogTimestamp()
230 void CsvFormatter::setLogSource(::sal_Bool log_source) throw (RuntimeException) in setLogSource()
235 …void CsvFormatter::setColumnnames(const Sequence< ::rtl::OUString >& columnnames) throw (RuntimeEx… in setColumnnames()
241 ::rtl::OUString SAL_CALL CsvFormatter::getHead( ) throw (RuntimeException) in getHead()
263 … ::rtl::OUString SAL_CALL CsvFormatter::format( const LogRecord& record ) throw (RuntimeException) in format()
318 ::rtl::OUString SAL_CALL CsvFormatter::getTail( ) throw (RuntimeException) in getTail()
323 …::rtl::OUString SAL_CALL CsvFormatter::formatMultiColumn(const Sequence< ::rtl::OUString>& column_… in formatMultiColumn()
336 …::sal_Bool SAL_CALL CsvFormatter::supportsService( const ::rtl::OUString& service_name ) throw(Run… in supportsService()
348 ::rtl::OUString SAL_CALL CsvFormatter::getImplementationName() throw(RuntimeException) in getImplementationName()
353 …Sequence< ::rtl::OUString > SAL_CALL CsvFormatter::getSupportedServiceNames() throw(RuntimeExcepti… in getSupportedServiceNames()
358 ::rtl::OUString SAL_CALL CsvFormatter::getImplementationName_static() in getImplementationName_static()
363 Sequence< ::rtl::OUString > SAL_CALL CsvFormatter::getSupportedServiceNames_static() in getSupportedServiceNames_static()
370 Reference< XInterface > CsvFormatter::Create( const Reference< XComponentContext >& context ) in Create()
372 return *( new CsvFormatter( context ) ); in Create()
377 static OAutoRegistration< CsvFormatter > aAutoRegistration; in createRegistryInfo_CsvFormatter()