summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-04tdf#120774: remove 7-year-old workaround of now non-existent bugKatarina Behrens1-56/+1
2019-02-15loplugin:flatten in sd/source/ui/slidesorterNoel Grandin1-53/+53
2019-02-13Pointer is pointlessNoel Grandin1-3/+3
2018-11-10tdf#120703 PVS: drop dead code.Mike Kaganski1-6/+4
2018-10-30tdf#42949 Fix IWYU warnings in sd/source/ui/inc/{framework,tools,view}/*Gabor Kelemen1-0/+1
2018-10-09loplugin:constfields in sdNoel Grandin1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-06-11tdf#118068 InsertionIndicator should be temporaryCaolán McNamara1-0/+4
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen1-2/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-34/+34
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+2
2017-08-03loplugin:constparams in sdNoel Grandin1-4/+4
2017-07-02SelectionFunction::ModeHandler::StartDrag parameter eMode is unusedStephan Bergmann1-10/+3
2017-06-22loplugin:unusedfields in sd part1Noel Grandin1-10/+0
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-15convert FocusMoveDirection to scoped enumNoel Grandin1-4/+4
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann1-5/+0
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-10/+0
2016-05-17tidy this a little bitCaolán McNamara1-6/+3
2016-02-19sd: replace boost::bind with C++11 lambdas and for loopsMichael Stahl1-6/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-16/+16
2015-10-02-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-10-02loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-25sd/source/ui/slidesorter boost->stdCaolán McNamara1-1/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-10/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-11/+11
2015-09-17boost->stdCaolán McNamara1-11/+11
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-5/+5
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-40/+40
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-2/+2
2015-03-05V801: Decreased performanceCaolán McNamara1-6/+6
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1