Searched refs:PlainTextFormatter (Results 1 – 4 of 4) sorted by relevance
67 class PlainTextFormatter : public PlainTextFormatter_Base class73 PlainTextFormatter( const Reference< XComponentContext >& _rxContext );74 virtual ~PlainTextFormatter();97 PlainTextFormatter::PlainTextFormatter( const Reference< XComponentContext >& _rxContext ) in PlainTextFormatter() function in logging::PlainTextFormatter103 PlainTextFormatter::~PlainTextFormatter() in ~PlainTextFormatter()108 ::rtl::OUString SAL_CALL PlainTextFormatter::getHead( ) throw (RuntimeException) in getHead()163 ::rtl::OUString SAL_CALL PlainTextFormatter::getTail( ) throw (RuntimeException) in getTail()195 ::rtl::OUString SAL_CALL PlainTextFormatter::getImplementationName_static() in getImplementationName_static()201 Sequence< ::rtl::OUString > SAL_CALL PlainTextFormatter::getSupportedServiceNames_static() in getSupportedServiceNames_static()211 return *( new PlainTextFormatter( _rxContext ) ); in Create()[all …]
57 using ::com::sun::star::logging::PlainTextFormatter;106 …Reference< XLogFormatter > xFormatter( PlainTextFormatter::create( m_xContext ), UNO_QUERY_THROW ); in enterMethod()
44 service PlainTextFormatter : XLogFormatter46 /// creates a PlainTextFormatter instance
40 PlainTextFormatter.idl\
Completed in 13 milliseconds