summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2016-09-16disable generation of ole previews in ODF format until after loadCaolán McNamara2-1/+9
2016-09-01let's make Impress crash less - SfxStyleFamily editionMichael Stahl3-8/+8
2016-08-31sd: fix un-sorted SidArray in FuChar::DoExecute()Michael Stahl1-1/+1
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara10-29/+29
2016-07-28WaE: C4100: 'pHelper' : unreferenced formal parameterStephan Bergmann1-4/+4
2016-07-26Resolves: tdf#101076 drag-create creates an unfilled shape...Caolán McNamara1-1/+0
2016-07-25sd: OOoXML import: fix loss of animationsMichael Stahl2-0/+28
2016-07-21tdf#73742 Don't replace existing image when inserting oneSamuel Mehrbrodt3-10/+19
2016-07-15Resolves: tdf#100861 replace all doesn't workCaolán McNamara1-3/+4
2016-07-11rhbz#1351292 correctly set edit modeDavid Tardon1-17/+40
2016-07-08Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara1-2/+11
2016-06-18tdf#86759 and tdf#89466: Enable Page Background Panel for DrawSusobhan Ghosh2-1/+75
2016-06-16sort the arrayDavid Tardon1-1/+1
2016-06-16rhbz#1343752 fix view status in menuDavid Tardon1-56/+30
2016-06-16tdf#100209: Master slide of master slide makes no senseKatarina Behrens1-7/+30
2016-06-16SfxObjectShell::Current may return nullptrMarkus Mohrhard1-0/+3
2016-06-10If we set TextFitToSize we have to unset TextAutoGrow[Height|Width]Caolán McNamara1-0/+9
2016-06-03on switching to slide layouts panel move into slide layout contextCaolán McNamara1-0/+2
2016-06-03Resolves: tdf#100199 crash: switch to Display Mode - Master Modes - NotesCaolán McNamara2-21/+39
2016-06-02Resolves: tdf#100191 crash: switch to Display Mode: Notes via toolbarCaolán McNamara1-1/+2
2016-06-01tdf#66469 impress: update outline text before savingJustin Luth1-0/+18
2016-05-25sd bccu#1840: .uno: commands for inserting rows / columns in Impress.Jan Holesovsky1-11/+33
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara6-16/+0
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-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-19loplugin:unusedmethods in sdNoel Grandin8-107/+0
2016-05-19tdf#49561: PPT import: Avoid to override formatting from StyleTextPropAtomMatus Uzak1-1/+2
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 McNamara2-0/+15
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