summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docredln.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-35/+35
2015-10-20loplugin:defaultparamsStephan Bergmann1-4/+2
2015-10-12loplugin:mergeclassesNoel Grandin1-13/+13
2015-09-02-Wundefined-bool-conversionCaolán McNamara1-1/+0
2015-08-20loplugin: defaultparamsNoel Grandin1-11/+11
2015-08-03coverity#1315000 Dereference null return valueCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-141/+141
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-22rhbz#1198848: sw: delete *all* table redlines to fix DOCX import crashMichael Stahl1-9/+14
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-2/+2
2015-04-05Fix my previous commitsMatteo Casalin1-2/+2
2015-04-05Some OUString simplificationsMatteo Casalin1-13/+5
2015-04-05SimplifyMatteo Casalin1-42/+32
2015-04-05Avoid two special values as "whole array" flagMatteo Casalin1-5/+4
2015-04-05Default value of nLookahead is never overriddenMatteo Casalin1-4/+4
2015-04-05Use more proper integer typesMatteo Casalin1-14/+19
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-4/+4
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-4/+4
2015-03-11convert SetAttrMode to enum classNoel Grandin1-3/+3
2015-02-27Move SwExtraRedlineTbl::dumpAsXml() out of docnodeMiklos Vajna1-0/+16
2015-02-25Extract SwFmtAutoFmt::dumpAsXml() from SwTxtNodeMiklos Vajna1-4/+0
2015-02-24Revert "Simplify loops and reduce scope of some variables"Caolán McNamara1-12/+14
2015-02-24Add SwPaM::dumpAsXml()Miklos Vajna1-6/+1
2015-02-22Extract SwRangeRedline::dumpAsXml() from SwRedlineTblMiklos Vajna1-40/+43
2015-02-21Extract SwRedlineTbl::dumpAsXml() from docnodeMiklos Vajna1-0/+50
2015-02-21Simplify loops and reduce scope of some variablesMatteo Casalin1-18/+16
2015-02-21Use size_type instead of sal_uInt16Matteo Casalin1-7/+7
2015-01-30During DocumentRedlineManager::SetRedlineMode the array becomes unsortedCaolán McNamara1-34/+22
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-4/+0
2015-01-25coverity#1266513 Useless callCaolán McNamara1-3/+1
2015-01-19if we change the keys we have to resort based on the new keysCaolán McNamara1-4/+22
2015-01-12More overflowing InvalidateWindows(SwRect(0, 0, MAX, MAX))Stephan Bergmann1-3/+3
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-10/+7
2014-11-14loplugin: cstylecastNoel Grandin1-9/+9
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-2605/+26
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-29/+30
2014-07-13normalize commentsPhilipp Riemer1-23/+23
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-9/+11
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+0
2014-06-05fdo#79535 :LO writer crash while Opening some document.Tushar Bende1-1/+2
2014-05-13remove dead code in SWNoel Grandin1-26/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-4/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-50/+50
2014-04-28move function searching for a readline directly to SwRedlineTblLuboš Luňák1-33/+33