summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/escherex.cxx
AgeCommit message (Expand)Author
2021-12-15tdf#145904,tdf#145956 improve extrusion of custom shapesRegina Henschel
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-16Simplify vector initialization in filterJulien Nabet
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-09-12clang:optin.performance.PaddingNoel Grandin
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
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