summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs
AgeCommit message (Expand)Author
2018-01-13tdf#113572: later upstream changes backportVasily Melenchuk
2017-12-22tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk
2017-08-09Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-05-18convert TAB to scoped enumNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-30Fix typosAndrea Gelmini
2016-04-27-Werror,-WvarargsStephan Bergmann
2016-04-27tdf#99518 Use correct decimal separatorLaurent Balland-Poirier
2016-04-25Kill comphelper::MakeMapStephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11loplugin:constantparamNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-03-02loplugin:unuseddefaultparams in chart2Noel Grandin
2016-02-22loplugin:write only fieldsNoel Grandin
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-23loplugin:unusedfields in chart2Noel Grandin
2015-12-03WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15-Werror,-Wunused-private-fieldStephan Bergmann
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-08chart2: replace for_each with range-based forDaniel Robertson
2015-10-07tdf#90839: follow-up workMarco Cecchetti