summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski3-0/+9
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-17use more default copy ctorsJochen Nitschke1-11/+0
2017-09-11Make clamping of aParams.format work reliablyStephan Bergmann1-1/+8
2017-09-08-Werror,-Wtautological-compare with latest clangNoel Grandin1-1/+1
2017-09-08set parent for file dialog helperCaolán McNamara2-7/+6
2017-09-07extensions: GCC 7 -Werror=format-truncationMichael Stahl1-1/+13
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-31loplugin:constparams: extensions (clang-cl)Stephan Bergmann8-17/+17
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
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