summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2015-07-28Revert "provide a few more common property names"Markus Mohrhard1-7/+0
2015-07-28Revert "provide some common fill property name aliases"Markus Mohrhard1-24/+0
2015-07-27inline a bunch of use-once macrosNoel Grandin1-1/+3
2015-07-26provide a few more common property namesMarkus Mohrhard1-0/+7
2015-07-26provide some common fill property name aliasesMarkus Mohrhard1-0/+24
2015-07-20loplugin:unusedmethods chart2Noel Grandin3-63/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-7/+7
2015-07-09tdf#91725: Use lighter default colour for minor grid linesKatarina Behrens1-0/+17
2015-07-08chart2: typed Link<>Noel Grandin1-4/+4
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 Gelmini1-1/+1
2015-06-22tdf#70673 Power trendline: enable negative Y valuesLaurent Balland-Poirier1-8/+17
2015-06-22tdf#70673 Exponential trendline: enable negative Y valuesLaurent Balland-Poirier1-9/+18
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-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-8/+8
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara4-7/+7
2015-06-04uno::Sequence provides now begin and endNoel Grandin3-7/+6
2015-05-21tdf#91054: cleanup weirdo function prototypesJens Carl1-26/+16
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-3/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-29tdf#72361 Forced intercept for exponentiial trendlineLaurent Balland-Poirier1-5/+17
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin3-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-33/+33
2015-03-25TyposJulien Nabet1-3/+3
2015-03-23loplugin:constantfunction: chart2Noel Grandin1-10/+0
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+4
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+2
2015-02-21TyposJulien Nabet1-1/+1
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-3/+0
2015-02-12Blind attempt to fix the Windows build.Jan Holesovsky1-1/+1
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir10-193/+127
2015-02-07loplugin:deletedspecialStephan Bergmann1-6/+5
2015-01-30chisel off some more unused codeCaolán McNamara1-5/+0
2015-01-23Allow for null xModel in TitleHelper::getTitleStephan Bergmann1-10/+10
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk2-4/+3
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann9-32/+32
2014-12-09inline UNO helper macrosNoel Grandin12-30/+491
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin2-13/+40
2014-12-06reduce scope of local variablesMichael Weghorn2-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-0/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin11-83/+79