summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/undobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-10/+9
2015-04-03Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have oneCaolán McNamara1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-5/+5
2015-03-11convert MarkType to enum classNoel Grandin1-4/+4
2015-02-10coverity#1267666: logically dead code in SwUndo::CanRepeat()Michael Stahl1-1/+0
2015-02-10coverity#1267639: logically dead code in SwUndo::UndoWithContext()Michael Stahl1-1/+0
2015-02-10coverity#1267638: logically dead code in SwUndo::RedoWithContext()Michael Stahl1-1/+0
2015-02-10coverity#1267637: logically dead code in SwUndo::Repeat()Michael Stahl1-1/+0
2014-12-10do not save UNO marks in undo historyLuboš Luňák1-4/+6
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-41/+10
2014-10-10UBSan: Do not downcast to SwFlyFrmFmt prematurelyStephan Bergmann1-5/+5
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-16/+17
2014-08-12fix deleting an image anchored to last paragraph in documentLuboš Luňák1-4/+16
2014-06-28sal_uInt16 to sal_Int32 and remove/fix commentsMatteo Casalin1-3/+2
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-0/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+9
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-4/+4
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-4/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-03-04Related: #i123480# correct the previous made refactoringOliver-Rainer Wittmann1-11/+21
2014-03-02Bail out early and avoid temporariesMatteo Casalin1-44/+30
2014-03-02sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-03-02sal_Bool to boolMatteo Casalin1-19/+18
2014-02-28-Werror,-Wunused-parameterStephan Bergmann1-3/+2
2014-02-28WaE: unused parameter 'bCopyNext'Tor Lillqvist1-1/+1
2014-02-28Related: #i123480# assure correct Undo/Redo with not shown tracked changesOliver-Rainer Wittmann1-37/+47
2014-02-27Remove visual noise from swAlexander Wilms1-5/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-9/+9
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-5/+5
2014-01-09Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann1-2/+11
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-57/+70
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-10-18convert sw/source/core/undo/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-10-15convert sw/source/core/inc/Undo*.hxx from String to OUStringNoel Grandin1-7/+7
2013-09-19convert sw/inc/undobj.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-12-20SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNdsMichael Stahl1-18/+8
2012-12-20SwUndoSaveCntnt: simplify Move{From,To}UndoNdsMichael Stahl1-42/+1
2012-12-13sal_Bool to boolTakeshi Abe1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-4/+4
2012-07-26Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-25Convert SV_DECL_PTRARR_DEL(SwRedlineSaveDatas) to std::vectorNoel Grandin1-17/+21
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-9/+9
2012-05-30Clean up and translate commentsPhilipp Riemer1-59/+44