summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/escherex.cxx
AgeCommit message (Expand)Author
2021-06-03no need to allocate these on the heapNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-13transparency->alpha in GraphicAttrNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-02loplugin:reducevarscope in filterNoel
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-21cid#1466204 silence Unchecked return valueCaolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-07filter: MSO export: convert TextWrap property to Escher_Wrap*Michael Stahl
2020-06-04Upcoming loplugin:elidestringvar: filterStephan Bergmann
2020-04-20tdf#123346 DOCX VML shape export: fix arrow markerSzabolcs
2020-04-14loplugin:flatten in filterNoel Grandin
2020-02-05Fix typoAndrea Gelmini
2019-12-19sal_Char->char in filterNoel Grandin
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen
2019-12-10Fix typosAndrea Gelmini
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-29remove unnecessary includesCaolán McNamara
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin
2019-09-05Fix typosAndrea Gelmini
2019-09-05tdf#127166, tdf#123903 improve import/export of line stylesRegina Henschel
2019-07-18cid#1448237 Unchecked return valueCaolán McNamara
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-05-29Fix typoAndrea Gelmini
2019-05-22New loplugin:dataStephan Bergmann
2019-05-10handle empty tools::Rectangle in filterNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-30drop Graphic::operator boolNoel Grandin
2019-03-14Use indexed getToken()Matteo Casalin
2019-03-05nPara[1] needs clamping too, after allStephan Bergmann
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-13Clamp equation values when exporting to binary MS formatStephan Bergmann
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai