summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edglss.cxx
AgeCommit message (Expand)Author
2020-10-04SwXAutoStylesEnumerator always dereferences its SwDoc* argCaolán McNamara
2020-06-18sw: SelectAll should copy section before table at start of documentMichael Stahl
2020-06-18tdf#133982 sw: fix Copy of document that starts with nested tableMichael Stahl
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna
2020-03-02speedup sw build a littleNoel Grandin
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen
2019-08-05Fix typosAndrea Gelmini
2018-10-30loplugin:returnconstantNoel Grandin
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin
2018-09-19sw_redlinehide_2: hide redlines in ascii filter tooMichael Stahl
2018-08-13convert GETSELTXT_PARABRK_ constants to scoped enumNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-03-09sw: fix some IWYU warningsMiklos Vajna
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-09loplugin:constantparam in swNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-20loplugin: defaultparamsNoel Grandin
2015-06-19Simplify uses of OUString::replaceAll with literal argumentsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-25rhbz#1205072: sw: resource mangement SNAFU caused by SwPaM copy ctorMichael Stahl
2015-04-12Use auto instead of sal_uInt16Matteo Casalin
2015-04-12Simplify by early bail-outMatteo Casalin
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-05-03sw: hypothetical crashes if last node is not SwTxtNodeMichael Stahl