summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dockwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin1-1/+1
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-3/+3
2019-07-20loplugin:referencecasting in sfx2Noel Grandin1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+3
2019-02-07loplugin:flatten in sfx2Noel Grandin1-40/+40
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+2
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin1-3/+2
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin1-2/+2
2018-10-09loplugin:constfields in sfx2Noel Grandin1-237/+53
2018-04-05fix bug in SfxDockingWindow::CalcAlignmentNoel Grandin1-1/+1
2018-02-16Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...Noel Grandin1-18/+18
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin1-32/+32
2018-01-15More loplugin:cstylecast: sfx2Stephan Bergmann1-4/+4
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-11/+7
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-21loplugin:unusedfields in sfx2 part2Noel Grandin1-9/+5
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin1-4/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-6/+8
2016-11-11Resolves: rhbz#1391418 wayland toolbars can't be docked after undockingCaolán McNamara1-1/+3
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-10-11loplugin:constantfunctionNoel Grandin1-8/+0
2016-10-07loplugin:staticmethods: sfx2Stephan Bergmann1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29cppcheck:noConstructor for SfxDockingWindow_ImplJochen Nitschke1-32/+23
2016-07-15new loplugin unnecessary overrideNoel Grandin1-12/+0
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+1
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-36/+0
2016-05-22tdf#89329: use unique_ptr for pImpl in dockwinXisco Fauli1-208/+206
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-46/+0
2016-04-21new plugin stylepoliceNoel Grandin1-6/+6
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+3
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin1-5/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-15sfx2: fix valgrind warningMichael Stahl1-0/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1