summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-17fix leak in CommandDispatchNoel Grandin
2021-05-14Directly initialize vectors in VCartesianAxis.cxxJulien Nabet
2021-05-14Avoid temporary var + directly initialize vector in VDataSeries.cxxJulien Nabet
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-12fix ubsan use-after-freeNoel Grandin
2021-05-12fix some VirtualDevice leaksNoel Grandin
2021-05-09clang-tidy error: Returning null referenceNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin
2021-05-07add utility method to get last pool in chainNoel Grandin
2021-05-05Resolves: tdf#142049 expand widget to use unused extra spaceCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-29rename ECKEN -> CORNERNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-26tdf#141914: Allow to unset modified anywayMike Kaganski
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-15tdf#141689 Fix crash in 'Central' moving avg functionSamuel Mehrbrodt
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-11awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2021-03-10tdf#133423 Fix 'central' formula for moving averageSamuel Mehrbrodt
2021-03-09Avoid signed-integer-overflow parsing table:cell-range-address="PivotChart"Stephan Bergmann
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara
2021-03-08loplugin:refcounting check for one more caseNoel
2021-03-07ref-count SdrPageNoel
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara
2021-03-04drop some unused forward declaresCaolán McNamara
2021-03-03Chart debug dump: Support for several lines of headersOuyang Leyan
2021-03-02Correct arguments to create a svl::GridPrinterOuyang Leyan
2021-03-02loplugin:refcounting in chart2Noel
2021-03-01new loplugin:staticdynamicNoel
2021-02-24cid#1473315 Uninitialized scalar fieldCaolán McNamara
2021-02-23we don't need the PopupMenu to derive the info we need hereCaolán McNamara
2021-02-23loplugin:refcounting in chart2Noel
2021-02-22Trendline dlg: Enable widgets only when matching type is selectedSamuel Mehrbrodt
2021-02-22Update Data Label dlg according to UX mockupSamuel Mehrbrodt
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt
2021-02-18tdf#92768 Add rendering support for hiding title object in chart2Quan Nguyen
2021-02-17loplugin:referencecasting in chart2Noel
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara
2021-02-10Remove unneeded breaksAndrea Gelmini
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt