summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docruby.cxx
AgeCommit message (Expand)Author
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin
2019-02-10loplugin:indentation in swNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-04-12sw: fix some IWYU warningsMiklos Vajna
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-22loplugin:constantparam in swNoel Grandin
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin
2015-08-31sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-11convert SetAttrMode to enum classNoel Grandin
2014-12-05more const correctnessBjoern Michaelsen
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin
2014-11-14loplugin: cstylecastNoel Grandin
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-05coverity#736056 Missing break in switch, assuming intentionalCaolán McNamara
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-18String to OUString, optimize order of checksMatteo Casalin
2013-08-18String to OUStringMatteo Casalin
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna
2013-04-08more work on comments in sw/source/core/docPhilipp Riemer
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-04sal_Bool to boolTakeshi Abe
2012-10-24sal_Bool to boolTakeshi Abe
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-05-25Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vectorNoel Grandin
2012-01-12Translate German comments to EnglishPhilipp Weissenbacher
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins