summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-08tdf#106218 sw: compare document: tweak special handling of EndOfContentMichael Stahl1-0/+22
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+2
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-20/+20
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-08-15convert SvxCompareMode to scoped enumNoel Grandin1-5/+6
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-12/+12
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-12/+37
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-13loplugin:mergeclass, merge CompareLine with SwCompareLineNoel Grandin1-49/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-88/+88
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-4/+4
2015-01-25Use more proper integer typesMatteo Casalin1-6/+5
2015-01-14SwDoc::CompareDoc: no need to copy 'a'Miklos Vajna1-2/+2
2015-01-14WaE: private field 'nSttLineNum' is not usedTor Lillqvist1-2/+1
2015-01-13misunderstood that MergeDoc and CompareDoc used different diff modesCaolán McNamara1-11/+15
2015-01-13allow comparing documents which only differ by frame contentsCaolán McNamara1-19/+100
2015-01-13protected->privateCaolán McNamara1-2/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-4/+1
2015-01-13merge CompareData and SwCompareDataCaolán McNamara1-77/+45
2014-12-12coverity#1257736 Explicit null dereferencedCaolán McNamara1-0/+2
2014-12-08deque is never usedBjoern Michaelsen1-1/+0
2014-12-08make InsertRedline() non-static againBjoern Michaelsen1-3/+3
2014-12-08rename to simple SaveMergeRedline and put in namespaceBjoern Michaelsen1-12/+15
2014-12-08remove inheritance from Ring<>Bjoern Michaelsen1-15/+8
2014-12-08use a std::list<> instead of a Ring<>Bjoern Michaelsen1-27/+18
2014-12-08use uniqueBjoern Michaelsen1-1/+1
2014-12-08make InsertRedline a static functionBjoern Michaelsen1-6/+6
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen1-2/+2
2014-12-05more const correctnessBjoern Michaelsen1-0/+4
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1