summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowserModel.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin1-4/+4
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-1/+1
2019-01-18convert MoveDirection to scoped enumNoel Grandin1-1/+1
2019-01-03tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen1-3/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+5
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-6/+4
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+7
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet1-15/+11
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-4/+3
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-12/+12
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-8/+6
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-3/+3
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-3/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+3
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann1-6/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock1-5/+5
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin1-4/+4
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-13/+13
2017-02-12chart2: simplify and/or clean-up and c++11 featuresTomaž Vajngerl1-9/+3
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-3/+3
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke1-1/+0
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-4/+0
2016-02-22loplugin:write only fieldsNoel Grandin1-6/+1
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-03-23loplugin:constantfunction: chart2Noel Grandin1-7/+0
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-07-02remove whitespacesMarkus Mohrhard1-1/+0
2014-06-26fdo#79151: No need to offset column index by category labels.Kohei Yoshida1-5/+0
2014-06-26Clarify the code a little more.Kohei Yoshida1-35/+49
2014-06-26Move the category level removal code into its own method.Kohei Yoshida1-17/+23
2014-06-25Remove these pesky ::com::sun::star ....Kohei Yoshida1-12/+8
2014-06-25Tuck this anonymous namespace inside chart namespace.Kohei Yoshida1-12/+10
2014-06-24Re-use DataSeriesHelper::getRole().Kohei Yoshida1-17/+9
2014-06-24Annotate the code a little more, to make it easier to follow.Kohei Yoshida1-12/+22
2014-06-24Unwind this logic a bit.Kohei Yoshida1-4/+8
2014-06-24Reduce indentation levels.Kohei Yoshida1-160/+163
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida1-2/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-07coverity#1158121 Unchecked dynamic_castCaolán McNamara1-0/+2
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-7/+10
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-4/+0