summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann3-49/+11
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-25loplugin:unusedfields variousNoel Grandin2-3/+0
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-2/+4
2015-11-20loplugin:unusedfields in chart2Noel Grandin11-29/+14
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin4-57/+5
2015-11-19use comphelper::containerToSequenceNoel Grandin61-110/+101
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin12-24/+12
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-14/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann173-720/+720
2015-11-10fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin2-14/+16
2015-11-10fix buildNoel Grandin1-0/+1
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin1-42/+27
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin4-22/+18
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2-12/+11
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2-21/+20
2015-11-09new loplugin: oncevarNoel Grandin5-20/+10
2015-11-06coverity#1338265 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06coverity#1338253 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+0
2015-11-04yyyyyNoel Grandin2-3/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2-8/+8
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin23-48/+42
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+1
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2-5/+2
2015-10-23implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard2-2/+45
2015-10-22make it harder to use the API wrongly, tdf#95056Markus Mohrhard1-8/+14
2015-10-22disable all error bar radion buttons in the beginning, tdf#95057Markus Mohrhard1-0/+3
2015-10-21refactor out some com::sun::star typedefsNoel Grandin2-16/+5
2015-10-20new loplugin: badvectorinitNoel Grandin2-4/+8
2015-10-20loplugin:defaultparamsStephan Bergmann4-8/+8
2015-10-19loplugin:defaultparamsStephan Bergmann6-9/+9
2015-10-19cleanup some local var declarationsNoel Grandin3-18/+18
2015-10-18tdf#94960, Revert "it is insane to not map line and ..."Markus Mohrhard1-3/+3
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara1-2/+1
2015-10-16convert Link<> to typedNoel Grandin4-6/+5
2015-10-16convert Link<> to typedNoel Grandin21-83/+67
2015-10-15-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-6/+3
2015-10-13remove some useless commentsNoel Grandin5-6/+3
2015-10-12disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard1-0/+1
2015-10-12update the line panel for data points, related tdf#94969Markus Mohrhard1-3/+3
2015-10-12update area panel for data points, tdf#94969Markus Mohrhard1-1/+3
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-4/+4