summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-24Kill comphelper::MakeVectorStephan Bergmann1-19/+12
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin11-119/+97
2016-04-21new plugin stylepoliceNoel Grandin9-74/+74
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann41-120/+120
2016-04-20Remove redundant comparison against sal_FalseStephan Bergmann1-2/+2
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke47-65/+0
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar9-49/+17
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin30-58/+57
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin44-122/+121
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke58-73/+0
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-11loplugin:constantparamNoel Grandin12-55/+19
2016-04-08tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke20-62/+51
2016-04-06tdf#96871 Do not force auto log Y scale to B^0Laurent Balland-Poirier1-12/+2
2016-04-05loplugin:constantparam in chart2Noel Grandin20-47/+31
2016-04-04tdf99069: lock the solar mutex before updating sidebarMarkus Mohrhard1-0/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke9-12/+0
2016-04-02Chart: Improve polynomial trendline equation renderingLaurent Balland-Poirier3-12/+46
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-2/+2
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke2-1/+1
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-29set translatable property in .ui files (bin/ui-translatable.sh)Andras Timar1-1/+1
2016-03-25fix headless buildOliver Specht5-16/+59
2016-03-21Move clipboard stuff to the top like in other modulesMaxim Monastirsky1-4/+5
2016-03-21tdf#93837 chart2: Convert shape context menus to xmlMaxim Monastirsky8-230/+88
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1