summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* -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
* loplugin:passstuffbyref in chart2Noel Grandin2016-04-1430-58/+57
* 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-0820-62/+51
* 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-023-12/+46
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-2/+2
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-312-1/+1
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
* set translatable property in .ui files (bin/ui-translatable.sh)Andras Timar2016-03-291-1/+1
* fix headless buildOliver Specht2016-03-255-16/+59
* Move clipboard stuff to the top like in other modulesMaxim Monastirsky2016-03-211-4/+5
* tdf#93837 chart2: Convert shape context menus to xmlMaxim Monastirsky2016-03-218-230/+88
* loplugin:constantparam in svtoolsNoel Grandin2016-03-171-1/+1
* loplugin:constantparam in svxNoel Grandin2016-03-171-1/+1
* com::sun::star->css in chart2Noel Grandin2016-03-14385-6607/+5640
* remove some unused typedefs, and inline some use-onceNoel Grandin2016-03-141-2/+1
* Resolves: tdf#98390 ChartAreaPanel throw during ctorCaolán McNamara2016-03-111-46/+71
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-2/+2