summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools
AgeCommit message (Expand)AuthorFilesLines
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+1
2017-08-03loplugin:constparams in sdNoel Grandin2-7/+7
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky1-16/+8
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: sdStephan Bergmann1-8/+4
2017-06-26loplugin:oncevar in sdNoel Grandin2-4/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-3/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-3/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-26remove sd bitmaps from .src filesCaolán McNamara1-8/+8
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-6/+6
2017-02-21loplugin:subtlezeroinit: sdStephan Bergmann3-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-40/+5
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2-4/+2
2017-01-13tdf#105188 sd: fix shutdown crash after accessing master pagesMichael Stahl1-13/+28
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-3/+3
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin2-7/+5
2016-12-12tdf#104046 - Slides in the slide pane don't update in realtimeNoel Grandin1-41/+18
2016-12-08convert SFX_HINT to scoped enumNoel Grandin2-2/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann1-5/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-11-03remove pParentFrame from SfxFrameNoel Grandin1-1/+1
2016-10-28loplugin:expandablemethods in sdNoel Grandin2-26/+8
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin1-6/+1
2016-10-12convert IDET flags to typed_flagsNoel Grandin1-12/+12
2016-10-12convert EID constants to typed_flagsNoel Grandin1-34/+32
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann3-4/+4
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-5/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-10loplugin:constantparam in sdNoel Grandin1-11/+2
2016-08-30drop extraneous acquireDavid Tardon1-1/+0
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-6/+6
2016-07-27formally->formerlyCaolán McNamara1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin1-1/+1
2016-04-05loplugin:constantparam in sdNoel Grandin1-5/+2
2016-03-02loplugin:unuseddefaultparam in sdNoel Grandin1-4/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2015-12-27Bail out early (so to avoid unuseful dynamic_casts)Matteo Casalin1-1/+4
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-5/+5
2015-11-24-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-8/+3
2015-11-17vcl, sd: rename some overly generic static variablesMichael Stahl1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-45/+45