summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2017-05-30rhbz#1425304 sdext: join TimerScheduler thread before shutdownMichael Stahl6-9/+101
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin6-21/+4
2017-05-15Resolves: tdf#107812 add check for -ObliqueCaolán McNamara1-12/+18
2017-05-14tdf#107823: missing buttons in Presentation MinimizerJulien Nabet1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin4-15/+3
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin2-4/+1
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin8-25/+6
2017-05-07revert OSL_ASSERT changesChris Sherlock25-94/+94
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock25-94/+94
2017-04-28loplugin:salunicodeliteral: sdextStephan Bergmann1-3/+3
2017-04-28loplugin:cppunitassertequals: sdextStephan Bergmann1-46/+46
2017-04-27sdext: fix loplugin:stringconcat warningMiklos Vajna1-1/+1
2017-04-27can detangle the sdext graphic resource nowCaolán McNamara3-5/+24
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-5/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin2-5/+5
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: sdextStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin2-2/+2
2017-03-25Fix typosAndrea Gelmini2-3/+3
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-08just make the VirtualDevice a parser memberCaolán McNamara1-5/+5
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-28loplugin:sallogareasStephan Bergmann1-2/+2
2017-02-28new loplugin unoanyNoel Grandin4-45/+45
2017-02-27loplugin:loopvartoosmallStephan Bergmann2-8/+5
2017-02-24fix crash in pdfimportMarkus Mohrhard1-3/+10
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-02-23change intervall -> intervalDavid Tardon4-18/+18
2017-02-21loplugin:subtlezeroinit: sdextStephan Bergmann3-5/+5
2017-02-17PaneDescriptor::mbNeedsClipping is never readStephan Bergmann2-3/+0
2017-02-15remove unused Right from Anchor enumNoel Grandin2-2/+1
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist1-4/+4
2017-02-06Add missing #includesStephan Bergmann4-0/+4
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin9-18/+18
2017-01-28tdf#105536: PDF image should be v-flipped unconditionallyMike Kaganski3-2/+21
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin11-18/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann64-1009/+378
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin9-46/+0
2017-01-24tdf#105382 Set URL-decoded default filename for minimized presentationTakeshi Abe2-18/+10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sdextStephan Bergmann15-6/+15
2017-01-17new loplugin: useuniqueptr: sdextNoel Grandin4-22/+22
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann1-1/+1
2017-01-11Some loplugin:conststringvar/stringconstant improvements: sdextStephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: sdextStephan Bergmann1-6/+6
2017-01-09New loplugin:externvar: sdextStephan Bergmann1-1/+1
2016-12-21ODR violation (base class must be the same across compilation units)Stephan Bergmann19-155/+117