summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2017-12-05pdf: use bimap for GraphicsContext-id mapAshod Nakashian2-15/+15
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-05-30rhbz#1425304 sdext: join TimerScheduler thread before shutdownMichael Stahl6-9/+104
2017-01-25tdf#105382 Set URL-decoded default filename for minimized presentationTakeshi Abe2-18/+10
2016-11-25presenter console: fix STL assert when exiting slide showMichael Stahl1-1/+5
2016-11-09spelling mutext->mutexNoel Grandin1-1/+1
2016-11-07loplugin:unnecessaryvirtual in sd..sdextNoel Grandin2-4/+3
2016-11-04loplugin:unusedmethodsNoel Grandin1-8/+0
2016-11-02loplugin:singlevalfieldsNoel Grandin2-12/+1
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-17/+8
2016-10-31Make stable sort more stable :)Mike Kaganski1-8/+20
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe4-19/+5
2016-10-27loplugin:expandablemethods in sdextNoel Grandin14-126/+50
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin1-6/+1
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-1/+1
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-16clang-cl loplugin: sdextStephan Bergmann2-4/+4
2016-10-13xmlsecurity: add initial PDFSignatureHelperMiklos Vajna1-1/+1
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann1-6/+5
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin5-51/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann42-79/+79
2016-09-10loplugin:constantparam in sdNoel Grandin5-15/+7
2016-08-30Break test::setUpVcl into a test-setupvcl library of its ownStephan Bergmann1-1/+0
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2-4/+4
2016-08-18coverity#1371125 Copy-paste errorCaolán McNamara1-2/+5
2016-08-18cppcheck: nullPointerRedundantCheckCaolán McNamara1-2/+1
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin9-11/+11
2016-07-29Resolves: tdf#84121 wrong password passed to xpdfimportCaolán McNamara1-7/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin9-12/+12
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann7-10/+10
2016-06-30loplugin:unusedfieldsNoel Grandin1-7/+0
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-4/+2
2016-06-27loplugin:singlevalfields in sdextNoel Grandin10-68/+14
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-2/+4
2016-06-20tdf#96080 PDF Import: fix incorrect whitespace characters sequenceVort1-0/+7
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2-2/+2
2016-06-06Reintroduce some code removed with "Remove unneeded Pane code in ..."Jan Holesovsky1-1/+6
2016-06-06Remove unneeded Pane code in Presenter ConsoleBryan Quigley4-729/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin2-5/+6
2016-05-19loplugin:unusedmethods in sdNoel Grandin6-26/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin2-3/+3
2016-05-13sdext: replace boost::bindMichael Stahl2-15/+8
2016-05-12loplugin:stringconstantStephan Bergmann1-1/+1
2016-05-12sdext: replace boost::bind with C++11 lambdas, part 2Michael Stahl8-29/+42
2016-05-12loplugin:stringconstantTor Lillqvist1-1/+1
2016-05-12loplugin:defaultparamsTor Lillqvist1-1/+1