summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* Avoid temporary var + directly initialize vector in VDataSeries.cxxJulien Nabet2021-05-141-4/+5
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-131-1/+1
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-121-1/+1
* fix ubsan use-after-freeNoel Grandin2021-05-121-0/+25
* fix some VirtualDevice leaksNoel Grandin2021-05-121-1/+1
* clang-tidy error: Returning null referenceNoel Grandin2021-05-091-2/+1
* ref-count SfxItemPoolNoel Grandin2021-05-082-15/+6
* use a single global item pool for chart2 draw modelNoel Grandin2021-05-074-35/+36
* add utility method to get last pool in chainNoel Grandin2021-05-071-10/+1
* Resolves: tdf#142049 expand widget to use unused extra spaceCaolán McNamara2021-05-051-1/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-028-14/+14
* tdf#79049 speed up OOXML workbook load (4)Noel Grandin2021-05-021-2/+1
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-40/+14
* rename ECKEN -> CORNERNoel Grandin2021-04-291-1/+1
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-275-14/+14
* tdf#141914: Allow to unset modified anywayMike Kaganski2021-04-261-5/+9
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-7/+7
* tdf#141689 Fix crash in 'Central' moving avg functionSamuel Mehrbrodt2021-04-151-2/+3
* Recheck include/ with IWYUGabor Kelemen2021-04-093-0/+3
* rtl::Static -> function local staticNoel Grandin2021-04-071-3/+2
* forward declare vcl::window in vcl/event.hxxCaolán McNamara2021-04-061-6/+5
* const OUString -> const OUStringLiteralMike Kaganski2021-03-2511-15/+14
* silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2021-03-193-9/+9
* awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara2021-03-111-7/+5
* remove intermediate containers in sidebarsCaolán McNamara2021-03-1115-186/+79
* tdf#133423 Fix 'central' formula for moving averageSamuel Mehrbrodt2021-03-102-12/+37
* Avoid signed-integer-overflow parsing table:cell-range-address="PivotChart"Stephan Bergmann2021-03-091-0/+7
* defer getting toplevel for color picker until we need itCaolán McNamara2021-03-091-2/+2
* loplugin:refcounting check for one more caseNoel2021-03-081-2/+4
* ref-count SdrPageNoel2021-03-071-3/+3
* SidebarPanelBase is always created with a PanelLayoutCaolán McNamara2021-03-0413-13/+13
* drop some unused forward declaresCaolán McNamara2021-03-041-4/+0
* Chart debug dump: Support for several lines of headersOuyang Leyan2021-03-031-7/+7
* Correct arguments to create a svl::GridPrinterOuyang Leyan2021-03-021-2/+3
* loplugin:refcounting in chart2Noel2021-03-023-3/+6
* new loplugin:staticdynamicNoel2021-03-011-2/+3
* cid#1473315 Uninitialized scalar fieldCaolán McNamara2021-02-241-7/+9
* we don't need the PopupMenu to derive the info we need hereCaolán McNamara2021-02-231-8/+7
* loplugin:refcounting in chart2Noel2021-02-238-40/+26
* Trendline dlg: Enable widgets only when matching type is selectedSamuel Mehrbrodt2021-02-221-0/+3
* Update Data Label dlg according to UX mockupSamuel Mehrbrodt2021-02-222-7/+2
* [API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt2021-02-2215-19/+145
* tdf#92768 Add rendering support for hiding title object in chart2Quan Nguyen2021-02-186-4/+32
* loplugin:referencecasting in chart2Noel2021-02-177-17/+17
* tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara2021-02-165-0/+10
* Remove unneeded breaksAndrea Gelmini2021-02-101-1/+0
* tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt2021-02-0812-18/+59
* Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski2021-02-063-5/+6
* use more getSdrObjectFromXShapeNoel2021-02-044-40/+17
* loplugin:stringviewparam extend to new..Noel2021-01-2911-61/+61