Lines Matching refs:RuntimeException

65     using ::com::sun::star::uno::RuntimeException;
78 …SAL_CALL formatMultiColumn(const Sequence< ::rtl::OUString>& column_data) throw (RuntimeException);
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 … SAL_CALL setColumnnames( const Sequence< ::rtl::OUString>& column_names) throw (RuntimeException);
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 …::sal_Bool SAL_CALL supportsService( const ::rtl::OUString& service_name ) throw(RuntimeException);
110 … virtual Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
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 …vFormatter::setColumnnames(const Sequence< ::rtl::OUString >& columnnames) throw (RuntimeException) 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 …ormatter::formatMultiColumn(const Sequence< ::rtl::OUString>& column_data) throw (RuntimeException) in formatMultiColumn()
336 …L_CALL CsvFormatter::supportsService( const ::rtl::OUString& service_name ) throw(RuntimeException) in supportsService()
348 ::rtl::OUString SAL_CALL CsvFormatter::getImplementationName() throw(RuntimeException) in getImplementationName()
353 …quence< ::rtl::OUString > SAL_CALL CsvFormatter::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()