summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-26chart2: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-07-26chart2: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2-7/+0
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-6/+4
2018-07-26Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-07-24pass WrappedProperty around by std::unique_ptrNoel Grandin45-285/+266
2018-07-24loplugin:useuniqueptr in ChartControllerNoel Grandin6-18/+18
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-17remove the GL based 3D chartsMarkus Mohrhard81-11383/+3
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-07-10tdf#118314 menubar: remove ShowImeStatusWindow in menubarsandreas kainz1-2/+0
2018-07-09Add missing sal/log.hxx headersGabor Kelemen56-0/+58