summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsdrimport.cxx
AgeCommit message (Expand)Author
2024-04-18move writerfilter inside swNoel Grandin
2024-03-13tdf#152878 switch off replacment image in picture frameOliver Specht
2024-02-27address nit: use oox::drawingml::PER_DEGREE instead of 60,000Justin Luth
2024-02-24tdf#126533 rtf import: page background fillJustin Luth
2024-02-23related tdf#159824 RTF import/export gradient angleJustin Luth
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2022-09-01tdf#127806: RTF import: use shape dimensions for pib pictureVasily Melenchuk
2022-06-21remove oox::OptValue::setNoel Grandin
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-05-02Just use Any ctor instead of makeAny in writerfilterStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-01-18RTF import: handle the pictureContrast and pictureBrightness shape propsMiklos Vajna
2021-11-01Prepare for removal of non-const operator[] from Sequence in writerfilterMike Kaganski
2021-09-03Remove some unused includesMiklos Vajna
2021-08-28avoid unnecessary OString to OUString conversionNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-10Clean up remaining uses of boost::logic::triboolStephan Bergmann
2021-03-18writerfilter: remove another pointless convertMm100ToTwipXisco Fauli
2021-03-12Drop some unused includesMiklos Vajna
2021-01-17return Color from BGRToRGBNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-21tdf#138210 check if CustomShapeGeometry exist first.Mark Hung
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-05loplugin:reducevarscope in writerfilterNoel
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-21tdf#134400 RTF import: fix unexpected inner properties for picture-in-textframeMiklos Vajna
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-27Related: tdf#128611 RTF import: handle vertical flip of line shapesMiklos Vajna
2019-11-21writerfilter: these can be constMiklos Vajna
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin
2019-08-15sw btlr writing mode: RTF filter of Writer textframesMiklos Vajna
2019-08-02sw btlr writing mode: RTF filter of Writer tbrl textframesMiklos Vajna
2019-05-29writerfilter: various small cleanupsMiklos Vajna
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
2018-08-01forcepoint#58 null derefCaolán McNamara