summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/RtfFilter.cxx
AgeCommit message (Expand)Author
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-07-03writerfilter: fix indentationMiklos Vajna
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin
2017-02-15writerfilter: can use std::move() hereMiklos Vajna
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-24loplugin:unnecessaryoverride (dtors) in writerfilterStephan Bergmann
2016-06-15writerfilter: clean up virtual keywords where override already implies thatMiklos Vajna
2016-05-20writerfilter: use '= default;'Miklos Vajna
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna
2016-01-30Remove unused includesMiklos Vajna
2015-10-19writerfilter: dmapper ctor can read TextInsertModeRange directlyMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-18this debugging code can definitely use oslCaolán McNamara
2015-05-12tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna
2015-05-04writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna
2015-02-21writerfilter: clean up RtfFilterMiklos Vajna
2015-02-19writerfilter: use constructor for writerfilter moduleChris Sherlock
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna
2015-01-25Use std::initializer_list ctorMiklos Vajna
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-28RtfFilter::filter: don't leak pInMiklos Vajna
2014-12-25writerfilter: turn SourceDocumentType into a C++11 scoped enumerationMiklos Vajna
2014-12-20writerfilter: clean up copy&pasted dmapper_logger start / endMiklos Vajna
2014-12-20writerfilter: pass the whole MediaDescriptor to dmapperMiklos Vajna
2014-12-15Unused includesMiklos Vajna
2014-12-12writerfilter: add a factory for DomainMapperMiklos Vajna
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-08writerfilter: SW_DEBUG_RTF_PASTE_{TO,FROM} is expected to be UTF-8Miklos Vajna
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-16writerfilter: make dmapper logging a runtime decision, not a buildtime oneMiklos Vajna
2014-06-18writerfilter: Fold all the various DEBUG_* macros into DEBUG_DOMAINMAPPER.Jan Holesovsky
2014-06-18writerfilter: Consistent naming of dmapper_logger.Jan Holesovsky
2014-05-02writerfilter: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi
2014-01-28writerfilter: whitespace fixes in RtfFilterMiklos Vajna
2014-01-22convert more SvStream::operator<< callsNoel Grandin