summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe2-2/+2
2017-11-06loplugin:constparams in various(2)Noel Grandin2-4/+4
2017-11-02loplugin:finalclasses in filter,extensionsNoel Grandin13-65/+32
2017-11-01loplugin:constantparam in connectivityNoel Grandin2-2/+2
2017-10-26vcl: make MapMode constructor explicitMichael Stahl5-10/+10
2017-10-23loplugin:includeform: extensionsStephan Bergmann24-52/+52
2017-10-23overload std::hash for OUString and OStringNoel Grandin4-6/+6
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-2/+2
2017-09-08set parent for file dialog helperCaolán McNamara1-6/+4
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-21Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin3-7/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin5-11/+10
2017-08-01move resmgr to unotoolsCaolán McNamara2-6/+6
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin2-2/+2
2017-07-31loplugin:oncevarNoel Grandin1-8/+8
2017-07-25fix propcontroller extension regressionNoel Grandin1-5/+33
2017-07-23remove now unnecessary comphelper::OModuleClient stuffNoel Grandin11-18/+48
2017-07-23Removed duplicated includesAndrea Gelmini2-2/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara9-38/+12
2017-07-21migrate to boost::gettextCaolán McNamara33-2005/+117
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin3-3/+3
2017-07-13loplugin:oncevar: empty strings: extensionsStephan Bergmann1-2/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-8/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-2/+2
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke4-16/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin4-26/+14
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-04tdf#96505 Get rid of cargo cult "long" integer literalsJens Carl1-1/+1
2017-07-04loplugin:unusedfields in editengNoel Grandin2-25/+1
2017-07-03use begin()/end() when working with SequenceNoel Grandin3-6/+5
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke5-13/+10
2017-07-02loplugin:casttovoid: extensionsStephan Bergmann6-12/+0
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin1-2/+2
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-3/+5
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-3/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke3-3/+0
2017-06-10coverity#1405937 rework to silence Uncaught exceptionCaolán McNamara2-15/+8
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke1-1/+0
2017-06-02Improved loplugin:redundantcast static_cast handling: extensionsStephan Bergmann3-29/+29
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-48/+18