summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
AgeCommit message (Expand)AuthorFilesLines
2017-11-22tdf#39593 deduplicate code in ExplicitValueProvidertagezi1-4/+4
2017-11-10loplugin:finalclasses in chart2Noel Grandin5-18/+10
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin30-59/+29
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: chart2Stephan Bergmann58-195/+195
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann1-0/+3
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-4/+2
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin14-420/+279
2017-08-02remove unnecessary use of 'this->'Noel Grandin11-68/+68
2017-08-01loplugin:checkunusedparamsNoel Grandin2-3/+2
2017-07-13loplugin:oncevar: empty strings: chart2Stephan Bergmann1-2/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-3/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-2/+0
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-12/+13
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin6-21/+21
2017-05-12remove unused uno::Reference varsNoel Grandin2-6/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock2-7/+7
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock2-7/+7
2017-03-31use actual UNO enums in chart2Noel Grandin2-2/+2
2017-02-28new loplugin unoanyNoel Grandin6-20/+20
2017-02-17convert StackMode to scoped enumNoel Grandin2-10/+10
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist25-100/+100
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin21-106/+103
2017-01-26Remove dynamic exception specificationsStephan Bergmann45-947/+348
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2-2/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, chart2Stephan Bergmann2-0/+9
2016-12-30cleanup tailing backslashesJochen Nitschke1-1/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann14-219/+0
2016-11-17loplugin:unusedfieldsNoel Grandin1-3/+2
2016-11-11loplugin:expandablemethods in chart2Noel Grandin23-275/+77
2016-11-08loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin1-2/+2
2016-11-07loplugin:oncevar in chart2Noel Grandin12-25/+12
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-05loplugin:unnecessaryoverride in accessibility..chart2Noel Grandin2-9/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann34-78/+78
2016-08-30tdf#64145 Add empty subtitle string as defaultLaurent Balland-Poirier1-1/+1
2016-08-25convert SvxChartRegress to scoped enumNoel Grandin1-11/+11
2016-08-18cppcheck: passedByValueCaolán McNamara38-131/+134
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-3/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke12-13/+0
2016-07-05merge LineProperties with chart::ErrorBarNoel Grandin1-1/+0
2016-05-04-Werror=maybe-uninitializedThorsten Behrens1-1/+1