summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowserModel.cxx
AgeCommit message (Expand)Author
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-12chart2: simplify and/or clean-up and c++11 featuresTomaž Vajngerl
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-22loplugin:write only fieldsNoel Grandin
2015-12-23loplugin:unusedfields in chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-03-23loplugin:constantfunction: chart2Noel Grandin
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-31Removed duplicated includesAndrea Gelmini
2014-07-02remove whitespacesMarkus Mohrhard
2014-06-26fdo#79151: No need to offset column index by category labels.Kohei Yoshida
2014-06-26Clarify the code a little more.Kohei Yoshida
2014-06-26Move the category level removal code into its own method.Kohei Yoshida
2014-06-25Remove these pesky ::com::sun::star ....Kohei Yoshida
2014-06-25Tuck this anonymous namespace inside chart namespace.Kohei Yoshida
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida
2014-06-24Annotate the code a little more, to make it easier to follow.Kohei Yoshida
2014-06-24Unwind this logic a bit.Kohei Yoshida
2014-06-24Reduce indentation levels.Kohei Yoshida
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
2014-02-07coverity#1158121 Unchecked dynamic_castCaolán McNamara
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-04-11Display correct errorbars columns in chart data browser.Rafael Dominguez
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-25emoved lines of code that were commented out.Alfonso Eusebio
2011-01-14chart46: #i25706# implement date axis - #i116467# change behaviour of own dat...Ingrid Halama [iha]
2011-01-12chart46: #i25706# implement date axis - #i116425# interpret no data as text axisIngrid Halama [iha]
2010-11-30chart46: #i25706# implement date axisIngrid Halama [iha]
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-26chart43: merge with DEV300_m72Ingrid Halama