summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2018-09-17cppcheck: knownConditionTrueFalse in chart2Jochen Nitschke2-16/+9
2018-09-17New loplugin:externalStephan Bergmann21-54/+54
2018-09-14Fix race in chart::ChartViewStephan Bergmann1-5/+5
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-12tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxxGabor Kelemen33-97/+116
2018-09-11tdf#108028 OOXML: Fix line breaking of chart titleBalazs Varga1-0/+1
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin19-19/+19
2018-09-10weld SvxCaptionTabDialogCaolán McNamara1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen4-0/+4
2018-09-09weld SvxAreaTabDialogCaolán McNamara1-2/+2
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin1-5/+5
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin47-131/+51
2018-09-06loplugin:useuniqueptr in VCoordinateSystemNoel Grandin4-52/+43
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen30-36/+141
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin4-11/+13
2018-09-06clang-tidy performance-move-const-argNoel Grandin1-5/+5
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-2/+4
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin2-3/+5
2018-08-31XLabeledDataSequence would need to be a complete typeStephan Bergmann1-1/+4
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin1-1/+1
2018-08-29Removed execution flag on xlsx fileAndrea Gelmini1-0/+0
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-8/+6
2018-08-29loplugin:constantparam (2)Noel Grandin1-13/+13
2018-08-29new loplugin:oustringbufferNoel Grandin6-17/+17
2018-08-29loplugin:constantparam (1)Noel Grandin2-17/+2
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen105-111/+239
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin1-1/+1
2018-08-23tdf#94502 Fix overlap export of Stacked Bar Chart to *.xlsxBalazs Varga2-0/+23
2018-08-22Resolves: tdf#98558 oom under windows with certain chartsCaolán McNamara1-1/+14
2018-08-21loplugin:useuniqueptr in TitleDialogDataNoel Grandin4-6/+7
2018-08-21loplugin:useuniqueptr in NetChartNoel Grandin3-5/+5
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin1-3/+3
2018-08-15pass PlottingPositionHelper around by std::unique_ptrNoel Grandin6-24/+18
2018-08-14Resolves: tdf#117069 crash double clicking in certain chartCaolán McNamara1-0/+3
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin32-762/+500
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin3-8/+4
2018-08-10tdf#96469 Export Data Point properties in Charts on DOCX/XLSXBalazs Varga3-0/+40
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen55-102/+148
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-2/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski13-78/+80
2018-08-04Remove local deg<->rad functions: use what we already have in basegfxMike Kaganski1-18/+6
2018-08-03Move angle normalization code from various places to toolsMike Kaganski7-71/+28
2018-08-02Fix dependencyMike Kaganski1-0/+4
2018-08-02tdf#119029: also export rotation for data seriesMike Kaganski2-0/+14
2018-08-01loplugin:returnconstant in chart2Noel Grandin17-37/+24
2018-08-01Tidy up used librariesMike Kaganski1-2/+1
2018-08-01forcepoint#60 FPECaolán McNamara1-0/+2
2018-07-30tdf#108078 OOXML Export Chart shapes area fill propertiesBalazs Varga10-0/+102
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin3-13/+11
2018-07-27Remove unused local variable aOptsMuhammet Kara1-3/+0