summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2023-05-21tdf#155231 CRASH: with embedded OLE chartNoel Grandin
2023-05-15MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)
2023-05-13tdf#155210 FILESAVE ODT Default chart row labels disappear from Writer chartNoel Grandin
2023-05-13Resolves: tdf#146068 don't crash when MA(central) lacks dataCaolán McNamara
2023-05-13fix bug in WrappedRegressionCurvesProperty::setValueToSeriesNoel Grandin
2023-04-03jsdialog: enable and make async chart line prop dialogSzymon Kłos
2023-03-12tdf#153859 sw: crash fix for setting chart with deleted data tableLászló Németh
2023-03-12tdf#153858 sw: crash fix for chart with deleted data tableLászló Németh
2023-03-07jsdialog: enable chart wizardSzymon Kłos
2023-02-25blind fix for crashes in RegressionCurveCalculatorNoel Grandin
2023-02-25tdf#153640 Fix changing chart background color back to NoneSamuel Mehrbrodt
2022-12-06Move cppu::BaseMutex up to the base class OPropertySetNoel Grandin
2022-12-06tdf#151847 Some chart UNO objects were not advertising their types propertyNoel Grandin
2022-12-01tdf#145599 Charts gets corrupted when you draw a line inside themNoel Grandin
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-11-19tdf#151846 Restore XChartTypeTemplateNoel Grandin
2022-11-17Resolves: tdf#152087 strip any newlines from the entryCaolán McNamara
2022-11-11Drop a counterproductive top-level constStephan Bergmann
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-11-01tdf#54857 elide more dynamic_castNoel Grandin
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski
2022-10-28Implement css::frame::XController2 in ChartControllerMike Kaganski
2022-10-25tdf#145759 Use symbolic constants instead of magic numerical constantsOmkarAcharekar
2022-10-24Drop Window::LogicMouse*Mike Kaganski
2022-10-22use more TempFileFastService in chart2Noel Grandin
2022-10-20add assert to catch case that should never happenNoel Grandin
2022-10-18Elide a redundant varStephan Bergmann
2022-10-17tdf#145538 - Use range based for loopsOmkarAcharekar
2022-10-17loplugin:redundantcast look for redundant dynamic_cast<T&>Noel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-09tdf#151424 Spider web chart drawing errorNoel Grandin
2022-10-05tdf#151283 calc hangs when try to open XLS fileNoel Grandin
2022-09-26use more string_view in chart2Noel Grandin
2022-09-26Be sure the number format dialog content is in correct placeSzymon Kłos
2022-09-22tdf#151091 Revert "tdf#148635 cache some chart stuff"Noel Grandin
2022-09-22use more string_view in svxNoel Grandin
2022-09-20use more std::u16string_view in chart2Noel Grandin
2022-09-19no need to use an OUStringBuffer hereNoel Grandin
2022-09-15chart2: Set the data table fill style to default to NONETomaž Vajngerl
2022-09-15Add documentation for data table added classes and functionsTomaž Vajngerl
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-13cid#1500679 Resource leak in objectCaolán McNamara
2022-09-10unique_ptr->optional for GraphicNoel Grandin
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02no need to use unique_ptr for this map in chart::CommandDispatchNoel Grandin
2022-08-31tdf#145614 Convert #define to enum or constexprLiu Hao