summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-3/+3
2016-09-12sw: prefix members of SwAttrIterMiklos Vajna1-95/+95
2016-04-22Avoid reserved identifiersStephan Bergmann1-8/+8
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-7/+5
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-21/+21
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-28tdf#94871: sw: fix a frame formatting regression that affects helpMichael Stahl1-6/+8
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-12/+12
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-96/+96
2015-04-10wrap more stuff in VclPtrNoel Grandin1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-8/+8
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-2/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-21fdo#39468 Translate German comments - sw/source/core/{unocore|text}Philipp Weissenbacher1-30/+39
2014-10-03Speed up SwAttrIter::GetNextAttr()Matthew J. Francis1-4/+12
2014-09-06Simplify by early bailoutMatteo Casalin1-91/+82
2014-09-06sal_uInt16 to more proper types, group a test into a boolMatteo Casalin1-5/+6
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-6/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-0/+1
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin1-6/+6
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-4/+8
2014-07-22sal_uInt16/MSHORT to SwTwips/sal_Int32Matteo Casalin1-5/+4
2014-06-27DBG_ASSERT->assertCaolán McNamara1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-03Removed IDocumentDeviceAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante1-34/+22
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-66/+28
2014-02-16sal_Bool to bool and minor optimizationsMatteo Casalin1-1/+1
2014-02-08sal_Bool to boolMatteo Casalin1-20/+20
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28Apparently missing "cChar =="Stephan Bergmann1-1/+1
2014-01-23coverity#1158514 Unused pointer valueCaolán McNamara1-2/+2
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-18/+18
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-13/+18
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin1-10/+7
2013-11-23Clarify loop conditionMatteo Casalin1-4/+8
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-11-08longparas: these sal_uInt16s are really xub_StrLensCaolán McNamara1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1