summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-11sdext: replace boost::bind with C++11 lambdasMichael Stahl8-36/+33
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-10fix Windows buildNoel Grandin1-2/+4
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin3-15/+15
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-17/+17
2016-04-21new plugin stylepoliceNoel Grandin2-9/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann27-92/+92
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin1-5/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin7-7/+7
2016-04-14loplugin:passstuffbyref in sdextNoel Grandin14-50/+50
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke21-66/+70
2016-04-06Avoid reserved identifierStephan Bergmann2-5/+5
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-24loplugin:constantparam in sdNoel Grandin4-19/+4
2016-03-23loplugin:constantparam in sdextNoel Grandin5-44/+18
2016-03-22delete hidden pages before deleting unused mastersDavid Tardon1-7/+7
2016-03-17sdext.presenter: change OSL_TRACE -> SAL_INFODouglas Mencken1-7/+5
2016-03-11tdf#97966: Remove 'static' keywordsWastack2-7/+7
2016-03-10coverity#1355499 Unchecked return valueCaolán McNamara1-2/+4
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-5/+5
2016-03-09tdf#98421: properly import vertical mirroring of images from PDFMike Kaganski4-0/+67
2016-03-08Various loplugin warningsStephan Bergmann2-5/+5
2016-03-08Remove spurious \r from OSL_TRACE outputTor Lillqvist1-2/+2
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar8-25/+25
2016-03-04Silence -Werror,-Wundef in external/poppler includes (clang-cl)Stephan Bergmann1-0/+1
2016-03-02loplugin:unuseddefaultparam in sdextNoel Grandin9-36/+18
2016-02-23new loplugin: commaoperatorNoel Grandin4-4/+14
2016-02-22sdext: remove \n from SAL_WARN/INFO[_IF] macrosArnold Dumas1-5/+5
2016-02-18tdf#43157: Clean up OSL_ASSERT, DBG_ASSERTArnold Dumas1-18/+13