summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportController.cxx
AgeCommit message (Expand)Author
2017-02-16convert DlgEdMode to scoped enumNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-08loplugin:expandablemethods in reportdesignNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-08split AddRemoveListener into two methodsNoel Grandin
2016-06-08remove some manual refcounting in reportdesignNoel Grandin
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet
2016-03-23loplugin:constantparam in reportdesignNoel Grandin
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-03-09loplugin:constantparam in reportdesignNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-01boost::mem_fn->std::mem_fn in reportdesignNoel Grandin
2015-12-23New saving behaviorMaxim Monastirsky
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10Remove unused XDash variablesMatteo Casalin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann
2015-08-17convert Link<> to typedNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-07-19Fix typosAndrea Gelmini