summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2018-02-27lo chart2: The LokChartHelper must post the mouse events too.Jan Holesovsky2-0/+20
2018-02-12tdf#114821 import/export/place complex data labels in chartsSzymon Kłos12-18/+316
2017-12-18Drop a bunch of font metrics flagsKhaled Hosny1-2/+1
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl2-3/+3
2017-12-05Fix typosAndrea Gelmini2-2/+2
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2017-09-01tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis1-2/+10
2017-08-15Fix JunitTest chart2 unoapiJan-Marek Glogowski1-1/+3
2017-08-09bug fix: tdf#111173Marco Cecchetti1-4/+7
2017-08-03lok - add support for in place chart editingMarco Cecchetti6-2/+174
2017-07-31tdf#103984 : For bubble charts append data column...Dennis Francis1-1/+1
2017-06-12Fix typo in queryAggregationStephan Bergmann1-1/+1
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin3-3/+3
2016-12-10tdf#104534: Retrieve list of patternsJulien Nabet5-0/+15
2016-11-18loplugin:unusedmethodsNoel Grandin1-3/+0
2016-11-17loplugin:unusedfieldsNoel Grandin21-159/+91
2016-11-15Revert some chart2 shader-affecting changesNoel Grandin1-1/+8
2016-11-15loplugin:unusedfieldsNoel Grandin1-2/+0
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara1-2/+1
2016-11-11loplugin:expandablemethods in chart2Noel Grandin130-1412/+265
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin6-7/+7
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin15-37/+32
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara7-34/+23
2016-11-07loplugin:oncevar in chart2Noel Grandin24-105/+43
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud7-23/+34
2016-11-04unify color selectorsCaolán McNamara7-34/+23
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-11-01Omit the default comparatorTakeshi Abe1-2/+1
2016-11-01Omit the default comparator for std::sort()Takeshi Abe1-9/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara3-9/+9
2016-10-27Make XServiceInfo match what's in .component fileMaxim Monastirsky2-2/+2
2016-10-22fix for windows buildsJochen Nitschke1-1/+1
2016-10-22chart2: fix unserialization of empty cellsJean-Tiare Le Bigot1-9/+2
2016-10-21Avoid further crash with empty Chart documentStephan Bergmann1-0/+3
2016-10-21Only call getChartType when the return value is actually usedStephan Bergmann1-5/+6
2016-10-21Minor improvement of previous commitStephan Bergmann1-1/+1
2016-10-21Avoid crash with empty Chart documentStephan Bergmann1-0/+3
2016-10-19expand WRITE_PROPERTY macroJochen Nitschke1-67/+226
2016-10-19No need to check here if menu name is emptyMaxim Monastirsky1-3/+2
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin6-19/+7
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-15use initializer list ...Jochen Nitschke1-4/+2
2016-10-15avoid exceptionJochen Nitschke1-8/+11
2016-10-13Use FeatureStateEvent directly for status updatesMaxim Monastirsky1-8/+7
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-1/+1
2016-10-11avoid crashes on broken charts, related tdf#98690Markus Mohrhard1-2/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke8-17/+17