summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ChartView.cxx
AgeCommit message (Expand)Author
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 view source from OSL_ASSERT to assertChris Sherlock
2017-05-01tdf#107145 display applied filters for page field in pivot chartTomaž Vajngerl
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-04-22tdf#107068 add arrow to the buttons, mark if field is filteredTomaž Vajngerl
2017-04-20tdf#107067 remove data buttons as they don't have any actionTomaž Vajngerl
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-17cleanup itempool includesJochen Nitschke
2017-02-17drop TimeBasedMode enumNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-12chart2: layout buttons in charts when data is presentTomaž Vajngerl
2017-02-06Add missing #includesStephan Bergmann
2017-02-06OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGLCaolán McNamara
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-12-12loplugin:staticmethodsTor Lillqvist
2016-12-12loplugin:unreffun and loplugin:externandnotdefinedTor Lillqvist
2016-12-08Try to fix a --disable-gui problemTor Lillqvist
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-07-14chart2: avoid use of reallocJochen Nitschke
2016-07-13no need to create temporary OUString for comparisonNoel Grandin
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin
2016-03-25fix headless buildOliver Specht
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-02-05Fix typosAndrea Gelmini
2016-01-10Fix typosAndrea Gelmini
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini