summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/autofmt.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-02Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-17boost->stdCaolán McNamara
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-12Evaluate expression just onceMatteo Casalin
2015-04-12Simplify DelLeadingBlanks interfaceMatteo Casalin
2015-04-12Use range-for loopsMatteo Casalin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-31sw: prefix members of SwEditShellMichael Stahl
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-03move container stuff out of sw::Ring<>Bjoern Michaelsen
2014-12-02kill FOREACHPAM_START/FOREACHPAM_ENDBjoern Michaelsen
2014-12-02use new typesafer implementationBjoern Michaelsen
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-23dead assign (clang)Bjoern Michaelsen
2014-11-19loplugin: cstylecastNoel Grandin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-19Resolves: #i124371# When changing the numbering or bullet styling...Oliver-Rainer Wittmann
2014-03-14"prefix" and "postfix" are single wordsTor Lillqvist
2014-03-10coverity#1103650 Unchecked return valueCaolán McNamara
2014-03-02nOrigTxtStt is never readMatteo Casalin
2014-03-02Rework SwAutoFormat::IsBlanksInStringMatteo Casalin
2014-03-02Avoid consecutive OUString appends and a temporaryMatteo Casalin
2014-03-02Use mutable instead of casting thisMatteo Casalin