summaryrefslogtreecommitdiff
path: root/sd/source/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin3-20/+20
2019-05-11Removed duplicated includeAndrea Gelmini1-1/+0
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen8-0/+18
2019-04-30improve loplugin:stringconstantNoel Grandin1-1/+1
2019-04-30Impress: Delete an empty paragraph's animation over a non-empty one'sBrian Fraser1-28/+79
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-3/+0
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-1/+2
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-6/+2
2019-04-19loplugin:sequentialassign in sdNoel Grandin2-5/+2
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-4/+2
2019-04-12loplugin:unusedfieldsNoel Grandin2-4/+4
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2-0/+3
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-5/+6
2019-04-04CreateUndoRemoveObject default arg is always usedCaolán McNamara2-4/+4
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2-0/+2
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+4
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Avoid storing potentially negative and unused value in sal_uInt16 varStephan Bergmann1-7/+3
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-26tdf#88969 restart interactive sequence.Mark Hung1-0/+2
2019-02-23loplugin:unusedfields in sdNoel Grandin1-1/+0
2019-02-22tdf#61679 tdf#83247: default presentation pause should be 0 sMike Kaganski1-1/+1
2019-02-19pretty up logging of exceptionsNoel Grandin1-3/+4
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin2-2/+2
2019-02-15loplugin:flatten in sd/source/coreNoel Grandin12-1414/+1451
2019-02-09loplugin:indentation in sdNoel Grandin3-293/+293
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen6-31/+25
2019-01-21tdf#42949 Fix IWYU warnings in sd/source/{core,helper}/*hxxGabor Kelemen21-149/+32
2019-01-09use unique_ptr in sdNoel Grandin3-16/+12
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+5
2018-12-19Simplify containers iterations in sd/*Arkadiy Illarionov13-393/+255
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann5-6/+6
2018-12-07tdf#63029 Copy and paste comments with slidePaul Trojahn1-0/+17
2018-12-07remove unused SvxNumRuleFlags::CHAR_TEXT_DISTANCENoel Grandin2-4/+3
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin3-34/+34
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2-6/+3
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin1-3/+1
2018-11-19weld TreeViewCaolán McNamara1-1/+1
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-1/+2
2018-11-16tdf#37483 Add drag'n'drop to reorder custom Impress animationsBrian Fraser1-0/+14
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-07loplugin:collapseif in sdNoel Grandin1-7/+4
2018-11-02loplugin:useuniqueptr in SdCustomShowListNoel Grandin4-14/+9
2018-11-01tdf#120920 Assertion failure when switching slide layouts with text enteredNoel Grandin1-2/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-16/+7
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-28/+30
2018-10-27tdf#120376 sd: fix duplicated styles on copy/pasteMichael Stahl1-2/+3