summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller
AgeCommit message (Expand)AuthorFilesLines
2020-02-24Resolves: tdf#129446 explicitly pass the mouse event windowCaolán McNamara1-1/+1
2020-02-12tdf#130440 only select first page if no other page is selectedXisco Fauli1-1/+1
2020-02-11tdf#130440 only select first page fallback if seting to current page failedCaolán McNamara2-11/+10
2020-01-07tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-2/+1
2019-12-13Resolves: tdf#129346 if nothing currently selected, select somethingCaolán McNamara1-1/+7
2019-12-03Disable slide copy/cut when LockContentExtraction is setSamuel Mehrbrodt1-0/+7
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-3/+3
2019-11-02cid#1455210 Dereference before null checkCaolán McNamara1-1/+1
2019-10-31tdf#114175: No slides in DrawMuhammet Kara1-1/+6
2019-10-30tdf#114175: Set proper title for page rename dialog in DrawMuhammet Kara1-2/+4
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski1-1/+11
2019-10-19loplugin:virtualdead unused param in ViewClipboard::DetermineInsertPositionNoel Grandin1-1/+1
2019-09-29loplugin:constmethod in sdNoel Grandin3-3/+3
2019-09-11Fix stack-use-after-return when moving a slide in the listStephan Bergmann1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen16-90/+2
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin2-2/+2
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard1-5/+6
2019-08-19uitest: log more eventsAhmed ElShreif1-3/+9
2019-08-19uitest: add more events to ui loggerAhmed ElShreif1-0/+22
2019-08-05Fix typosAndrea Gelmini2-2/+2
2019-07-27weld RemoteDialogCaolán McNamara1-3/+4
2019-07-25sidebar: Add .uno:MasterSlidesPanelAshod Nakashian1-0/+11
2019-07-20loplugin:referencecasting in sdNoel Grandin1-6/+4
2019-07-18cid#1424266 Uncaught exceptionCaolán McNamara1-3/+3
2019-07-16LOK: getPartInfo now returns list of selected partsAshod Nakashian1-1/+10
2019-07-03tdf#126180: EndTextEdit on all views before delete/cut slideXisco Fauli1-0/+2
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-2/+0
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen2-0/+2
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-6/+1
2019-04-25Re-arrange the conditions to avoid the dynamic_castXisco Fauli1-5/+5
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin1-2/+2
2019-04-19loplugin:sequentialassign in sdNoel Grandin1-2/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-22tdf#124211: fix regression in sd/slidesorterJulien Nabet1-1/+1
2019-03-04tdf#120774: remove 7-year-old workaround of now non-existent bugKatarina Behrens1-56/+1
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin1-11/+0
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-15loplugin:flatten in sd/source/ui/slidesorterNoel Grandin11-544/+541
2019-02-13Pointer is pointlessNoel Grandin1-3/+3
2019-02-09loplugin:indentation in sdNoel Grandin1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-3/+2
2019-01-16tdf#42949 Fix IWYU warnings in sd/source/ui/[s-u]*/*hxxGabor Kelemen2-8/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-13loplugin:unusedfields in sdNoel Grandin1-11/+0
2018-12-10Simplify containers iterations in sd/source/ui/[s-v]*Arkadiy Illarionov8-53/+30
2018-11-12tdf#42949 Fix IWYU warnings in sd/source/ui/slidesorter/inc/*Gabor Kelemen5-0/+8
2018-11-10tdf#120703 PVS: drop dead code.Mike Kaganski3-20/+7
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-15/+11