summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2022-02-24use more TypedWhichIdNoel Grandin1-2/+1
2022-02-24cid#1500434 Dereference after null checkCaolán McNamara1-1/+1
2022-02-23tdf#127720 chart2: create new columns for error barsJustin Luth3-1/+17
2022-02-23Resolves: tdf#147292 the area of the tooltip is wrongCaolán McNamara1-5/+6
2022-02-23cid#1500434 Dereference after null checkCaolán McNamara1-3/+3
2022-02-23cid#1500643 Dereference before null checkCaolán McNamara1-2/+1
2022-02-23cid#1500665 Dereference before null checkCaolán McNamara1-3/+1
2022-02-22tdf#64914 small improvementsNoel Grandin1-11/+10
2022-02-22eliminate a layer of conversion in createSymbol2DNoel Grandin1-247/+126
2022-02-22tdf#64914 slow opening large chartNoel Grandin1-22/+22
2022-02-21cid#1500515 Dereference after null checkCaolán McNamara2-1/+7
2022-02-21cid#1500458 Dereference after null checkCaolán McNamara1-2/+2
2022-02-18Resolves: tdf#147393 SpinButtons should be can-focusCaolán McNamara1-2/+2
2022-02-18resave with latest gladeCaolán McNamara1-104/+104
2022-02-17loplugin:unusedmethodsNoel Grandin17-357/+1
2022-02-17micro-optimisation: use std::moveNoel Grandin1-1/+1
2022-02-17loplugin:unusedfieldsNoel Grandin11-27/+14
2022-02-17loplugin:unnecessaryvirtualNoel Grandin2-2/+2
2022-02-16simplify some vector constructionNoel Grandin3-18/+15
2022-02-13tdf#147394 delete crash legendNoel Grandin1-7/+11
2022-02-13rtl::Static -> local staticNoel Grandin8-521/+296
2022-02-12chart2: Break labels text and limit the size to the axis sizeTomaž Vajngerl7-13/+123
2022-02-12chart2: crop x-axis label if it's too long on fixed size chartsTomaž Vajngerl3-18/+76
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin2-2/+0
2022-02-10crashtesting ooo#ooo83229-2Noel Grandin4-26/+13
2022-02-10use more concrete types in chart2, SvxShapeNoel Grandin6-22/+15
2022-02-10use more concrete types in chart2, SvxShapeNoel Grandin4-14/+24
2022-02-10can avoid UNO_QUERY hereNoel Grandin1-6/+6
2022-02-09use more concrete types in chart2, AxisNoel Grandin7-33/+29
2022-02-09use more concrete types in chart2, AxisNoel Grandin7-30/+32
2022-02-09use more concrete types in chart2, AxisNoel Grandin6-22/+21
2022-02-09use more concrete types in chart2, DataSourceNoel Grandin9-30/+25
2022-02-08use more concrete types in chart2, DataSeriesNoel Grandin29-283/+269
2022-02-07use more concrete types in chart2, DataSeriesNoel Grandin32-316/+297
2022-02-07crashtesting ooo#20372Noel Grandin28-159/+118
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41873-3/+3
2022-02-06chart: prefix members of AxisLabelPropertiesTomaž Vajngerl5-99/+99
2022-02-05use more concrete types in chart2, AxisNoel Grandin44-261/+510
2022-02-05use more concrete types in chart2, LabeledDataSequenceNoel Grandin9-53/+67
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-15/+15
2022-02-04use more concrete types in chart2, LabeledDataSequenceNoel Grandin19-111/+166
2022-02-04use more concrete types in chart2, DataSourceNoel Grandin5-5/+9
2022-02-04use more concrete types in chart2, LabeledDataSequenceNoel Grandin18-49/+133
2022-02-04use more concrete types in chart2, DataSeriesNoel Grandin5-70/+55
2022-02-03tools::Long -> sal_Int32Noel Grandin2-3/+3
2022-02-03make css::chart2::InterpretedData a normal structNoel Grandin11-42/+49
2022-02-03tdf#147027 Cannot display pattern, gradient or hatch fill in bar or area chartNoel Grandin7-197/+36
2022-02-02UBSan build missing RTTI nowStephan Bergmann1-1/+2
2022-02-02use more concrete types in chart2, RegressionCurveModelNoel Grandin1-3/+3
2022-02-01use more concrete types in chart2, RegressionCurveModelNoel Grandin11-110/+310