summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/escherex.cxx
AgeCommit message (Expand)Author
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
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-07tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)Aron Budea
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand
2018-07-05Only access css::drawing::PointSequence when not emptyArmin Le Grand
2018-06-20filter clean-up: remove duplicate of checking EMF magic headerLászló Németh
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-03-21Fix lifetime of referenced-by-reference EnhancedCustomShape2dStephan Bergmann
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-03-17OperationSmiley: Secured quite some places using CustomShapeArmin Le Grand
2018-03-14Modernize a bit filter (part1)Julien Nabet
2018-03-10escherex: export graphic without GraphicObject uniqueIDTomaž Vajngerl
2018-03-07use more Color in editeng..formsNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann
2018-02-18remove use of FillBitmapURL and use FillBitmap as the alternativeTomaž Vajngerl
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl
2018-02-13Pass GraphicObject instead of UniqueId for GetBlibIDTomaž Vajngerl
2018-02-06simplify ImpXPolygonNoel Grandin
2018-01-15More loplugin:cstylecast: filterStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin