summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* tdf#106217: Wrong size and position of a shape inside chartTamás Zolnai2017-04-122-0/+25
* Avoid further crash with empty Chart documentStephan Bergmann2016-10-251-0/+3
* Avoid crash with empty Chart documentStephan Bergmann2016-10-251-0/+3
* avoid crashes on broken charts, related tdf#98690Markus Mohrhard2016-10-131-2/+2
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-033-4/+4
* tdf#94004 Wrap Power trendline equationLaurent Balland-Poirier2016-06-192-14/+37
* tdf#94004 Wrap Logarithmic trendline equationLaurent Balland-Poirier2016-06-191-23/+49
* tdf#94004 Wrap Exponential trendline equationLaurent Balland-Poirier2016-06-192-19/+52
* only init the OpenGL context if we need itMarkus Mohrhard2016-06-072-1/+5
* Typo fixTor Lillqvist2016-05-271-1/+1
* Fix typosAndrea Gelmini2016-05-251-2/+2
* tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier2016-05-2216-109/+248
* convert TAB to scoped enumNoel Grandin2016-05-181-2/+3
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-188-179/+2
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* avoid assertDavid Tardon2016-05-171-2/+7
* stop right away if there are no pointsDavid Tardon2016-05-161-0/+2
* Fix typosAndrea Gelmini2016-05-161-1/+1
* parseExport only needs to export filesMarkus Mohrhard2016-05-162-2/+10
* Give unique, comprehensible names to idles tdf#97087Muhammet Kara2016-05-161-0/+1
* tdf#35957 check for preconditions earlierDavid Tardon2016-05-131-2/+7
* Missing break in switchStephan Bergmann2016-05-101-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-102-1/+3
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-091-1/+1
* tdf#92768 Support hiding title objectsFeyza Yavuz2016-05-083-3/+52
* -Werror=maybe-uninitializedThorsten Behrens2016-05-041-1/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-043-12/+4
* Fix typosAndrea Gelmini2016-04-301-2/+2
* tdf#92768 Support hiding title objectsFeyza Yavuz2016-04-301-0/+10
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-2813-34/+34
* -Werror,-WvarargsStephan Bergmann2016-04-271-3/+2
* tdf#99518 Use correct decimal separatorLaurent Balland-Poirier2016-04-271-6/+21
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* Some more sal_Bool -> boolStephan Bergmann2016-04-254-24/+24
* the container document commands std::set can be staticNoel Grandin2016-04-252-7/+6
* no need to copy the list of available commands on every callNoel Grandin2016-04-252-3/+4
* Kill comphelper::MakeMapStephan Bergmann2016-04-2529-524/+465
* Kill comphelper::MakeSetStephan Bergmann2016-04-252-62/+60
* C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke2016-04-247-18/+7
* Kill comphelper::MakeVectorStephan Bergmann2016-04-241-19/+12
* Fix typosAndrea Gelmini2016-04-221-1/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-2111-119/+97
* new plugin stylepoliceNoel Grandin2016-04-219-74/+74
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2041-120/+120
* Remove redundant comparison against sal_FalseStephan Bergmann2016-04-201-2/+2
* Avoid reserved identifierStephan Bergmann2016-04-181-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-181-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1847-65/+0
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-149-49/+17