summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
AgeCommit message (Expand)AuthorFilesLines
2018-11-08tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-0/+1
2018-09-12tdf#108028 OOXML: Fix line breaking of chart titleBalazs Varga1-0/+1
2018-08-23Resolves: tdf#98558 oom under windows with certain chartsCaolán McNamara1-1/+14
2018-07-20tdf#114821 import/export/place complex data labels in chartsSzymon Kłos2-0/+106
2018-05-17tdf#117596 set the size for Asian and Complex char height tooTomaž Vajngerl1-0/+2
2018-03-19chart2: Batch changes to properties when creating 3D objectsTomaž Vajngerl1-123/+152
2018-03-19tdf#116163: Limit label height in chart if neededSzymon Kłos1-1/+1
2017-11-22tdf#39593 deduplicate code in ExplicitValueProvidertagezi1-71/+14
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin2-2/+2
2017-11-15TypedWhichIdNoel Grandin2-2/+2
2017-11-13Fix typosAndrea Gelmini1-2/+2
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin15-69/+54
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: chart2Stephan Bergmann29-135/+135
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-7/+3
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-12/+12
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-20/+20
2017-08-02remove unnecessary use of 'this->'Noel Grandin5-61/+61
2017-07-31loplugin:oncevarNoel Grandin2-35/+35
2017-07-28loplugin:checkunusedparams more part3Noel Grandin3-3/+3
2017-07-27loplugin:constparams in chart2Noel Grandin4-5/+5
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-1/+1
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-1/+1
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 Grandin1-2/+2
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2-4/+3
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann1-1/+0
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann1-2/+2
2017-06-20loplugin:oncevar chart2Noel Grandin5-44/+21
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-08clang-tidy performance-type-promotion-in-math-fnNoel Grandin2-6/+8
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-2/+2
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin7-34/+34
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+1
2017-05-11tdf#107103 fixes for the legend in a pivot chartTomaž Vajngerl1-22/+55
2017-05-07revert OSL_ASSERT changesChris Sherlock2-6/+6
2017-05-07tdf#43157: convert chart2 view source from OSL_ASSERT to assertChris Sherlock2-6/+6
2017-05-03remove empty commentsNoel Grandin1-3/+0
2017-05-01tdf#107145 display applied filters for page field in pivot chartTomaž Vajngerl1-3/+8
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin5-21/+19