summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Removed executable permission on xlsx fileAndrea Gelmini1-0/+0
2019-02-15These items are of type SfxUInt32ItemStephan Bergmann2-2/+2
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-3/+3
2019-02-15tdf#97575 Chart OOXML: Export ShapeProps of Error BarsBalazs Varga2-0/+19
2019-02-14Removed executable permission on docx fileAndrea Gelmini1-0/+0
2019-02-13Pointer is pointlessNoel Grandin4-14/+15
2019-02-13tdf#123400 OOXML Chart: Export Data Label SeparatorBalazs Varga2-0/+20
2019-02-12Removed executable permission on docx fileAndrea Gelmini1-0/+0
2019-02-12tdf#122226 OOXML Chart Import: data label new line separatorBalazs Varga2-0/+20
2019-02-11Resolves: tdf#123231 spin-button focus loss triggers changing active radioCaolán McNamara1-2/+6
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 Grandin13-26/+26
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-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