summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin
2015-11-10fix buildNoel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06coverity#1338265 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338253 Uncaught exceptionCaolán McNamara
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero
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