summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2019-02-11new loplugin writeonlyvarsNoel Grandin2-7/+0
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Meryem Ezber1-10/+6
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Meryem Ezber1-6/+3
2019-02-11tdf#120703 PVS: remove obsolete check (leftover from static removal)Mike Kaganski1-15/+15
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-02-09Fix typoAndrea Gelmini1-1/+1
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin12-25/+25
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2019-02-03Fix typoAndrea Gelmini1-1/+1
2019-02-02Fix typoAndrea Gelmini1-2/+2
2019-01-31Fix typoAndrea Gelmini1-2/+2
2019-01-24loplugin:constparams in basctl..chart2Noel Grandin2-2/+2
2019-01-22Related: tdf#108021 Fix text break of X axis labelsBalazs Varga1-0/+15
2019-01-20Fix typoAndrea Gelmini1-1/+1
2019-01-18tdf#122800 Chart view: Textbreak of X axis labelsBalazs Varga1-2/+5
2019-01-18convert MoveDirection to scoped enumNoel Grandin4-9/+8
2019-01-18convert StockVariant to scoped enumNoel Grandin4-21/+21
2019-01-18convert some enums to scopedNoel Grandin14-43/+43
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen9-33/+24
2019-01-17Fix typoAndrea Gelmini1-1/+1
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-14Fix typoAndrea Gelmini1-1/+1
2019-01-13Fix typoAndrea Gelmini1-1/+1
2019-01-10Resolves: tdf#122398 max/min limits too small for scale FormattedSpinButtonsCaolán McNamara1-0/+7
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin8-9/+9
2019-01-07tdf#122494: Activate orientation by defaultXisco Fauli1-3/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2019-01-03tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen74-215/+67
2019-01-01tdf#114141 draw the top of the zero height 3D barsJozsef Szakacs1-0/+5
2018-12-29Do not use indexing for single getToken call, simplifyMatteo Casalin1-5/+2
2018-12-28Fix typoAndrea Gelmini1-1/+1
2018-12-18tdf#108021 Chart: Fix text break of column chart X axisBalazs Varga1-1/+3
2018-12-14Related: tdf#118705 Fix Column/Bar Chart data label placementBalazs Varga1-3/+20
2018-12-14tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen56-213/+27
2018-12-13Fix typoAndrea Gelmini1-1/+1
2018-12-13use unique_ptr in checkForUniqueItemNoel Grandin2-7/+6
2018-12-12Fix typoAndrea Gelmini1-1/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen3-0/+3
2018-12-10Fix typoAndrea Gelmini1-2/+2
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin3-117/+117
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-07tdf#114163 Chart: fix order of legend namesBalazs Varga4-4/+27
2018-12-05related tdf#51671, add UI options for new "hide legend entry" featureMarkus Mohrhard7-2/+35
2018-12-05tdf#51671, implement feature to disable legend entry for seriesMarkus Mohrhard3-1/+14
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin9-24/+24
2018-12-04Related: tdf#121904 widget hidden but label and frame remainCaolán McNamara1-5/+0
2018-12-03Fix JunitTest_chart2_unoapi failing DBG_TESTSOLARMUTEX on WindowsMike Kaganski1-1/+2
2018-11-30remove unused enum DataSourceDialogPagesNoel Grandin1-6/+0
2018-11-29related tdf#42915, pass NaN through date transformationMarkus Mohrhard1-0/+3
2018-11-29tdf#42915, NaN in a date axis can destroy the whole chartMarkus Mohrhard2-0/+12