Age | Commit message (Expand) | Author |
2023-03-29 | expand out ChartModelHelper::findDiagram | Noel Grandin |
2023-03-19 | move getDataSeries inside chart2::Diagram | Noel Grandin |
2023-03-18 | move getCategories/setCategories inside chart2::Diagram | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-04-23 | Recheck module chart2 with IWYU | Gabor Kelemen |
2022-02-17 | loplugin:unusedmethods | Noel Grandin |
2022-02-09 | use more concrete types in chart2, DataSource | Noel Grandin |
2022-02-08 | use more concrete types in chart2, DataSeries | Noel Grandin |
2022-02-07 | crashtesting ooo#20372 | Noel Grandin |
2022-02-04 | use more concrete types in chart2, LabeledDataSequence | Noel Grandin |
2022-02-04 | use more concrete types in chart2, DataSource | Noel Grandin |
2022-02-04 | use more concrete types in chart2, LabeledDataSequence | Noel Grandin |
2022-01-31 | use more concrete types in chart2, DataSeries | Noel Grandin |
2022-01-28 | use more concrete types in chart2, ChartModel | Noel Grandin |
2022-01-25 | use more concrete types in chart2, Diagram | Noel Grandin |
2022-01-24 | use more concrete types in chart2, ChartModel | Noel Grandin |
2022-01-24 | use more concrete types in chart2, ChartModel | Noel Grandin |
2022-01-22 | remove css::chart::XChartTypeTemplate | Noel Grandin |
2022-01-19 | use more concrete types in chart2, Diagram | Noel Grandin |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in chart2 | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-06-08 | Simplify Sequences initializations (chart2)(part1) | Julien Nabet |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin |
2020-05-18 | use for-range on Sequence in chart2 | Noel Grandin |
2020-04-11 | Use range-based for loop | Mike Kaganski |
2019-06-10 | Use hasElements to check Sequence emptiness in chart2..connectivity | Arkadiy Illarionov |
2018-10-09 | tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxx | Gabor Kelemen |
2018-08-08 | tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxx | Gabor Kelemen |
2018-04-09 | use more DBG_UNHANDLED_EXCEPTION | Noel Grandin |
2018-03-03 | Use for-range loops in chart2 (part1) | Julien Nabet |
2017-12-18 | loplugin:unusedindex | Mike Kaganski |
2017-11-03 | inline ASSERT_EXCEPTION macro in chart2 | Noel Grandin |
2017-10-23 | loplugin:includeform: chart2 | Stephan Bergmann |
2017-03-19 | Typos | Julien Nabet |
2017-02-15 | Drop :: prefix from std in c*/ | Tor Lillqvist |
2017-02-03 | makeAny->Any in basctl..chart2 | Noel Grandin |
2016-07-13 | chart2: remove unused ContainerHelper.hxx includes | Jochen Nitschke |
2016-04-28 | teach stylepolice plugin about ref-counted-pointer naming | Noel Grandin |
2016-03-14 | com::sun::star->css in chart2 | Noel Grandin |
2016-03-09 | Add missing includes | David Ostrovsky |
2016-03-02 | loplugin:unuseddefaultparams in chart2 | Noel Grandin |
2015-12-23 | loplugin:unusedfields in chart2 | Noel Grandin |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-06-04 | uno::Sequence provides now begin and end | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2014-12-18 | chart2: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-06-26 | Track all uses of ErrorBarX and ErrorBarY UNO property names. | Kohei Yoshida |
2014-06-24 | Re-use DataSeriesHelper::getRole(). | Kohei Yoshida |
2014-05-18 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16 | Julien Nabet |