summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)Author
2022-05-19tdf#148132: Revert "n#758883 dmapper: paragraph-level..."Vasily Melenchuk
2022-04-26tdf#139948: docx and rtf import: emulate border in betweenVasily Melenchuk
2022-04-11tdf#95706: RTF import: tolerant font table parsingVasily Melenchuk
2022-04-08tdf#95706: RTF import: Use fontname suffixes to detect encodingVasily Melenchuk
2022-03-22tdf#104390: rtf import: init default font for entire state stackVasily Melenchuk
2022-03-22tdf#118047: RTF import: better deduplication for header/footerVasily Melenchuk
2022-02-02tdf#129578 rtfimport: CJK char properties are not CSJustin Luth
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-04RTF import: fix too small graphic size when both picwgoal and picw are providedMiklos Vajna
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-14tdf#100961 rtf import: fldlock is FIXEDFLDJustin Luth
2021-04-06Fix typosAndrea Gelmini
2021-04-06tdf#136740: reimplement the fix using existing m_bIsNewDocMike Kaganski
2021-04-05tdf#136740: Do not initialize document settings when pastingMike Kaganski
2021-03-31Make RTFKeyword and RTFControlType scoped enumsMike Kaganski
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-13tdf#137180 RTF import: fix bad left margin with direct format/para style/numMiklos Vajna
2020-09-21tdf#136855 writerfilter: RTF import: buffer annotations inside tablesMichael Stahl
2020-09-11tdf#136587 rtf writerfilter: don't deduplicate yourselfJustin Luth
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-02loplugin:flatten in writerfilterNoel Grandin
2020-06-26Upcoming improved loplugin:elidestringvar: writerfilterStephan Bergmann
2020-06-15writerfilter: use std::any_of()Miklos Vajna
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-15Revert "NFC writerfilter: remove pointless asserts"Justin Luth
2020-04-11NFC writerfilter: remove pointless assertsJustin Luth
2020-03-12writerfilter: extract before/afterPopState() from popState()Miklos Vajna
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-12-18sw RTF export: don't mark these members as constMiklos Vajna
2019-11-26Remove some unused includesMiklos Vajna
2019-11-21writerfilter: these can be constMiklos Vajna
2019-11-11tdf#128428 RTF: fix for different product versionsLászló Németh
2019-11-11tdf#128428 RTF: clean-up for longer space sequence modeLászló Németh
2019-10-31Resolves: rhbz#1766990 starmath might not be availableCaolán McNamara
2019-10-30writerfilter: rtftok: filter control charactersMichael Stahl
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin
2019-07-21loplugin:referencecasting in writerfilter..xmlhelpNoel Grandin
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin