summaryrefslogtreecommitdiff
path: root/chart2/source/model/main
AgeCommit message (Expand)AuthorFilesLines
2017-11-10loplugin:finalclasses in chart2Noel Grandin8-25/+16
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-14/+6
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin18-60/+42
2017-10-23loplugin:includeform: chart2Stephan Bergmann29-140/+140
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-17/+13
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin9-355/+237
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin4-8/+8
2017-08-02tdf#109523: Do not forget to remove the chart model from...Dennis Francis1-0/+7
2017-07-28loplugin:checkunusedparams more part3Noel Grandin11-28/+19
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin2-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann3-7/+1
2017-06-20loplugin:oncevar chart2Noel Grandin1-20/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-2/+0
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-19/+7
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin2-9/+9
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock5-7/+7
2017-05-07tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock5-7/+7
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin3-4/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl2-5/+54
2017-03-31use actual UNO enums in chart2Noel Grandin1-1/+1
2017-03-29loplugin:singlevalfieldsNoel Grandin1-3/+0
2017-02-28new loplugin unoanyNoel Grandin2-3/+3
2017-02-21loplugin:unusedmethodsNoel Grandin1-36/+0
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist18-50/+50
2017-02-12[API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calcTomaž Vajngerl1-0/+11
2017-02-06Add missing #includesStephan Bergmann5-6/+6
2017-02-06OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGLCaolán McNamara1-1/+11
2017-02-03makeAny->Any in basctl..chart2Noel Grandin6-33/+33
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann26-565/+156
2017-01-24use rtl::Reference in ChartModelNoel Grandin1-19/+16
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin1-2/+0
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin2-9/+2
2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin1-0/+2
2016-11-17loplugin:unusedfieldsNoel Grandin4-15/+9
2016-11-11loplugin:expandablemethods in chart2Noel Grandin23-313/+62
2016-11-07loplugin:oncevar in chart2Noel Grandin7-35/+13
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann8-8/+8
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara3-15/+10
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke9-9/+0