summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2015-01-30During DocumentRedlineManager::SetRedlineMode the array becomes unsortedCaolán McNamara1-1/+1
2015-01-29tdf#75996: sw: correct bookmark positions when deleting textMichael Stahl1-0/+4
2015-01-26coverity#1266446 Explicit null dereferencedCaolán McNamara1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-22Merge common code of sw format listsJan-Marek Glogowski2-12/+8
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann2-5/+5
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn4-10/+7
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan1-2/+17
2014-12-10do not save UNO marks in undo historyLuboš Luňák1-4/+6
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+6
2014-12-01-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-11-30Use IDocumentMarkAccess::findMark hereMatúš Kukan1-10/+3
2014-11-26Writer: Set document as modified and add undo when renaming bookmarksMatúš Kukan1-0/+57
2014-11-26loplugin: cstylecastNoel Grandin12-72/+73
2014-11-25loplugin: cstylecastNoel Grandin9-26/+26
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