summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:constparams in sdextNoel Grandin13-30/+28
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin5-13/+13
2017-07-13loplugin:oncevar: empty strings: sdextStephan Bergmann1-2/+1
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-3/+3
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-04loplugin:unusedfields in sdNoel Grandin3-7/+1
2017-07-02loplugin:casttovoid: sdextStephan Bergmann25-307/+114
2017-07-02Text::Paint rOffset parameter is unusedStephan Bergmann1-15/+4
2017-07-02StyleAssociationContainer::ProcessStyleAssociation rReadContext unusedStephan Bergmann1-9/+3
2017-07-02PresenterTheme::Theme::ProcessFont rReadContext parameter is unusedStephan Bergmann1-5/+2
2017-07-02PresenterSlideSorter::SetActiveState does nothingStephan Bergmann5-23/+0
2017-06-27Remove unused ItemProcessor argumentStephan Bergmann5-25/+9
2017-06-27PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unusedStephan Bergmann1-21/+13
2017-06-27PresenterPaneBase::PaintBorderBackground does nothingStephan Bergmann2-32/+1
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin3-8/+3
2017-06-22loplugin:unusedfields in sdextNoel Grandin12-101/+9
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke4-4/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke10-14/+2
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-13/+6
2017-06-06cppcheck: knownConditionTrueFalseJochen Nitschke1-2/+1
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sdextStephan Bergmann5-5/+5
2017-05-26sdext: coverity#1409900 Uncaught exceptionMichael Stahl1-1/+8
2017-05-24rhbz#1425304 sdext: join TimerScheduler thread before shutdownMichael Stahl6-9/+101
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke5-9/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke5-5/+0
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