summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-07-20Fix typosAndrea Gelmini
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09loplugin:literaltoboolconversionStephan Bergmann
2015-10-09Moving average trendline equation: remove initialisationLaurent Balland-Poirier
2015-10-09tdf#70673 Improve exponential trend line equationLaurent Balland-Poirier
2015-10-08chart2: replace for_each with range-based forDaniel Robertson
2015-10-07Improve polynomial trend line equationLaurent Balland-Poirier
2015-10-07Improve Power trend line equationLaurent Balland-Poirier
2015-10-07Log trend line equation: Remove useless variableLaurent Balland-Poirier
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Trend line equation: remove useless definesLaurent Balland-Poirier
2015-09-30Fix typosAndrea Gelmini
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke
2015-08-10tdf#92997 obtain a date/time edit format according to field valueEike Rathke
2015-07-28Revert "provide a few more common property names"Markus Mohrhard
2015-07-28Revert "provide some common fill property name aliases"Markus Mohrhard
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-26provide a few more common property namesMarkus Mohrhard
2015-07-26provide some common fill property name aliasesMarkus Mohrhard
2015-07-20loplugin:unusedmethods chart2Noel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-09tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens
2015-07-08chart2: typed Link<>Noel Grandin
2015-06-24coverity#1308146 Uninitialized scalar fieldCaolán McNamara
2015-06-24coverity#1308147 Uninitialized scalar fieldCaolán McNamara
2015-06-22Fix typosAndrea Gelmini
2015-06-22tdf#70673 Power trendline: enable negative Y valuesLaurent Balland-Poirier
2015-06-22tdf#70673 Exponential trendline: enable negative Y valuesLaurent Balland-Poirier
2015-06-21Revert "tdf#92231 Potential regression curve calculation is wrong"Philippe Jung
2015-06-21tdf#92231 Potential regression curve calculation is wrongPhilippe Jung
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann