summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection
AgeCommit message (Expand)AuthorFilesLines
2018-03-07use more Color in reportdesignNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-4/+4
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke2-2/+0
2018-01-28tdf#115269: fix crash when changing horizontal align (reportdesign)Julien Nabet1-1/+1
2018-01-15More loplugin:cstylecast: reportdesignStephan Bergmann1-2/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann4-4/+4
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: reportdesignStephan Bergmann5-30/+30
2017-09-12coverity#1078469 silence Unchecked return valueCaolán McNamara1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-4/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-4/+4
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-29/+15
2017-07-21de-hrc various thingsCaolán McNamara4-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara6-418/+67
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-6/+4
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+3
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-4/+2
2017-06-26Translate German comments and debug strings (leftovers in r... dirs)Johnny_M1-3/+3
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke3-8/+1
2017-05-18drop toStringCaolán McNamara1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-1/+1
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-19TyposJulien Nabet1-1/+1
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-3/+3
2017-02-21loplugin:subtlezeroinit: reportdesignStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-85/+85
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2-57/+57
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-6/+1
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke2-3/+3
2016-10-13move this monstrosity to the last place its usedCaolán McNamara1-1/+0
2016-10-12loplugin:unusedvariablecheckStephan Bergmann1-1/+0
2016-10-12warning C4018: '<' : signed/unsigned mismatchStephan Bergmann1-1/+1
2016-10-12remove StringListResource in favour of ResStringArray...Caolán McNamara2-142/+139
2016-09-25avoid coverity#1371177 Missing move assignment operatorCaolán McNamara1-2/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-16new loplugin to check for static OUStringsNoel Grandin2-60/+60
2016-06-28loplugin:singlevalfields in reportdesignNoel Grandin1-3/+1
2016-05-20Convert PROP_FLAG to scoped enumNoel Grandin3-53/+53
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl1-12/+8
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl1-8/+20
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-4/+4
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin3-7/+7