summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs
Commit message (Expand)AuthorAgeFilesLines
* gives names to all the Idles and TasksNoel Grandin2021-09-283-2/+4
* no need to allocate this SfxItemSet on the heapNoel Grandin2021-09-241-4/+4
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-1/+1
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-317-18/+5
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-133-0/+3
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-053-5/+6
* use officecfg for SvtCJKOptionsNoel Grandin2021-07-282-9/+5
* drop SvtLanguageOptions classNoel Grandin2021-07-271-1/+2
* Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2021-07-191-1/+1
* Purge out rtl::math::setNanBaiXiaochun2021-06-302-16/+7
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-4/+4
* tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth2021-06-221-1/+2
* Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2021-06-131-7/+3
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-2123-41/+41
* tdf#138556 Don’t add Open Values to stock chart types 1 and 3Aritz Erkiaga2021-05-211-2/+43
* tdf#124295 - Always select a 3D scheme in the chart wizardAndreas Heinisch2021-05-194-26/+39
* fix some VirtualDevice leaksNoel Grandin2021-05-121-1/+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-021-2/+2
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-2/+2
* defer getting toplevel for color picker until we need itCaolán McNamara2021-03-091-2/+2
* new loplugin:staticdynamicNoel2021-03-011-2/+3
* 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-223-1/+38
* tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt2021-02-082-4/+13
* make the Color constructors explicitly specify transparencyNoel2021-01-162-6/+6
* loplugin:stringviewparam: operator +=Stephan Bergmann2021-01-041-3/+7
* introduce Degree100 strong_int typeNoel2021-01-025-9/+10
* use SdrAngleItem for SCHATTR_STARTING_ANGLENoel Grandin2021-01-021-4/+4
* use SdrAngleItem for SCHATTR_TEXT_DEGREESNoel Grandin2020-12-283-6/+9
* replace margin-left with margin-start and margin-right with margin-endCaolán McNamara2020-12-221-6/+6
* make *String(string_view) constructors explicitNoel Grandin2020-12-191-1/+1
* tdf#134059 Always include hidden cells in chart series labelOuyang Leyan2020-11-231-0/+3
* tdf#123936 Formatting files in module chart2 with clang-formatPhilipp Hofer2020-11-2212-127/+114
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-062-3/+0
* use officecfg for Experimental flagNoel Grandin2020-11-011-3/+2
* convert some tools::Long->sal_Int32Noel2020-10-302-27/+22
* use tools::Long in basegfx..chart2Noel2020-10-217-29/+29
* move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2020-10-061-1/+1
* loplugin:reducevarscope in canvas,chart2Noel2020-10-011-1/+1
* tdf#108059 Introduce compatibility key for pie chart orientationKelemen Gábor2020-09-281-1/+3
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-222-2/+2
* cid#1467075 silence Unchecked return valueCaolán McNamara2020-09-221-1/+3
* tdf#133482 don't increase dialog width when new columns addedCaolán McNamara2020-09-171-23/+13
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-162-11/+15
* tdf#133227 chart UI: option to hide leader linesBalazs Varga2020-09-152-0/+7
* tdf#124176 Use #pragma once in chart2George Bateman2020-09-0425-100/+25
* restore m_aModelChangeListenerCaolán McNamara2020-09-032-0/+5
* Fix typo in codeAndrea Gelmini2020-09-011-2/+2