summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/pam.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-18sw_redlinehide_4b: adapt FindText()Michael Stahl1-6/+15
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl1-12/+7
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-3/+15
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-11loplugin:useuniqueptr in SwPaM::MakeRegionNoel Grandin1-4/+4
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-07-30loplugin:stringloop in swNoel Grandin1-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-07tdf#113619 prevent cores when there is no cursorAshod Nakashian1-1/+2
2017-09-26TSCP: refactor paragraph metadata field checkAshod Nakashian1-25/+3
2017-09-26TSCP: cleanup constant stringsAshod Nakashian1-1/+1
2017-09-26sw: make paragraph signature fields read-onlyAshod Nakashian1-0/+30
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-1/+1
2017-02-01tdf#105625 related: also check selection across field boundariesMike Kaganski1-1/+3
2017-01-31tdf#105625: allow editing around field marksMike Kaganski1-34/+18
2016-11-21Remove redundant comparisonsMike Kaganski1-4/+0
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-2/+2
2016-10-01default copy ctor/assignment are sufficientCaolán McNamara1-12/+0
2016-08-31remove the SwMoveFnCollection* typedefsNoel Grandin1-35/+35
2016-08-29Bin some dead codeTor Lillqvist1-38/+0
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-3/+3
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-37/+37
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-40/+40
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-93/+93
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-14/+11
2015-04-25sw: replace SwPaM's so-called "copy constructor"Michael Stahl1-5/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-02-24Add SwPaM::dumpAsXml()Miklos Vajna1-0/+18
2015-01-27Extract SwPosition::dumpAsXml() from MarkManagerMiklos Vajna1-0/+8
2015-01-07sal_uInt16 to size_typeMatteo Casalin1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin1-4/+4
2014-11-05operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUGLuboš Luňák1-0/+14
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-5/+6
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-35/+35