summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-20new loplugin: badvectorinitNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-29coverity#1325069 Resource leakCaolán McNamara
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-09-09WaE: loplugin:stringconstantTor Lillqvist
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti
2015-08-19crashtesting: failure on ooo82676-1.sxc importCaolán McNamara
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-13tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard
2015-07-24Revert "tdf#76649 Skip NaN initial values for min and max"Markus Mohrhard
2015-07-24tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-14Remove unused OpenGLObjectZolnai Tamás
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08\<the the\> -> theJan Holesovsky
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl
2015-05-19fix old GCC buildNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-08GLEW_EXT_texture_array is of type GLboolean alreadyStephan Bergmann