summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
AgeCommit message (Expand)AuthorFilesLines
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin7-12/+9
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-4/+6
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen10-0/+12
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen4-0/+4
2018-07-24pass WrappedProperty around by std::unique_ptrNoel Grandin39-223/+218
2018-07-17remove the GL based 3D chartsMarkus Mohrhard4-193/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen2-0/+3
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen2-0/+2
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-24/+18
2018-05-03[API CHANGE] revert SymbolBitmapURL impl, add SymbolBitmap propertyTomaž Vajngerl2-1/+52
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-7/+8
2018-04-24Revert "work around clang-cl ABI bug PR25641"Stephan Bergmann1-3/+0
2018-04-15remove some unused comphelper includesJochen Nitschke17-8/+9
2018-04-13Remove XGraphicProvider imports where they aren't neededTomaž Vajngerl1-2/+0
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin10-52/+62
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-2/+0
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-09rename aNewGraphicUrl parameter name to what it actually isTomaž Vajngerl1-1/+1
2018-03-07convert SymbolBitmapURL to SymbolBitmap used in chart2Tomaž Vajngerl2-51/+27
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet3-19/+12
2018-01-15More loplugin:cstylecast: chart2Stephan Bergmann1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
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