summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-06-17sw: why doesn't _RestFlyInRange() assign the node to the anchor position?Michael Stahl1-1/+1
2015-06-17sw: fix assert on exporting ooo75410-1.doc to WW8Michael Stahl1-4/+9
2015-06-15sw: move CheckAnchoredFlyConsistency to frmfmt.hxxMichael Stahl1-1/+1
2015-06-15sw: fix assert on exporting ooo24533-1.sxw to WW8Michael Stahl1-0/+8
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-137/+137
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-21Use more proper integer typesMatteo Casalin1-6/+6
2015-02-21Typo: deleteing->deletingJulien Nabet1-1/+1
2015-02-18boost->stdCaolán McNamara1-1/+1
2015-02-16tdf#80715: fix infinite loop in find-and-replace if SwTxtNode fullMichael Stahl1-1/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-6/+0
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+2
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-15/+12
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin1-14/+14
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-09constLuboš Luňák1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-4/+5
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-25/+4
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1910/+3
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-1/+5
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-2/+2
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-2/+2
2014-06-10decouple CntntStore so it can be refactoredBjoern Michaelsen1-10/+8
2014-06-10create factory function for encapsulationBjoern Michaelsen1-8/+8
2014-06-10typedef the internal typeBjoern Michaelsen1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-28/+28
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-1/+0
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-11"overflow" is one wordTor Lillqvist1-2/+2
2014-02-28Related: #i123480# assure correct Undo/Redo with not shown tracked changesOliver-Rainer Wittmann1-27/+25
2014-02-27Remove visual noise from swAlexander Wilms1-2/+1
2014-02-21coverity#1158515 Unused pointer valueCaolán McNamara1-1/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-6/+6