summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* tdf#131353: Fix build with poppler 0.86.0Martin Whitaker2021-04-091-1/+3
* Fix build with poppler-0.83Martin Milata2020-01-233-0/+15
* Fix build with poppler-0.82Rasmus Thomsen2019-11-212-1/+40
* tdf#127921 Don't change slides when clicking in Slide sorter viewSamuel Mehrbrodt2019-11-011-1/+2
* Refactor a bit of the presentation minimizerJan-Marek Glogowski2019-06-076-82/+51
* New loplugin:dataStephan Bergmann2019-05-222-4/+4
* Presentation minimizer: Handle also presentation.GraphicObjectShape URLTamás Zolnai2019-05-141-2/+4
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-1315-33/+33
* Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov2019-05-125-8/+8
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-093-32/+132
* improve loplugin:stringconstantNoel Grandin2019-04-304-4/+4
* loplugin:sequentialassign in sdNoel Grandin2019-04-196-24/+11
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-141-7/+10
* improve combining in hash functionsNoel Grandin2019-04-081-32/+34
* loplugin:useuniqueptr in PDFReaderNoel Grandin2019-03-293-12/+11
* loplugin:unusedmethodsNoel Grandin2019-03-092-7/+0
* build: support disabling popplerAshod Nakashian2019-03-072-1/+19
* log nice exception messages whereever possibleNoel Grandin2019-03-073-5/+10
* OptimizerDialog: use local method to reduce OUString operationsMatteo Casalin2019-03-051-11/+17
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-5/+5
* Extend cast to whole expressionStephan Bergmann2019-03-031-3/+3
* remove some unused typedefsNoel Grandin2019-02-281-2/+0
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-2/+3
* loplugin:unusedfields in sdextNoel Grandin2019-02-2410-43/+5
* 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