summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-05-25slideshow: replace boost::posix_time with C++11 std::chronoMichael Stahl1-1/+0
2016-05-25Convert Disposal to scoped enumNoel Grandin1-1/+1
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-24Resolves: tdf#100024 CRASH when setting a background imageCaolán McNamara1-1/+1
2016-05-24Resolves: tdf#99712 Crash in impress annotation context menuCaolán McNamara5-26/+21
2016-05-24Revert "remove some manual ref-counting"Noel Grandin5-16/+20
2016-05-24remove some manual ref-countingNoel Grandin5-20/+16
2016-05-23PaperOrientationModifyHdl is now unusedKatarina Behrens1-1/+0
2016-05-23tdf#89466 Fix update of elements and add listener in slidebgSusobhan Ghosh2-22/+90
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin3-4/+1
2016-05-21coverity#1213133 Dereference after null checkCaolán McNamara1-1/+2
2016-05-21coverity#1209589 Dereference after null checkCaolán McNamara1-1/+2
2016-05-20add missing spaces to list of formatsStanislav Horacek1-4/+4
2016-05-20remove double space in string of Slide Background content panelStanislav Horacek1-1/+1
2016-05-20tdf#87668 Add control to show or hide "Original Size" option.Gulsah Kose2-12/+13
2016-05-20tdf#98852: Show text-specific effects when selection contains textKatarina Behrens2-7/+9
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-19CppunitTest_sd_uimpress: fix loplugin:cppunitassertequals warningsMiklos Vajna1-8/+8
2016-05-19loplugin:unusedmethods in sdNoel Grandin12-126/+2
2016-05-19tdf#49561: PPT import: Avoid to override formatting from StyleTextPropAtomMatus Uzak3-1/+30
2016-05-18Resolves: tdf#95620 crash in presentation wizardCaolán McNamara2-0/+12
2016-05-18refactor this repeated code into a single methodCaolán McNamara2-60/+56
2016-05-18Related: tdf#99523 select only the desired slidesCaolán McNamara3-0/+16
2016-05-18Related: tdf#99523 NotifyPageEvent ultimately comes from HINT_PAGEORDERCHG...Caolán McNamara2-9/+12
2016-05-18move the KeepSlideSorterInSyncWithPageChanges to a level lowerCaolán McNamara2-19/+39
2016-05-18give this tremendously useful snippet a descriptive name and de-duplicate itCaolán McNamara1-8/+19
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna1-1/+7
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-05-18convert NAV_STATE to scoped enumNoel Grandin3-31/+33
2016-05-18clang-tidy modernize-make-sharedNoel Grandin7-12/+11
2016-05-17tidy this a little bitCaolán McNamara1-6/+3
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos5-0/+138
2016-05-17maDeletedPages member of slidesorter is only written to, never readCaolán McNamara2-8/+1
2016-05-16Resolves: tdf#99523 exit text edit and unmark objects before moving slideCaolán McNamara2-0/+22
2016-05-16there is no SelectionPainter, so this member is less than usefulCaolán McNamara2-5/+0
2016-05-16no need to double dynamic_castCaolán McNamara1-16/+10
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara2-1/+3
2016-05-15coverity#1361590 Uninitialized scalar fieldCaolán McNamara1-0/+5
2016-05-13we don't have an end ellipsize (yet)Caolán McNamara1-1/+1
2016-05-13Related: tdf#99523 two undo actions listed after dragging a slideCaolán McNamara1-1/+5
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin1-38/+39
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-1/+1
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2-2/+2
2016-05-12Massage code to avoid warningsStephan Bergmann1-1/+1
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara3-22/+0
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin6-6/+6
2016-05-12Convert RulerType to scoped enumNoel Grandin1-1/+1
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara15-83/+88
2016-05-11sd: replace boost::mem_fn with C++11 lambdaMichael Stahl1-6/+25
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2-0/+3