summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* presenter console: fix STL assert when exiting slide showMichael Stahl2016-11-251-1/+5
* spelling mutext->mutexNoel Grandin2016-11-091-1/+1
* loplugin:unnecessaryvirtual in sd..sdextNoel Grandin2016-11-072-4/+3
* loplugin:unusedmethodsNoel Grandin2016-11-041-8/+0
* loplugin:singlevalfieldsNoel Grandin2016-11-022-12/+1
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-011-1/+1
* loplugin:oncevar in sd..svgioNoel Grandin2016-11-011-17/+8
* Make stable sort more stable :)Mike Kaganski2016-10-311-8/+20
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-314-19/+5
* loplugin:expandablemethods in sdextNoel Grandin2016-10-2714-126/+50
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-201-6/+1
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-1/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* clang-cl loplugin: sdextStephan Bergmann2016-10-162-4/+4
* xmlsecurity: add initial PDFSignatureHelperMiklos Vajna2016-10-131-1/+1
* CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2016-10-061-6/+5
* Fix typosAndrea Gelmini2016-10-011-1/+1
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-225-51/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1342-79/+79
* loplugin:constantparam in sdNoel Grandin2016-09-105-15/+7
* Break test::setUpVcl into a test-setupvcl library of its ownStephan Bergmann2016-08-301-1/+0
* loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2016-08-252-4/+4
* coverity#1371125 Copy-paste errorCaolán McNamara2016-08-181-2/+5
* cppcheck: nullPointerRedundantCheckCaolán McNamara2016-08-181-2/+1
* loplugin:countusersofdefaultparams in sdNoel Grandin2016-08-029-11/+11
* Resolves: tdf#84121 wrong password passed to xpdfimportCaolán McNamara2016-07-291-7/+0
* improve passstuffbyref return analysisNoel Grandin2016-07-279-12/+12
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-077-10/+10
* loplugin:unusedfieldsNoel Grandin2016-06-301-7/+0
* loplugin:singlevalfields in variousNoel Grandin2016-06-282-4/+2
* loplugin:singlevalfields in sdextNoel Grandin2016-06-2710-68/+14
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-2/+4
* tdf#96080 PDF Import: fix incorrect whitespace characters sequenceVort2016-06-201-0/+7
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-082-2/+2
* Reintroduce some code removed with "Remove unneeded Pane code in ..."Jan Holesovsky2016-06-061-1/+6
* Remove unneeded Pane code in Presenter ConsoleBryan Quigley2016-06-064-729/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-312-5/+6
* loplugin:unusedmethods in sdNoel Grandin2016-05-196-26/+2
* clang-tidy modernize-make-sharedNoel Grandin2016-05-182-3/+3
* sdext: replace boost::bindMichael Stahl2016-05-132-15/+8
* loplugin:stringconstantStephan Bergmann2016-05-121-1/+1
* sdext: replace boost::bind with C++11 lambdas, part 2Michael Stahl2016-05-128-29/+42
* loplugin:stringconstantTor Lillqvist2016-05-121-1/+1
* loplugin:defaultparamsTor Lillqvist2016-05-121-1/+1
* sdext: replace boost::bind with C++11 lambdasMichael Stahl2016-05-118-36/+33
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* fix Windows buildNoel Grandin2016-05-101-2/+4
* clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin2016-05-103-15/+15
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-2/+2