summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevar: empty strings: sdextStephan Bergmann2017-07-131-2/+1
* replace 'resize(size+1)' with emplace_backNoel Grandin2017-07-111-1/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-111-5/+3
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-2/+2
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-063-3/+3
* loplugin:unnecessaryparenStephan Bergmann2017-07-051-1/+1
* loplugin:unusedfields in sdNoel Grandin2017-07-043-7/+1
* loplugin:casttovoid: sdextStephan Bergmann2017-07-0225-307/+114
* Text::Paint rOffset parameter is unusedStephan Bergmann2017-07-021-15/+4
* StyleAssociationContainer::ProcessStyleAssociation rReadContext unusedStephan Bergmann2017-07-021-9/+3
* PresenterTheme::Theme::ProcessFont rReadContext parameter is unusedStephan Bergmann2017-07-021-5/+2
* PresenterSlideSorter::SetActiveState does nothingStephan Bergmann2017-07-025-23/+0
* Remove unused ItemProcessor argumentStephan Bergmann2017-06-275-25/+9
* PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unusedStephan Bergmann2017-06-271-21/+13
* PresenterPaneBase::PaintBorderBackground does nothingStephan Bergmann2017-06-272-32/+1
* loplugin:oncevar in scaddins..sotNoel Grandin2017-06-263-8/+3
* loplugin:unusedfields in sdextNoel Grandin2017-06-2212-101/+9
* convert ErrCode to strong typedefNoel Grandin2017-06-211-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-184-4/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-1210-14/+2
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-091-13/+6
* cppcheck: knownConditionTrueFalseJochen Nitschke2017-06-061-2/+1
* Improved loplugin:redundantcast, const/static_cast combinations: sdextStephan Bergmann2017-06-055-5/+5
* sdext: coverity#1409900 Uncaught exceptionMichael Stahl2017-05-261-1/+8
* rhbz#1425304 sdext: join TimerScheduler thread before shutdownMichael Stahl2017-05-246-9/+101
* cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke2017-05-215-9/+0
* cleanup unused css/script/ includesJochen Nitschke2017-05-205-5/+0
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-166-21/+4
* Resolves: tdf#107812 add check for -ObliqueCaolán McNamara2017-05-151-12/+18
* tdf#107823: missing buttons in Presentation MinimizerJulien Nabet2017-05-141-1/+1
* remove unused uno::Reference varsNoel Grandin2017-05-124-15/+3
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-093-3/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-092-4/+1
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-2/+1
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-088-25/+6
* revert OSL_ASSERT changesChris Sherlock2017-05-0725-94/+94
* tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock2017-05-0725-94/+94
* loplugin:salunicodeliteral: sdextStephan Bergmann2017-04-281-3/+3
* loplugin:cppunitassertequals: sdextStephan Bergmann2017-04-281-46/+46
* sdext: fix loplugin:stringconcat warningMiklos Vajna2017-04-271-1/+1
* can detangle the sdext graphic resource nowCaolán McNamara2017-04-273-5/+24
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-5/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-1/+1
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-122-5/+5
* Improved loplugin:redundantcast, static_cast on arithmetic types: sdextStephan Bergmann2017-04-061-1/+1
* use actual UNO enums in reportdesign..svtoolsNoel Grandin2017-04-032-2/+2
* Fix typosAndrea Gelmini2017-03-252-3/+3