summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)AuthorFilesLines
2018-05-16tdf#117596 set the size for Asian and Complex char height tooTomaž Vajngerl1-0/+2
2018-03-16tdf#116163: Limit label height in chart if neededSzymon Kłos9-4/+63
2018-01-07tdf#108031 Area chart labels not rotatedJochen Nitschke2-24/+23
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-22tdf#39593 deduplicate code in ExplicitValueProvidertagezi1-71/+14
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-3/+3
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin2-2/+2
2017-11-15TypedWhichIdNoel Grandin2-2/+2
2017-11-14Fix typosAndrea Gelmini1-1/+1
2017-11-13Fix typosAndrea Gelmini1-2/+2
2017-11-10loplugin:finalclasses in chart2Noel Grandin1-3/+2
2017-11-04loplugin:constparams in various(1)Noel Grandin4-4/+4
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin33-108/+75
2017-11-01loplugin:constantparam in c*Noel Grandin1-6/+5
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: chart2Stephan Bergmann82-338/+338
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-7/+3
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-17use more default copy ctorsJochen Nitschke4-40/+0
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin2-14/+14
2017-09-07tdf#112006: the result is different using getFirstSeriesXisco Fauli1-6/+18
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-28tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis1-2/+10
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-20/+20
2017-08-08bug fix: tdf#111173Marco Cecchetti1-4/+7
2017-08-03loplugin:constparams in sdNoel Grandin2-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin23-174/+174
2017-08-01loplugin:checkunusedparamsNoel Grandin2-11/+1
2017-07-31loplugin:oncevarNoel Grandin2-35/+35
2017-07-28loplugin:checkunusedparams more part3Noel Grandin7-15/+11
2017-07-27loplugin:constparams in chart2Noel Grandin22-57/+57
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin2-8/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke6-9/+9
2017-07-21migrate to boost::gettextCaolán McNamara2-2/+2
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke6-10/+10
2017-07-13loplugin:oncevar: empty strings: chart2Stephan Bergmann1-2/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin2-6/+6
2017-07-10tdf#108986 : no arrow for "Data" button on pivot chartDennis Francis4-2/+16
2017-07-10tdf#108921 : Enforce a minimum legend size for pivot charts...Dennis Francis1-6/+14
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-5/+5
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+2
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin4-14/+13
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann1-1/+0