summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-182-3/+3
* Indexing is not needed for single getToken() callMatteo Casalin2019-02-131-6/+4
* OptimizerDialog: simplify string operations when selecting...Matteo Casalin2019-02-131-16/+18
* loplugin:flatten in sdextNoel Grandin2019-02-1234-1513/+1511
* new loplugin writeonlyvarsNoel Grandin2019-02-113-27/+0
* loplugin:indentation in sdNoel Grandin2019-02-099-17/+17
* o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2019-01-282-9/+7
* poppler: upgrade to release 0.73.0Michael Stahl2019-01-151-0/+1
* sdext: fix build with poppler 0.73Michael Stahl2019-01-153-6/+10
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-3/+8
* Fix build with poppler-0.72Andreas Sturmlechner2019-01-081-0/+8
* use unique_ptr in sdextNoel Grandin2018-12-212-10/+16
* presentation minimizer: warn user about unsaved presentationVasily Melenchuk2018-12-114-1/+31
* Fix build with poppler 0.71Aleksei Nikiforov2018-12-103-2/+10
* Remove misguided FALLTHROUGH commentsStephan Bergmann2018-12-081-2/+0
* HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann2018-12-072-16/+0
* -Werror,-Wunused-variableStephan Bergmann2018-12-061-1/+0
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* presentation minimizer: suggest filename for a new presentationVasily Melenchuk2018-12-031-10/+22
* Simplify containers iterations in sdextArkadiy Illarionov2018-12-0326-608/+383
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-011-6/+4
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-0/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-1/+1
* remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin2018-11-222-2/+0
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-2/+1
* poppler dropped GBool since 0.71Mike Kaganski2018-11-202-25/+31
* loplugin:staticmethods improvementNoel Grandin2018-11-163-3/+3
* Resolves: rhbz#1647507 try inputted password as both user and owner passwordCaolán McNamara2018-11-081-2/+4
* loplugin:collapseif in sdext..svxNoel Grandin2018-11-071-12/+9
* presentation minimizer: fixed problem with default filenameVasily Melenchuk2018-11-063-2/+8
* presentation minimizer: use standard error reportingVasily Melenchuk2018-11-056-161/+28
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-013-4/+4
* tdf#120703 PVS: V519 variable is assigned values twice successivelyMike Kaganski2018-10-271-1/+0
* remove old poppler compat codeNoel Grandin2018-10-232-24/+0
* pvs-studio: V571 Recurring checkCaolán McNamara2018-10-221-4/+1
* tdf#120703 (PVS): redundant nullptr check; unsafe pointer dereferenceMike Kaganski2018-10-211-5/+8
* tdf#120703 (PVS)Mike Kaganski2018-10-201-16/+24
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-194-4/+4
* clang-tidy modernize-redundant-void-argNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-1716-103/+91
* drop some unused headersCaolán McNamara2018-10-121-1/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* loplugin:constfields in sdextNoel Grandin2018-10-0918-46/+44
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-272-31/+0
* New loplugin:externalStephan Bergmann2018-09-176-48/+48
* new loplugin simplifyconstructNoel Grandin2018-09-132-4/+2
* loplugin:unusedmethodsNoel Grandin2018-09-112-121/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-102-0/+2
* loplugin:useuniqueptr in PngHelper::createPngNoel Grandin2018-09-051-12/+12