summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docruby.cxx
AgeCommit message (Expand)Author
2022-09-23add a new SwContentNode::GoNext variantNoel Grandin
2022-09-22use more SwPosition::AdjustContentNoel Grandin
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-29use more SwPaM::StartEndNoel Grandin
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin
2021-10-20make more use of SwPaM::End()Noel Grandin
2020-12-08Simplify attribute set definitions a littleMike Kaganski
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin
2020-04-19loplugin:buriedassign in sw(2)Noel Grandin
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