summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-06-301-1/+1
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-291-2/+3
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-291-3/+2
* Fix typosAndrea Gelmini2015-06-281-1/+1
* coverity#1308146 Uninitialized scalar fieldCaolán McNamara2015-06-241-3/+4
* coverity#1308147 Uninitialized scalar fieldCaolán McNamara2015-06-241-3/+4
* Fix typosAndrea Gelmini2015-06-224-5/+5
* loplugin:saloverrideMiklos Vajna2015-06-221-2/+2
* loplugin:passstuffbyrefMiklos Vajna2015-06-221-4/+4
* chart2: -Werror=unused-macrosMichael Stahl2015-06-221-1/+0
* tdf#70673 Power trendline: enable negative Y valuesLaurent Balland-Poirier2015-06-223-9/+32
* tdf#70673 Exponential trendline: enable negative Y valuesLaurent Balland-Poirier2015-06-223-10/+32
* Add unit tests for chart2 trend calculatorsPhilippe Jung2015-06-224-0/+351
* Revert "tdf#92231 Potential regression curve calculation is wrong"Philippe Jung2015-06-211-12/+3
* tdf#92231 Potential regression curve calculation is wrongPhilippe Jung2015-06-211-3/+12
* Fix expected/actual argument orderStephan Bergmann2015-06-191-1/+1
* Fix typosAndrea Gelmini2015-06-183-3/+3
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-174-12/+12
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-171-0/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-162-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-4/+2
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+0
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-5/+3
* Remove unused OpenGLObjectZolnai Tamás2015-06-142-2/+0
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-144-8/+4
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-112-2/+2
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-115-5/+5
* cppcheck: variableScopeCaolán McNamara2015-06-091-4/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0844-81/+81
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0872-119/+119
* \<the the\> -> theJan Holesovsky2015-06-081-2/+2
* WaE: ‘<::’ cannot begin a template-argument listTor Lillqvist2015-06-051-2/+2
* Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny2015-06-041-1/+1
* uno::Sequence provides now begin and endNoel Grandin2015-06-048-19/+17
* add test for tdf#91685Markus Mohrhard2015-06-022-0/+11
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* GL3D Bar chart -> experimentalAndras Timar2015-06-021-1/+4
* Time based charting -> experimentalAndras Timar2015-06-022-0/+21
* some whitespace clean-upMarkus Mohrhard2015-06-021-76/+74
* document chart2 layout dumpMarkus Mohrhard2015-06-021-1/+6
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-293-6/+6
* loplugin:loopvartoosmallNoel Grandin2015-05-292-2/+2
* unit test for pie chart label inside placement for the best fit caseAndras Timar2015-05-273-0/+345
* tdf#91633 - dispose chart data-table entries correctly.Michael Meeks2015-05-261-2/+9
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-262-6/+6
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-1/+1
* loplugin:constantfunctionNoel Grandin2015-05-222-8/+0
* convert POINTER constants to scoped enumNoel Grandin2015-05-222-29/+29