summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsdrimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-17return Color from BGRToRGBNoel Grandin1-8/+6
2021-01-16make the Color constructors explicitly specify transparencyNoel1-8/+11
2021-01-02introduce Degree100 strong_int typeNoel1-2/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-8/+8
2020-11-21tdf#138210 check if CustomShapeGeometry exist first.Mark Hung1-39/+35
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-1/+1
2020-10-05loplugin:reducevarscope in writerfilterNoel1-1/+1
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-21tdf#134400 RTF import: fix unexpected inner properties for picture-in-textframeMiklos Vajna1-0/+5
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin1-3/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-11/+11
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-4/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-11/+11
2019-11-27Related: tdf#128611 RTF import: handle vertical flip of line shapesMiklos Vajna1-0/+19
2019-11-21writerfilter: these can be constMiklos Vajna1-1/+1
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-15sw btlr writing mode: RTF filter of Writer textframesMiklos Vajna1-5/+10
2019-08-02sw btlr writing mode: RTF filter of Writer tbrl textframesMiklos Vajna1-2/+7
2019-05-29writerfilter: various small cleanupsMiklos Vajna1-6/+14
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna1-32/+34
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens1-3/+6
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-24/+8
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-12/+12
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-5/+2
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-1/+1
2018-08-01forcepoint#58 null derefCaolán McNamara1-0/+2
2018-07-13sw, writerfilter: various small cleanupsMiklos Vajna1-3/+2
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-19/+13
2018-07-01cppcheck: variableScopeJochen Nitschke1-2/+4
2018-06-07Fix IWYU warningsMiklos Vajna1-0/+1
2018-03-09forcepoint #20 pop on empty stackCaolán McNamara1-1/+2
2018-02-03RTF filter: handle horizontal flip of picture framesMiklos Vajna1-0/+7
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-12More loplugin:cstylecast: writerfilterStephan Bergmann1-1/+1
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-0/+2
2017-12-18tdf#114303 writerfilter: RTF import: fix default vert orient of shapesMichael Stahl1-0/+1
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-218/+266
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna1-3/+3
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna1-2/+2
2017-08-07Indentation fixesMiklos Vajna1-1/+1
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-1/+1
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-10/+1
2017-06-19Watermark: auto size in the RTFSzymon Kłos1-0/+2
2017-06-15Watermark: RTF font import and exportSzymon Kłos1-2/+39
2017-06-07Watermark: RTF import / exportSzymon Kłos1-0/+12
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1