summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrform2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-110/+110
2015-11-13sw: prefix members of SwTextIterMiklos Vajna1-175/+175
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-38/+38
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-10sw: use std::unique_ptr<> in textMiklos Vajna1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-04Fix typosAndrea Gelmini1-3/+3
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+8
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-240/+240
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-4/+4
2015-03-14tdf#90003 Revert "SwTxtFormatter::NewPortion: fix lost SwFlyPortion"Miklos Vajna1-7/+0
2015-01-24This cast is complete rubbish of courseCaolán McNamara1-2/+1
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+2
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-12-05fdo#87005 SwTxtFormatter::NewPortion: fix lost SwFlyPortionMiklos Vajna1-0/+7
2014-11-24loplugin: cstylecastNoel Grandin1-30/+30
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-4/+4
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-1/+2
2014-10-30fdo#79602: sw: fix text formatting of proportional line space < 100%Michael Stahl1-5/+13
2014-10-29sw: translate Netto to NetMichael Stahl1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06Use arithmetic instead of while loopMatteo Casalin1-4/+2
2014-09-06sal_uInt16 to more proper types, constify, avoid unneeded castsMatteo Casalin1-18/+18
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-24fdo#81502: sw: fix spurious "[" being painted for field marksMichael Stahl1-32/+29
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-32/+32
2014-07-02fdo#79838 : DOCX : File crashes on openPallavi Jadhav1-0/+7
2014-06-24new compilerplugin returnbyrefNoel Grandin1-13/+13
2014-06-19coverity#706103 Unintended sign extensionCaolán McNamara1-3/+2
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-6/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-106/+8
2014-03-28Related: fdo#73936 expand FormFieldDropDowns in ModelToViewHelperCaolán McNamara1-5/+4
2014-03-28Resolves: fdo#73936 make FormFieldDropDowns a real fieldportionCaolán McNamara1-3/+46
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-11"underflow" is one wordTor Lillqvist1-21/+21
2014-03-07sw: remove that GETGRID abominationMichael Stahl1-9/+11
2014-02-27Remove visual noise from swAlexander Wilms1-10/+3
2014-02-03sal_Bool to boolMatteo Casalin1-88/+84
2014-02-03sal_Bool to boolMatteo Casalin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-21/+21
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-10/+16
2013-11-06avoid out of bounds string accessCaolán McNamara1-1/+5