Lines Matching refs:SAL_CALL

78 …virtual ::rtl::OUString SAL_CALL formatMultiColumn(const Sequence< ::rtl::OUString>& column_data) …
81 static ::rtl::OUString SAL_CALL getImplementationName_static();
82 static Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
90 virtual ::sal_Bool SAL_CALL getLogEventNo() throw (RuntimeException);
91 virtual ::sal_Bool SAL_CALL getLogThread() throw (RuntimeException);
92 virtual ::sal_Bool SAL_CALL getLogTimestamp() throw (RuntimeException);
93 virtual ::sal_Bool SAL_CALL getLogSource() throw (RuntimeException);
94 virtual Sequence< ::rtl::OUString > SAL_CALL getColumnnames() throw (RuntimeException);
96 virtual void SAL_CALL setLogEventNo( ::sal_Bool log_event_no ) throw (RuntimeException);
97 virtual void SAL_CALL setLogThread( ::sal_Bool log_thread ) throw (RuntimeException);
98 virtual void SAL_CALL setLogTimestamp( ::sal_Bool log_timestamp ) throw (RuntimeException);
99 virtual void SAL_CALL setLogSource( ::sal_Bool log_source ) throw (RuntimeException);
100 …virtual void SAL_CALL setColumnnames( const Sequence< ::rtl::OUString>& column_names) throw (Runti…
103 virtual ::rtl::OUString SAL_CALL getHead( ) throw (RuntimeException);
104 virtual ::rtl::OUString SAL_CALL format( const LogRecord& Record ) throw (RuntimeException);
105 virtual ::rtl::OUString SAL_CALL getTail( ) throw (RuntimeException);
108 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
109 …virtual ::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& service_name ) throw(RuntimeEx…
110 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
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()