summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/txtedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-26/+26
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-10/+3
2016-03-29tdf#94449: special text attributes are not removed with paragraph styleOliver Specht1-1/+2
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-3/+2
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-12-02an empty string here seems no hardshipCaolán McNamara1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-64/+64
2015-11-13sw: shove 2 global variables into SwHyphIterMichael Stahl1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-33/+33
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-4/+4
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna1-4/+4
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on big parasMichael Stahl1-1/+2
2015-09-15tdf#93261: sw: fix idle auto-complete collection loop on empty parasMichael Stahl1-3/+2
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl1-13/+30
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-3/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-128/+128
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna1-2/+20
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-08convert EXPAND constants to scoped enumCaolán McNamara1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-02-18boost->stdCaolán McNamara1-2/+2
2015-01-21sw: make SwTxtNode::RstTxtAttr() easier to understandMichael Stahl1-43/+28
2015-01-21sw: fix bogus assert in SwTxtNode::RstTxtAttr()Michael Stahl1-6/+13
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-21dead init (clang)Bjoern Michaelsen1-1/+1
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-5/+5
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-11-03Resolves: fdo#68347 fix word count with recorded changesCaolán McNamara1-1/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-1/+1
2014-09-23with show changes on we can have negative offsetsCaolán McNamara1-2/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+1