summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtflookahead.cxx
AgeCommit message (Expand)Author
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin
2018-05-18Fix some IWYU warningsMiklos Vajna
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna
2017-11-22drop duplicate methodCaolán McNamara
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-20writerfilter: use '= default;'Miklos Vajna
2015-03-29writerfilter: turn RTFDestinationState into a C++11 scoped enumerationMiklos Vajna
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna
2014-12-24writerfilter: turn RTFInternalState into a C++11 scoped enumerationMiklos Vajna
2014-12-23writerfilter: turn RTFError into a C++11 scoped enumerationMiklos Vajna
2014-11-02unused includes in RTF filter and related filesMiklos Vajna
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-24writerfilter: fix indentation in rtflookaheadMiklos Vajna
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2013-07-05writerfilter: add RTFLookahead to be able to look ahead during importMiklos Vajna