summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/RtfFilter.cxx
AgeCommit message (Expand)Author
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
2013-12-05RTF: use "InsertMode" insead of "IsNewDoc" for consistencyMichael Stahl
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza
2012-12-28fdo#45533 make it easier to debug RTF copy&pasteMiklos Vajna
2012-12-01sw: remove unused UNO wrapper around old internal RTF importMiklos Vajna
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna
2012-10-27writerfilter: make it easy to debug the old RTF filterMiklos Vajna
2012-10-23RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl
2012-10-23fdo#51145 give better error message on import invalid RTFMiklos Vajna
2012-10-16RtfFilter::filter: add code to dump input stream for copy&pasteMiklos Vajna
2012-10-15fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna
2012-09-21fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks