summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-13loplugin:mergeclass, merge CompareLine with SwCompareLineNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-01-25Use more proper integer typesMatteo Casalin
2015-01-14SwDoc::CompareDoc: no need to copy 'a'Miklos Vajna
2015-01-14WaE: private field 'nSttLineNum' is not usedTor Lillqvist
2015-01-13misunderstood that MergeDoc and CompareDoc used different diff modesCaolán McNamara
2015-01-13allow comparing documents which only differ by frame contentsCaolán McNamara
2015-01-13protected->privateCaolán McNamara
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-13merge CompareData and SwCompareDataCaolán McNamara
2014-12-12coverity#1257736 Explicit null dereferencedCaolán McNamara
2014-12-08deque is never usedBjoern Michaelsen
2014-12-08make InsertRedline() non-static againBjoern Michaelsen
2014-12-08rename to simple SaveMergeRedline and put in namespaceBjoern Michaelsen
2014-12-08remove inheritance from Ring<>Bjoern Michaelsen
2014-12-08use a std::list<> instead of a Ring<>Bjoern Michaelsen
2014-12-08use uniqueBjoern Michaelsen
2014-12-08make InsertRedline a static functionBjoern Michaelsen
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen
2014-12-05more const correctnessBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-02move Ring to sw::RingBjoern Michaelsen
2014-12-02use new typesafer implementationBjoern Michaelsen
2014-11-23actually do a two-way compareBjoern Michaelsen
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-11-12loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-10sw: [loplugin:externandnotdefined]Michael Stahl
2014-09-10fdo#83655: sw: RSID-only hint assertion when inserting in master documentMichael Stahl
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-05-07fdo#74790: sw: Compare Document: fix assertions about RSID-only hintsMichael Stahl
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann