summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2017-08-23convert message box style bits to scoped enumNoel Grandin2-2/+2
2017-08-21Fix typosAndrea Gelmini1-1/+1
2017-08-18tdf#105538 Download update to Downloads folder on WindowsTakeshi Abe2-6/+8
2017-08-18loplugin:oncevar (clang-cl)Stephan Bergmann1-1/+1
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin4-8/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-6/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin8-19/+17
2017-08-09desktop,extensions: updater: only allow redirects to HTTP/HTTPSMichael Stahl1-0/+2
2017-08-08loplugin:unusedmethodsNoel Grandin1-3/+0
2017-08-02split out VclBuilder static methodsCaolán McNamara1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara13-127/+26
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin7-11/+11
2017-07-31loplugin:oncevarNoel Grandin3-11/+10
2017-07-28loplugin:constparams handle constructorsNoel Grandin5-6/+6
2017-07-25fix propcontroller extension regressionNoel Grandin2-6/+33
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-12/+7
2017-07-24coverity#1242860 Unused value + loplugin:casttovoidCaolán McNamara1-2/+5
2017-07-24coverity#1242860 Unused valueCaolán McNamara1-1/+1
2017-07-23remove now unnecessary comphelper::OModuleClient stuffNoel Grandin11-18/+48
2017-07-23Removed duplicated includesAndrea Gelmini2-2/+0
2017-07-22loplugin:unusedfields in extensions..frameworkNoel Grandin6-20/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara28-319/+175
2017-07-21migrate to boost::gettextCaolán McNamara121-4194/+1173
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-17loplugin:oncevar: extensions (clang-cl)Stephan Bergmann1-2/+2
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin7-9/+9
2017-07-13loplugin:oncevar: empty strings: extensionsStephan Bergmann1-2/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-8/+6
2017-07-10Add quotation marks around placeholderAdolfo Jayme Barrientos1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin4-5/+5
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke5-18/+4
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin2-3/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin6-33/+19
2017-07-05new loplugin unnecessaryparenNoel Grandin2-2/+2
2017-07-05loplugin:casttovoid (clang-cl): extensionsStephan Bergmann2-4/+2
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier1-0/+2
2017-07-04tdf#96505 Get rid of cargo cult "long" integer literalsJens Carl4-11/+11
2017-07-04loplugin:unusedfields in editengNoel Grandin3-32/+2
2017-07-03use begin()/end() when working with SequenceNoel Grandin3-6/+5
2017-07-03loplugin:oncevar (clang-cl): extensionsStephan Bergmann4-35/+17
2017-07-03loplugin:sallogareas (clang-cl)Stephan Bergmann1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke6-15/+11
2017-07-02loplugin:casttovoid: extensionsStephan Bergmann13-29/+7
2017-06-30hresult1 is unusedStephan Bergmann1-5/+1
2017-06-30loplugin:oncevarStephan Bergmann1-1/+3