summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
AgeCommit message (Expand)AuthorFilesLines
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin1-4/+3
2019-06-26tdf#126033 chart: hide removed marker of a single data pointBalazs Varga1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin4-12/+9
2019-06-20tdf#39593 Remove chart::ExplicitValueProvider::getExplicitValueProviderArkadiy Illarionov1-15/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-2/+2
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin6-86/+90
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov5-16/+16
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+1
2019-05-29tdf#122765: Legend interferes with pie chart after pptx import, second partTamás Zolnai1-2/+2
2019-05-15Fix typoAndrea Gelmini1-1/+1
2019-04-26tdf#124796 Fix chart primary Y axis scalingBalazs Varga1-2/+16
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-2/+2
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin1-2/+2
2019-04-12loplugin:sequentialassign in chart2Noel Grandin2-8/+3
2019-04-12Fix typoAndrea Gelmini1-2/+2
2019-04-12Fix typoAndrea Gelmini1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-2/+2
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen2-2/+0
2019-03-19tdf#123504: 0 and 360 are different angles in chartsMike Kaganski3-12/+24
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-2/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin1-2/+0
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin1-1/+1
2019-01-18convert some enums to scopedNoel Grandin3-5/+5
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-3/+2
2018-12-13Fix typoAndrea Gelmini1-1/+1
2018-12-07tdf#114163 Chart: fix order of legend namesBalazs Varga1-1/+1
2018-12-05related tdf#51671, add UI options for new "hide legend entry" featureMarkus Mohrhard1-0/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-12/+12
2018-11-26tdf#42949 Fix IWYU warnings in chart2/source/view/*cxxGabor Kelemen15-62/+4
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-8/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+2
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-4/+4
2018-09-17New loplugin:externalStephan Bergmann4-11/+11
2018-09-14Fix race in chart::ChartViewStephan Bergmann1-5/+5
2018-09-11tdf#108028 OOXML: Fix line breaking of chart titleBalazs Varga1-0/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin8-37/+9
2018-09-06loplugin:useuniqueptr in VCoordinateSystemNoel Grandin1-45/+36
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen8-14/+37
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-3/+1
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen4-0/+7
2018-08-22Resolves: tdf#98558 oom under windows with certain chartsCaolán McNamara1-1/+14
2018-08-15pass PlottingPositionHelper around by std::unique_ptrNoel Grandin1-8/+7
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin13-343/+284
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen1-0/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski7-35/+37