summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Make clamping of aParams.format work reliablyStephan Bergmann2017-09-111-1/+8
* -Werror,-Wtautological-compare with latest clangNoel Grandin2017-09-081-1/+1
* set parent for file dialog helperCaolán McNamara2017-09-082-7/+6
* extensions: GCC 7 -Werror=format-truncationMichael Stahl2017-09-071-1/+13
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* loplugin:constparams: extensions (clang-cl)Stephan Bergmann2017-08-318-17/+17
* Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2017-08-251-1/+1
* convert message box style bits to scoped enumNoel Grandin2017-08-232-2/+2
* Fix typosAndrea Gelmini2017-08-211-1/+1
* tdf#105538 Download update to Downloads folder on WindowsTakeshi Abe2017-08-182-6/+8
* loplugin:oncevar (clang-cl)Stephan Bergmann2017-08-181-1/+1
* Fix typosAndrea Gelmini2017-08-181-1/+1
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-174-8/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-112-6/+4
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-118-19/+17
* desktop,extensions: updater: only allow redirects to HTTP/HTTPSMichael Stahl2017-08-091-0/+2
* loplugin:unusedmethodsNoel Grandin2017-08-081-3/+0
* split out VclBuilder static methodsCaolán McNamara2017-08-021-1/+1
* move resmgr to unotoolsCaolán McNamara2017-08-0113-127/+26
* loplugin:constparams in extensions,scripting,sdextNoel Grandin2017-07-317-11/+11
* loplugin:oncevarNoel Grandin2017-07-313-11/+10
* loplugin:constparams handle constructorsNoel Grandin2017-07-285-6/+6
* fix propcontroller extension regressionNoel Grandin2017-07-252-6/+33
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-12/+7
* coverity#1242860 Unused value + loplugin:casttovoidCaolán McNamara2017-07-241-2/+5
* coverity#1242860 Unused valueCaolán McNamara2017-07-241-1/+1
* remove now unnecessary comphelper::OModuleClient stuffNoel Grandin2017-07-2311-18/+48
* Removed duplicated includesAndrea Gelmini2017-07-232-2/+0
* loplugin:unusedfields in extensions..frameworkNoel Grandin2017-07-226-20/+0
* Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke2017-07-211-2/+2
* de-hrc various thingsCaolán McNamara2017-07-2128-319/+175
* migrate to boost::gettextCaolán McNamara2017-07-21121-4194/+1173
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-2/+2
* loplugin:oncevar: extensions (clang-cl)Stephan Bergmann2017-07-171-2/+2
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-137-9/+9
* loplugin:oncevar: empty strings: extensionsStephan Bergmann2017-07-131-2/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-111-8/+6
* Add quotation marks around placeholderAdolfo Jayme Barrientos2017-07-101-1/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-104-5/+5
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-071-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-075-18/+4
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-062-3/+3
* use more begin()/end() for SequenceNoel Grandin2017-07-066-33/+19
* new loplugin unnecessaryparenNoel Grandin2017-07-052-2/+2
* loplugin:casttovoid (clang-cl): extensionsStephan Bergmann2017-07-052-4/+2
* tdf#105831 Add Donate entry on Help menuOlivier2017-07-041-0/+2
* tdf#96505 Get rid of cargo cult "long" integer literalsJens Carl2017-07-044-11/+11
* loplugin:unusedfields in editengNoel Grandin2017-07-043-32/+2