summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ControllerCommandDispatch.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-17loplugin:referencecasting in chart2Noel1-5/+5
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: chart2Stephan Bergmann1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-5/+5
2020-04-19loplugin:flatten in chart2Noel Grandin1-135/+135
2020-03-25lokit: Mark document as modified on chart insert/edit...Dennis Francis1-0/+10
2020-01-08tdf#121458: chart: change "Data Ranges" button enabled condition.Vasily Melenchuk1-9/+5
2019-11-09Make ControllerCommandDispatch::commandAvailable() more talkativeMuhammet Kara1-1/+1
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin1-2/+2
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin1-4/+5
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin1-3/+3
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2018-12-14tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen1-3/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen1-0/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet1-3/+4
2018-01-21tdf#113572: removed redundant calc serviceVasily Melenchuk1-1/+3
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk1-2/+16
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin1-3/+2
2017-10-23loplugin:includeform: chart2Stephan Bergmann1-13/+13
2017-06-20loplugin:oncevar chart2Noel Grandin1-5/+1
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin1-7/+7
2017-05-21Fix typosAndrea Gelmini1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl1-1/+1
2017-04-24coverity#1405470 Unchecked dynamic_castCaolán McNamara1-3/+3
2017-04-20tdf#107071 remove "Data Range" from context menu in a pivot chartTomaž Vajngerl1-30/+38
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+0
2017-01-24use rtl::Reference in ControllerCommandDispatchNoel Grandin1-18/+17
2016-03-14com::sun::star->css in chart2Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2014-11-28chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl1-1/+8
2014-06-06fdo#78860: Swap the logic here: Disable -> Enable.Kohei Yoshida1-5/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-03-28Remove remaining DBG_CTOR etc. remnants from chart2Stephan Bergmann1-5/+0
2014-03-24Better to associate true for "enable" and false for "disable".Kohei Yoshida1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-01-14bool improvementsStephan Bergmann1-4/+4
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-7/+0
2013-07-04fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl1-0/+2
2013-07-03Adding multiple trendlines with menu item Insert>Trend Lines..Tomaž Vajngerl1-4/+6
2013-07-03Change series and trendline pop-up to support more trendlines.Tomaž Vajngerl1-7/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-118/+118
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+2