Home
last modified time | relevance | path

Searched refs:CsvFormatter (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/logging/
H A Dcsvformatter.cxx75 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()
372 return *( new CsvFormatter( context ) ); in Create()
[all …]

Completed in 8 milliseconds