summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann1-1/+0
2019-01-31Removed executable permission on xlsx fileAndrea Gelmini1-0/+0
2019-01-31Fix typoAndrea Gelmini1-2/+2
2019-01-30tdf#122915 Chart OOXML: Export individual data label propBalazs Varga2-1/+15
2019-01-29tdf#123013: Allow to change trendline name in gtk3Xisco Fauli1-1/+1
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-22tdf#122031 Unit test checks pie chart data label format.Gülşah Köse2-0/+16
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-14tdf#42949 Fix IWYU warnings in chart2/qa/*Gabor Kelemen7-40/+14
2019-01-14Fix typoAndrea Gelmini1-1/+1
2019-01-13Fix typoAndrea Gelmini1-1/+1
2019-01-12Fix typoAndrea Gelmini1-1/+1
2019-01-10Resolves: tdf#122398 max/min limits too small for scale FormattedSpinButtonsCaolán McNamara2-6/+9
2019-01-09Resolves: tdf#122597 chart dialog should be modalCaolán McNamara1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin8-9/+9
2019-01-08Removed executable permission on data filesAndrea Gelmini1-0/+0
2019-01-07tdf#122091 OOXML Import: Automatically break of X Axis labelsBalazs Varga2-0/+21
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 Kelemen75-215/+111
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-28Use indexed getTokenMatteo Casalin1-9/+10
2018-12-28Fix typoAndrea Gelmini1-1/+1
2018-12-24Fix CppunitTest_chart2_xshape failing with Display Scaling on WindowsMike Kaganski1-0/+26
2018-12-19Removed executable permission on data fileAndrea Gelmini2-0/+0
2018-12-18tdf#122121 Fix checkbox alignment & spacing in Data Series dialogAdolfo Jayme Barrientos1-4/+6
2018-12-18tdf#122090 Chart: Fix OOXML export of X axis labels rotationBalazs Varga2-0/+12
2018-12-18tdf#108021 Chart: Fix text break of column chart X axisBalazs Varga3-1/+23
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 Kelemen57-213/+46
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 Mohrhard8-3/+87
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