summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Clean up uses of Any::getValue() in chart2Stephan Bergmann4-19/+15
2016-06-11try auto rotate tick labels only when useful tdf#99883Jochen Nitschke2-17/+24
2016-06-10Move accessibility relations to .ui files, Part 8: tdf#87026Muhammet Kara4-45/+20
2016-06-09Try to get rid of svt::ContextMenuHelperMaxim Monastirsky1-27/+24
2016-06-09tdf#94004 Wrap Power trendline equationLaurent Balland-Poirier2-14/+37
2016-06-09tdf#94004 Wrap Logarithmic trendline equationLaurent Balland-Poirier1-23/+49
2016-06-09tdf#94004 Wrap Exponential trendline equationLaurent Balland-Poirier2-19/+52
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko5-20/+5
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard2-1/+5
2016-06-06follow up fix: initialise PointSequenceSequence directlyJochen Nitschke1-2/+3
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin4-8/+8
2016-06-06remove unused constants in HRC filesNoel Grandin1-4/+0
2016-06-04initialise PointSequenceSequence directlyJochen Nitschke1-12/+3
2016-06-02Remove SetAccessibleRelationLabeledBy calls tdf#87026Muhammet Kara2-23/+16
2016-06-02replace simple macros in chart2Jochen Nitschke6-45/+38
2016-06-02remove ENABLE_GL3D_BARCHART defineJochen Nitschke2-4/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-27Typo fixTor Lillqvist1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+2
2016-05-25Fix typosAndrea Gelmini1-2/+2
2016-05-22tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier16-109/+248
2016-05-18convert TAB to scoped enumNoel Grandin1-2/+3
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin8-179/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-17avoid assertDavid Tardon1-2/+7
2016-05-16stop right away if there are no pointsDavid Tardon1-0/+2
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-16parseExport only needs to export filesMarkus Mohrhard2-2/+10
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+1
2016-05-13tdf#35957 check for preconditions earlierDavid Tardon1-2/+7
2016-05-10Missing break in switchStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann2-1/+3
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-1/+1
2016-05-08tdf#92768 Support hiding title objectsFeyza Yavuz3-3/+52
2016-05-04-Werror=maybe-uninitializedThorsten Behrens1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin3-12/+4
2016-04-30Fix typosAndrea Gelmini1-2/+2
2016-04-30tdf#92768 Support hiding title objectsFeyza Yavuz1-0/+10
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin13-34/+34
2016-04-27-Werror,-WvarargsStephan Bergmann1-3/+2
2016-04-27tdf#99518 Use correct decimal separatorLaurent Balland-Poirier1-6/+21
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-25Some more sal_Bool -> boolStephan Bergmann4-24/+24
2016-04-25the container document commands std::set can be staticNoel Grandin2-7/+6
2016-04-25no need to copy the list of available commands on every callNoel Grandin2-3/+4
2016-04-25Kill comphelper::MakeMapStephan Bergmann29-524/+465
2016-04-25Kill comphelper::MakeSetStephan Bergmann2-62/+60
2016-04-24C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke7-18/+7