summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-02move Ring to sw::RingBjoern Michaelsen1-1/+1
2014-12-02use new typesafer implementationBjoern Michaelsen1-4/+5
2014-11-23actually do a two-way compareBjoern Michaelsen1-8/+8
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-5/+5
2014-11-12loplugin: cstylecastNoel Grandin1-35/+35
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-10sw: [loplugin:externandnotdefined]Michael Stahl1-13/+0
2014-09-10fdo#83655: sw: RSID-only hint assertion when inserting in master documentMichael Stahl1-1/+1
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-7/+8
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-26/+27
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-3/+4
2014-05-07fdo#74790: sw: Compare Document: fix assertions about RSID-only hintsMichael Stahl1-0/+13