summaryrefslogtreecommitdiff
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
AgeCommit message (Expand)Author
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh
2024-06-14tdf#160522 Chart > 4 columns, Only 4 colorsNoel Grandin
2024-05-07loplugin:ostr in chart2Noel Grandin
2024-03-27tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-02-09tdf#50934: Ensure BarOfPie has ScaleData::ShiftedCategoryPosition == falseKurt Nordback
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-03-29use more get/setFastPropertyValue in chart2Noel Grandin
2023-03-29use more concrete types in chart2Noel Grandin
2023-03-19move getDataSeries inside chart2::DiagramNoel Grandin
2023-03-18move getDataSeriesGroups inside chart2::DiagramNoel Grandin
2023-03-18move getCategories/setCategories inside chart2::DiagramNoel Grandin
2023-03-17move getChartTypes inside chart2::DiagramNoel Grandin
2022-11-19tdf#151846 Restore XChartTypeTemplateNoel Grandin
2022-10-09tdf#151424 Spider web chart drawing errorNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-06-01Use more appropriate index variable typesStephan Bergmann
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-02-17loplugin:unnecessaryvirtualNoel Grandin
2022-02-09use more concrete types in chart2, AxisNoel Grandin
2022-02-08use more concrete types in chart2, DataSeriesNoel Grandin
2022-02-07use more concrete types in chart2, DataSeriesNoel Grandin
2022-02-07crashtesting ooo#20372Noel Grandin
2022-02-05use more concrete types in chart2, AxisNoel Grandin
2022-02-04use more concrete types in chart2, DataSourceNoel Grandin
2022-02-04use more concrete types in chart2, LabeledDataSequenceNoel Grandin
2022-02-03make css::chart2::InterpretedData a normal structNoel Grandin
2022-01-31use more concrete types in chart2, DataSeriesNoel Grandin
2022-01-30use more concrete types in chart2, DiagramNoel Grandin
2022-01-29use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-26use more concrete types in chart2, DiagramNoel Grandin
2022-01-25use more concrete types in chart2, DiagramNoel Grandin
2022-01-25use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-25use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-23use more concrete types in chart2, BaseCoordinateSystemNoel Grandin
2022-01-23use more concrete types in chart2, DiagramNoel Grandin
2022-01-23use more concrete types in chart2, DiagramNoel Grandin
2022-01-23remove css::chart::XDataInterpreterNoel Grandin
2022-01-23use more concrete types in chart2, DiagramNoel Grandin
2022-01-23use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-22remove css::chart::XChartTypeTemplateNoel Grandin
2022-01-22use more concrete types in chart2, ChartTypeNoel Grandin
2022-01-18use more concrete types in chart2, ChartTypeTemplateNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski
2020-05-18use for-range on Sequence in chart2Noel Grandin
2020-04-27tdf#132355 fix X axis position of stock chartsTünde Tóth
2020-04-19loplugin:flatten in chart2Noel Grandin
2019-11-18tdf#127777 fix "CrossBetween" for not imported combined chartBalazs Varga
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov