summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)AuthorFilesLines
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin1-5/+5
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin23-83/+31
2018-09-06loplugin:useuniqueptr in VCoordinateSystemNoel Grandin3-51/+42
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen29-36/+84
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-4/+3
2018-09-06clang-tidy performance-move-const-argNoel Grandin1-5/+5
2018-08-29new loplugin:oustringbufferNoel Grandin1-1/+1
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen11-0/+20
2018-08-22Resolves: tdf#98558 oom under windows with certain chartsCaolán McNamara1-1/+14
2018-08-21loplugin:useuniqueptr in NetChartNoel Grandin3-5/+5
2018-08-15pass PlottingPositionHelper around by std::unique_ptrNoel Grandin6-24/+18
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin31-761/+500
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin2-4/+2
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen8-0/+13
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski10-40/+42
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 Kaganski5-33/+16
2018-08-01loplugin:returnconstant in chart2Noel Grandin2-7/+4
2018-08-01forcepoint#60 FPECaolán McNamara1-0/+2
2018-07-26chart2: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-07-17remove the GL based 3D chartsMarkus Mohrhard19-9139/+0
2018-07-09Add missing sal/log.hxx headersGabor Kelemen22-0/+23
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen1-0/+1
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand1-2/+4
2018-06-11new loplugin:shouldreturnboolNoel Grandin2-35/+24
2018-06-11loplugin:useuniqueptr in VDataSeriesGroupNoel Grandin13-92/+95
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen41-79/+147
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand1-4/+4
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin5-18/+2
2018-05-16tdf#117596 set the size for Asian and Complex char height tooTomaž Vajngerl1-0/+2
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin6-31/+36
2018-04-07comment out some debug codeNoel Grandin1-3/+2
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-3/+5
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-5/+3
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-3/+5
2018-04-05tdf#42949 Remove unnecessary localization headers from chart2Gabor Kelemen1-2/+0
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-1/+1
2018-03-30loplugin:virtualdown in variousNoel Grandin2-10/+4
2018-03-19coverity#1430071 Uninitialized scalar fieldCaolán McNamara1-0/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+2
2018-03-07use more Color in chart2Noel Grandin15-67/+67
2018-03-04tdf#116163: Limit label height in chart if neededSzymon Kłos9-4/+63
2018-03-04Modernize a bit chart2Julien Nabet16-308/+201
2018-02-28convert COL_ constants to be of type ColorNoel Grandin4-12/+12
2018-02-27replace Color(COL_*) with COL_*Noel Grandin2-3/+3
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-26fix alpha computation in chart2 getColorAsVectorNoel Grandin1-4/+5