LibreOffice Module extensions (master) 1
Namespaces | Functions
csvformatter.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/logging/XCsvLogFormatter.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/macros.h>
#include <sal/types.h>
#include <stdio.h>
#include <string_view>
Include dependency graph for csvformatter.cxx:

Go to the source code of this file.

Namespaces

namespace  logging
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_extensions_CsvFormatter (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_comp_extensions_CsvFormatter()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_extensions_CsvFormatter ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 312 of file csvformatter.cxx.

Variable Documentation

◆ m_Columnnames

css::uno::Sequence< OUString > m_Columnnames
private

Definition at line 82 of file csvformatter.cxx.

◆ m_LogEventNo

bool m_LogEventNo
private

Definition at line 77 of file csvformatter.cxx.

◆ m_LogSource

bool m_LogSource
private

Definition at line 80 of file csvformatter.cxx.

◆ m_LogThread

bool m_LogThread
private

Definition at line 78 of file csvformatter.cxx.

◆ m_LogTimestamp

bool m_LogTimestamp
private

Definition at line 79 of file csvformatter.cxx.

◆ m_MultiColumn

bool m_MultiColumn
private

Definition at line 81 of file csvformatter.cxx.