summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtftn.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-242/+242
2015-11-13sw: prefix members of SwTextIterMiklos Vajna1-54/+54
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-36/+36
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-28sw: prefix members of SwTextFrmMiklos Vajna1-8/+8
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-15sw: SWAP_IF_ -> SwSwapIfMiklos Vajna1-4/+4
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-25SwTextFormatInfo::SwTextFormatInfo: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-2/+2
2015-05-28brown paper bagStephan Bergmann1-4/+4
2015-05-28Replace SWAP_IF_[NOT_]SWAPPED/UNDO_SWAP with RAII classesStephan Bergmann1-23/+18
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-322/+322
2015-05-11cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-04cppcheck: Identical code for different branchesJulien Nabet1-2/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-01-19fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher1-140/+158
2014-11-24loplugin: cstylecastNoel Grandin1-25/+25
2014-10-01coverity#1242441 Identical code for different branchesCaolán McNamara1-2/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-06sal_uInt16: use more proper types, avoid unneeded conversions, constifyMatteo Casalin1-2/+2
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-1/+1
2014-09-06Avoid temporary OUStringsMatteo Casalin1-3/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-0/+1
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-11/+11
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-13loplugin:staticcallStephan Bergmann1-10/+10
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-16/+3
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante1-1/+0
2014-02-27Remove visual noise from swAlexander Wilms1-2/+1
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-134/+1
2014-02-16sal_Bool to boolMatteo Casalin1-30/+30
2014-02-16sal_Bool to boolMatteo Casalin1-2/+2
2014-02-08sal_Bool to boolMatteo Casalin1-11/+11
2014-02-03sal_Bool to boolMatteo Casalin1-6/+6
2014-02-03sal_Bool to boolMatteo Casalin1-1/+1
2014-01-26coverity#1157764 : Logically dead codeNorbert Thiebaud1-4/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-16/+16
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-5/+5
2013-10-18convert sw/source/core/text/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-15convert sw/inc/ftninfo.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-04XubString->OUStringCaolán McNamara1-10/+12
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2