summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ShapeFactory.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski1-1/+2
2020-08-29Fix typo in codeAndrea Gelmini1-4/+4
2020-08-06tdf#135184 add linecaps in chartsRegina Henschel1-0/+5
2020-07-22chart2: clean-up redundant ShapeFactory::createText()Tünde Tóth1-104/+0
2020-07-13tdf#122014 Chart OOXML import: set chart title alignment to centerTünde Tóth1-1/+4
2020-06-29tdf#134235 Chart OOXML import: fix long chart titleTünde Tóth1-2/+2
2020-05-18use for-range on Sequence in chart2Noel Grandin1-7/+6
2020-02-25loplugin:referencecastingNoel Grandin1-1/+2
2019-11-09Don't call setPropertyValue with empty valueMuhammet Kara1-1/+5
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin1-4/+3
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-6/+4
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin1-52/+52
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-8/+8
2019-05-15Fix typoAndrea Gelmini1-1/+1
2019-03-19tdf#123504: 0 and 360 are different angles in chartsMike Kaganski1-3/+8
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin1-1/+1
2019-01-18convert some enums to scopedNoel Grandin1-1/+1
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen1-7/+0
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-8/+1
2018-09-17New loplugin:externalStephan Bergmann1-7/+7
2018-09-11tdf#108028 OOXML: Fix line breaking of chart titleBalazs Varga1-0/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-3/+1
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin1-0/+245
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-9/+11
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-4/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen1-0/+6
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-01-29tdf#114821 import complex data labels in bar chartSzymon Kłos1-0/+94
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann1-1/+1
2017-12-18chart2: Batch changes to properties when creating 3D objectsTomaž Vajngerl1-123/+152
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-24/+23
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-7/+7
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-06-20loplugin:oncevar chart2Noel Grandin1-20/+10
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-47/+47
2016-10-15avoid exceptionJochen Nitschke1-8/+11
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin1-2/+2
2016-04-25Kill comphelper::MakeMapStephan Bergmann1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin1-1/+1
2016-03-07improve defaultparams lopluginNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-31/+31
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti1-0/+103
2015-07-08Fix typosAndrea Gelmini1-1/+1