summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/model/SlideSorterModel.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-3/+1
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-2/+2
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in sdNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in sdNoel Grandin1-2/+2
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen1-4/+0
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard1-5/+4
2019-08-19uitest: log more eventsAhmed ElShreif1-1/+22
2019-07-20loplugin:referencecasting in sdNoel Grandin1-2/+2
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2018-12-10Simplify containers iterations in sd/source/ui/[s-v]*Arkadiy Illarionov1-7/+5
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-11Resolves: tdf#117475 page properties change triggers page reorder eventCaolán McNamara1-8/+21
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: sdStephan Bergmann1-17/+17
2017-06-30fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorterBernhard Widl1-5/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-5/+5
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin1-1/+0
2016-10-11convert PageKind to scoped enumNoel Grandin1-4/+4
2016-10-11convert EditMode to scoped enumNoel Grandin1-5/+5
2016-06-27loplugin:singlevalfields in sdNoel Grandin1-5/+4
2016-05-24Resolves: tdf#100024 CRASH when setting a background imageCaolán McNamara1-1/+1
2016-05-18Related: tdf#99523 NotifyPageEvent ultimately comes from HINT_PAGEORDERCHG...Caolán McNamara1-2/+4
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-3/+2
2016-05-08Remove useless typedef DescriptorContainerJulien Nabet1-2/+2
2016-02-20sd lok: re-work LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro1-28/+8
2016-02-16sd lok: add LOK_CALLBACK_PARTS_COUNT_CHANGED callbackHenry Castro1-8/+28
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2
2015-10-20remove SlideSorterCache debug facility, and with it, the last Link<>Noel Grandin1-1/+0
2015-08-20loplugin:defaultparamsNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-14/+14
2015-03-23loplugin:constantfunction: sdNoel Grandin1-4/+0
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-9/+12
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-95/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-02-21Related: #i123197# Fixed selection problems when switching...Andre Fischer1-7/+24
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+0
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-1/+1
2013-05-22Secured SlideSorterModel::DeleteSlide for negative page indicesArmin Le Grand1-6/+29