summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlay.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-5/+5
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-7/+0
2015-11-14sw: prefix members of SwLineLayoutMiklos Vajna1-5/+5
2015-11-13sw: prefix members of SwParaPortionMiklos Vajna1-8/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung1-3/+9
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-100/+100
2015-05-12sw: replace that awful constructor that overloads SwTxtPortion copy-ctorMichael Stahl1-3/+3
2015-05-12sw: fix crash in sw_unoapi due to calling wrong SwTxtPortion ctorMichael Stahl1-3/+3
2015-05-11cppcheck: cstyleCastCaolán McNamara1-3/+3
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-9/+9
2014-11-03Resolves: fdo#68347 fix word count with recorded changesCaolán McNamara1-1/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06Use enumeration directlyMatteo Casalin1-6/+6
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin1-41/+36
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-9/+9
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-4/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-10/+10
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-05-06consistent percent sign in commentsThomas Arnhold1-2/+2
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-153/+40
2014-04-10coverity#708455 Uninitialized scalar fieldCaolán McNamara1-0/+7
2014-02-27Remove visual noise from swAlexander Wilms1-27/+9
2014-02-16sal_Bool to boolMatteo Casalin1-9/+8
2014-02-16sal_Bool to boolMatteo Casalin1-10/+10
2014-02-08sal_Bool to boolMatteo Casalin1-2/+2
2014-02-08sal_Bool to boolMatteo Casalin1-2/+2
2014-02-03MultiSelection::GetRangeCount() returns size_tMatteo Casalin1-5/+4
2014-01-30Use += when possibleMatteo Casalin1-4/+4
2014-01-30Bail out earlyMatteo Casalin1-35/+27
2014-01-30else is not needed after break/returnMatteo Casalin1-34/+22
2014-01-30Fix indentationMatteo Casalin1-12/+12
2014-01-22Writer, please stop harassing meKhaled Hosny1-1/+1
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara1-2/+2
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-1/+0
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-76/+76
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-63/+64
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1