summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2021-07-07tdf#110993 - Corrected spline calculationAndreas Heinisch1-1/+1
2021-06-29tdf#142793 chart UI: fix option "Secondary Y Axis" on sidebarBalazs Varga1-5/+8
2021-06-22tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth1-1/+2
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2-60/+61
2021-06-11Simplify vector initializationsJulien Nabet2-6/+2
2021-06-10tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth1-2/+10
2021-06-08Simplify Sequences initializations (chart2)(part 2)Julien Nabet1-10/+5
2021-06-08Simplify Sequences initializations (chart2)(part1)Julien Nabet10-64/+18
2021-05-31tdf#142467: Update comments with GCC bug IDStephan Bergmann1-1/+2
2021-05-28no need to allocate these on the heapNoel Grandin3-30/+29
2021-05-26tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara1-1/+2
2021-05-23stlFindInsert: No unnecessary search before insertion to mapMuhammet Kara3-6/+3
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara34-67/+67
2021-05-21tdf#138556 Don’t add Open Values to stock chart types 1 and 3Aritz Erkiaga5-2/+71
2021-05-19tdf#142364 exception thrown during destructionCaolán McNamara14-65/+100
2021-05-19tdf#124295 - Always select a 3D scheme in the chart wizardAndreas Heinisch8-42/+61
2021-05-17split OutputDevice from WindowNoel Grandin4-10/+10
2021-05-17fix leak in CommandDispatchNoel Grandin2-21/+11
2021-05-14Directly initialize vectors in VCartesianAxis.cxxJulien Nabet1-9/+3
2021-05-14Avoid temporary var + directly initialize vector in VDataSeries.cxxJulien Nabet1-4/+5
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-12fix ubsan use-after-freeNoel Grandin1-0/+25
2021-05-12fix some VirtualDevice leaksNoel Grandin1-1/+1
2021-05-09clang-tidy error: Returning null referenceNoel Grandin1-2/+1
2021-05-08ref-count SfxItemPoolNoel Grandin2-15/+6
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin4-35/+36
2021-05-07add utility method to get last pool in chainNoel Grandin1-10/+1
2021-05-05Resolves: tdf#142049 expand widget to use unused extra spaceCaolán McNamara1-1/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann8-14/+14
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-2/+1
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-40/+14
2021-04-29rename ECKEN -> CORNERNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin5-14/+14
2021-04-26tdf#141914: Allow to unset modified anywayMike Kaganski1-5/+9
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-7/+7
2021-04-15tdf#141689 Fix crash in 'Central' moving avg functionSamuel Mehrbrodt1-2/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen3-0/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-3/+2
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara1-6/+5
2021-03-25const OUString -> const OUStringLiteralMike Kaganski11-15/+14
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara3-9/+9
2021-03-11awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara1-7/+5
2021-03-11remove intermediate containers in sidebarsCaolán McNamara15-186/+79
2021-03-10tdf#133423 Fix 'central' formula for moving averageSamuel Mehrbrodt2-12/+37
2021-03-09Avoid signed-integer-overflow parsing table:cell-range-address="PivotChart"Stephan Bergmann1-0/+7
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-2/+2
2021-03-08loplugin:refcounting check for one more caseNoel1-2/+4
2021-03-07ref-count SdrPageNoel1-3/+3
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara13-13/+13