summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Fix typosAndrea Gelmini9-9/+9
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-2/+3
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-3/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-24coverity#1308146 Uninitialized scalar fieldCaolán McNamara1-3/+4
2015-06-24coverity#1308147 Uninitialized scalar fieldCaolán McNamara1-3/+4
2015-06-22Fix typosAndrea Gelmini4-5/+5
2015-06-22loplugin:saloverrideMiklos Vajna1-2/+2
2015-06-22loplugin:passstuffbyrefMiklos Vajna1-4/+4
2015-06-22chart2: -Werror=unused-macrosMichael Stahl1-1/+0
2015-06-22tdf#70673 Power trendline: enable negative Y valuesLaurent Balland-Poirier3-9/+32
2015-06-22tdf#70673 Exponential trendline: enable negative Y valuesLaurent Balland-Poirier3-10/+32
2015-06-22Add unit tests for chart2 trend calculatorsPhilippe Jung4-0/+351
2015-06-21Revert "tdf#92231 Potential regression curve calculation is wrong"Philippe Jung1-12/+3
2015-06-21tdf#92231 Potential regression curve calculation is wrongPhilippe Jung1-3/+12
2015-06-19Fix expected/actual argument orderStephan Bergmann1-1/+1
2015-06-18Fix typosAndrea Gelmini3-3/+3
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-12/+12
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-5/+3
2015-06-14Remove unused OpenGLObjectZolnai Tamás2-2/+0
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet4-8/+4
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin2-2/+2
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin5-5/+5
2015-06-09cppcheck: variableScopeCaolán McNamara1-4/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann44-81/+81
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara72-119/+119
2015-06-08\<the the\> -> theJan Holesovsky1-2/+2
2015-06-05WaE: ‘<::’ cannot begin a template-argument listTor Lillqvist1-2/+2
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-1/+1
2015-06-04uno::Sequence provides now begin and endNoel Grandin8-19/+17
2015-06-02add test for tdf#91685Markus Mohrhard2-0/+11
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-02GL3D Bar chart -> experimentalAndras Timar1-1/+4
2015-06-02Time based charting -> experimentalAndras Timar2-0/+21
2015-06-02some whitespace clean-upMarkus Mohrhard1-76/+74
2015-06-02document chart2 layout dumpMarkus Mohrhard1-1/+6
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-6/+6
2015-05-29loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-27unit test for pie chart label inside placement for the best fit caseAndras Timar3-0/+345
2015-05-26tdf#91633 - dispose chart data-table entries correctly.Michael Meeks1-2/+9
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin2-6/+6
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin2-8/+0