summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/DialogModel.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#138556 Don’t add Open Values to stock chart types 1 and 3Aritz Erkiaga2021-05-211-2/+43
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-221-1/+1
* cid#1467075 silence Unchecked return valueCaolán McNamara2020-09-221-1/+3
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-1/+1
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-2/+2
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-261-1/+1
* use for-range on Sequence in chart2Noel Grandin2020-05-181-18/+17
* loplugin:flatten in chart2Noel Grandin2020-04-191-60/+60
* tdf#130389: Data ranges dialog, data series tab, move up/down reversedJulien Nabet2020-02-041-1/+1
* loplugin:makeshared in chart2..comphelperNoel Grandin2020-01-241-2/+2
* loplugin:referencecasting in canvas..chart2Noel Grandin2019-07-191-7/+6
* Remove ContainerHelper.hxxArkadiy Illarionov2019-05-131-4/+3
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-071-0/+1
* convert MoveDirection to scoped enumNoel Grandin2019-01-181-2/+2
* tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen2019-01-031-4/+0
* improve function local staticsNoel Grandin2018-11-231-42/+39
* tdf#42949 Fix IWYU warnings in chart2/source/controller/dialogs/*hxxGabor Kelemen2018-11-091-0/+3
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-18/+19
* chart2: std::iterator is deprecated in C++17Michael Stahl2018-01-221-4/+23
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-10/+9
* loplugin:constantparam in c*Noel Grandin2017-11-011-21/+5
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-13/+13
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-7/+4
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* use more OUString::operator== in a*..chart2Noel Grandin2017-07-131-4/+4
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-3/+1
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-1/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-2/+1
* can drop SCH_RESSTR nowCaolán McNamara2017-05-181-19/+19
* revert OSL_ASSERT changesChris Sherlock2017-05-071-2/+2
* tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock2017-05-071-2/+2
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-29/+29
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-3/+3
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* chart2: remove unused ContainerHelper.hxx includesJochen Nitschke2016-07-131-3/+2
* loplugin:constantparamNoel Grandin2016-04-111-5/+3
* loplugin:unusedmethods unused return value in chart2Noel Grandin2016-01-111-5/+2
* use comphelper::containerToSequenceNoel Grandin2015-11-191-3/+4
* boost->stdCaolán McNamara2015-09-141-1/+1
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-111-1/+1
* tdf#92459 replace deprecated o3tl featuresDaniel Robertson2015-08-011-5/+4
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-231-1/+1
* callcatcher: update unused codeCaolán McNamara2014-07-221-5/+0
* Annotate the code a little more, to make it easier to follow.Kohei Yoshida2014-06-241-15/+32
* show the property mapping sequences by defaultMarkus Mohrhard2014-06-221-0/+4
* extract common codeMarkus Mohrhard2014-06-221-12/+15
* Make implicit assignment etc. work for these iterator classesStephan Bergmann2014-04-101-11/+9
* we also need to translate from ui to internal rolesMarkus Mohrhard2014-03-171-0/+5
* improve the handling of property mapping sequencesMarkus Mohrhard2014-03-091-1/+3