summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)AuthorFilesLines
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel3-5/+6
2020-10-22tdf#137085 writerfilter: RTF import: \trpaddfl and \trpaddl are row...Michael Stahl1-0/+10
2020-10-13tdf#137180 RTF import: fix bad left margin with direct format/para style/numMiklos Vajna3-12/+20
2020-10-05loplugin:reducevarscope in writerfilterNoel1-1/+1
2020-09-21tdf#136855 writerfilter: RTF import: buffer annotations inside tablesMichael Stahl2-2/+22
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+7
2020-09-11tdf#136587 rtf writerfilter: don't deduplicate yourselfJustin Luth1-2/+6
2020-09-10Remove some unused includesMiklos Vajna2-2/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-6/+6
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann3-12/+11
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-08-02loplugin:flatten in writerfilterNoel Grandin1-50/+50
2020-07-21tdf#134400 RTF import: fix unexpected inner properties for picture-in-textframeMiklos Vajna1-0/+5
2020-07-20compact namespace: writerfilterNoel Grandin13-96/+30
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-2/+2
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-27Remove some unused includesMiklos Vajna1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin1-3/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin3-17/+15
2020-05-01improve loplugin:makesharedNoel Grandin1-1/+1
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski1-15/+4
2020-04-27Don't convert OUString to char*Mike Kaganski1-3/+2
2020-04-15Revert "NFC writerfilter: remove pointless asserts"Justin Luth1-0/+1
2020-04-11NFC writerfilter: remove pointless assertsJustin Luth1-1/+0
2020-04-08simplify QNameToStringNoel Grandin1-1/+1
2020-03-16DOCX import: tokenize <w:numFmt w:val="custom" w:format="...">Miklos Vajna2-12/+22
2020-03-16writerfilter: extract dispatch...Value() from disptachValue()Miklos Vajna2-323/+433
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin6-10/+10
2020-03-12writerfilter: extract before/afterPopState() from popState()Miklos Vajna2-145/+161
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-14/+14
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen2-0/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin15-80/+26
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-2/+2
2020-01-02tdf#129605 rtfimport: deduplicating borders loses informationJustin Luth1-0/+13
2019-12-20tdf#129513: drop incorrect and redundant erasure of paragraph sprmMike Kaganski1-1/+0
2019-12-18sw RTF export: don't mark these members as constMiklos Vajna1-1/+1
2019-12-04tdf#128428 RTF: switch off longer space at \dntblnsbdbLászló Németh1-0/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-14/+14
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-27Related: tdf#128611 RTF import: handle vertical flip of line shapesMiklos Vajna1-0/+19
2019-11-26Remove some unused includesMiklos Vajna1-2/+0
2019-11-21writerfilter: these can be constMiklos Vajna4-4/+4
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émeth4-0/+16
2019-11-02New loplugin:conditionalstringStephan Bergmann1-4/+6