summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2015-09-02tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian1-0/+5
2015-05-20sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-0/+1
2015-05-01tdf#90816: sw: fix bookmark loss in SwUndoDeleteMichael Stahl1-1/+5
2015-04-09Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have oneCaolán McNamara1-1/+1
2015-02-13Resolves: tdf#79569 crash undoing tricky cell mergeCaolán McNamara1-12/+13
2015-02-11Resolves: tdf#89179 fix Undo of Numbering Level change crashCaolán McNamara1-2/+2
2015-02-06During DocumentRedlineManager::SetRedlineMode the array becomes unsortedCaolán McNamara1-1/+1
2015-01-30tdf#75996: sw: correct bookmark positions when deleting textMichael Stahl1-0/+4
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan1-4/+17
2014-12-11Use IDocumentMarkAccess::findMark hereMatúš Kukan1-10/+3
2014-12-11Writer: Set document as modified and add undo when renaming bookmarksMatúš Kukan1-0/+57
2014-12-11do not save UNO marks in undo historyLuboš Luňák1-4/+6
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna4-9/+7
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák1-1/+1
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás1-2/+1
2014-10-24coverity#705269 Missing break in switchCaolán McNamara1-0/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-3/+3
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre2-42/+11
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin1-1/+1
2014-10-10UBSan: Do not downcast to SwFlyFrmFmt prematurelyStephan Bergmann1-5/+5
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann3-25/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann6-25/+25
2014-09-06sal_uInt16: constify, avoid temporaries, reduce scopeMatteo Casalin1-11/+7
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-3/+3
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner2-2/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner5-6/+11
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-0/+1
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner4-20/+24
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner11-136/+147
2014-08-12fix deleting an image anchored to last paragraph in documentLuboš Luňák1-4/+16
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-6/+6
2014-07-24Related: fdo#81641 implement undo of Conditional Text style creationCaolán McNamara1-0/+22
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner10-38/+37
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner1-4/+6
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+1
2014-07-08sw: work around mysterious MSVC warning C4258Michael Stahl1-0/+8
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-3/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-27/+62
2014-07-01clang scan-build: various warningsCaolán McNamara1-3/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-28sal_uInt16 to size_tMatteo Casalin4-9/+8
2014-06-28sal_uInt16 to sal_Int32 and remove/fix commentsMatteo Casalin1-3/+2
2014-06-28sal_uInt16 to size_tMatteo Casalin2-10/+8
2014-06-28sal_uInt16 to size_tMatteo Casalin1-35/+32