summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-05-251-2/+2
* tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier2016-05-2215-109/+246
* convert TAB to scoped enumNoel Grandin2016-05-181-2/+3
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-187-178/+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
* 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-042-9/+3
* 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-2527-522/+465
* Kill comphelper::MakeSetStephan Bergmann2016-04-252-62/+60
* C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke2016-04-246-16/+6
* 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-2040-119/+119
* 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
* loplugin:passstuffbyref in chart2Noel Grandin2016-04-1429-57/+56
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-1244-122/+121
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1258-73/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-111-1/+1
* loplugin:constantparamNoel Grandin2016-04-1112-55/+19
* tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke2016-04-0819-61/+50
* tdf#96871 Do not force auto log Y scale to B^0Laurent Balland-Poirier2016-04-061-12/+2
* loplugin:constantparam in chart2Noel Grandin2016-04-0520-47/+31
* tdf99069: lock the solar mutex before updating sidebarMarkus Mohrhard2016-04-041-0/+2
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-029-12/+0
* Chart: Improve polynomial trendline equation renderingLaurent Balland-Poirier2016-04-021-10/+23