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