summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-01-24loplugin:makeshared in sdNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin6-13/+13
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-1/+3
2019-10-17tdf#128166 sd: Fix canvas initialization argsMichael Weghorn1-5/+4
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen5-18/+1
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in sdNoel Grandin2-3/+2
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov2-2/+2
2019-02-23loplugin:unusedfields in sdNoel Grandin1-6/+0
2019-01-02tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxxGabor Kelemen10-16/+20
2018-12-13Simplify containers iterations in sd/source/ui/[a-r]*Arkadiy Illarionov1-11/+6
2018-10-29tdf#42949 Fix IWYU warnings in sd/inc ; sd/source/ui/inc/Gabor Kelemen1-0/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-9/+8
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin1-1/+0
2018-08-22new loplugin:conststringfieldNoel Grandin1-30/+21
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-6/+2
2018-06-04second param of NotifyPreviewCreation is unusedNoel Grandin1-5/+2
2018-06-01use more BitmapEx in sdNoel Grandin1-2/+2
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen1-1/+0
2018-03-22loplugin:useuniqueptr in PresenterTextView::ImplementationNoel Grandin1-73/+59
2017-12-11loplugin:salcall fix functionsNoel Grandin4-4/+4
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-4/+4
2017-10-23loplugin:includeform: sdStephan Bergmann7-14/+14
2017-09-27loplugin:flatten in variousNoel Grandin1-10/+9
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-4/+4
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-11/+4
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin1-22/+20
2017-09-12clang-tidy modernize-use-emplace in sdNoel Grandin1-1/+1
2017-07-21loplugin:unusedfields in sdNoel Grandin2-21/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-02loplugin:casttovoid: sdStephan Bergmann8-44/+21
2017-07-02PresenterCanvas::UpdateSpriteClip rSize parameter is unusedStephan Bergmann2-18/+8
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-05-07break circular includeJochen Nitschke1-0/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-6/+6
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-6/+6
2017-05-04sd: oops, skipped one entry on every erase by incrementingMichael Stahl1-6/+7
2017-05-04sd: fix atexit crash in CanvasUpdateRequester::maRequesterMapMichael Stahl4-30/+53
2017-04-26remove sd bitmaps from .src filesCaolán McNamara1-5/+6
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-4/+4
2017-02-21loplugin:subtlezeroinit: sdStephan Bergmann1-1/+1
2017-01-31more SAL_WARN_UNUSEDNoel Grandin1-2/+0