summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
2019-06-12tdf#122765: Legend interferes with pie chart after pptx import, second partTamás Zolnai
2019-01-17tdf#42915, NaN in a date axis can destroy the whole chartMarkus Mohrhard
2018-11-26Put text label outside of the pie if..Tamas Bunth
2018-11-08tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2018-09-12tdf#108028 OOXML: Fix line breaking of chart titleBalazs Varga
2018-08-23Resolves: tdf#98558 oom under windows with certain chartsCaolán McNamara
2018-07-20tdf#114821 import/export/place complex data labels in chartsSzymon Kłos
2018-05-17tdf#117596 set the size for Asian and Complex char height tooTomaž Vajngerl
2018-03-19chart2: When creating objects prevent setting object rects dirtyTomaž Vajngerl
2018-03-19chart2: Batch changes to properties when creating 3D objectsTomaž Vajngerl
2018-03-19tdf#116163: Limit label height in chart if neededSzymon Kłos
2018-01-07tdf#108031 Area chart labels not rotatedJochen Nitschke
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-11-22tdf#39593 deduplicate code in ExplicitValueProvidertagezi
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin
2017-11-15TypedWhichIdNoel Grandin
2017-11-14Fix typosAndrea Gelmini
2017-11-13Fix typosAndrea Gelmini
2017-11-10loplugin:finalclasses in chart2Noel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-11-01loplugin:constantparam in c*Noel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-17use more default copy ctorsJochen Nitschke
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-09-07tdf#112006: the result is different using getFirstSeriesXisco Fauli
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-28tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis
2017-08-17Fix typosAndrea Gelmini
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-08bug fix: tdf#111173Marco Cecchetti
2017-08-03loplugin:constparams in sdNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke