summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edtab.cxx
AgeCommit message (Expand)Author
2019-08-20loplugin:constvars in swNoel Grandin
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard
2019-08-19uitest: log more eventsAhmed ElShreif
2019-08-07Fix typosAndrea Gelmini
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-06-29loplugin:useuniqueptr in SwTableNodeNoel Grandin
2018-04-26convert tabopts to scoped enumNoel Grandin
2018-02-15Fix some IWYU warningsMiklos Vajna
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke
2017-06-07tdf#74177 writer: ignoring comment allows number recognitionJustin Luth
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-02-13convert SplitTable_HeadlineOption to scoped enumNoel Grandin
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek
2016-09-08loplugin:constantparam in swNoel Grandin
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann
2016-03-22loplugin:constantparam in swNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
2016-02-22loplugin:commaoperator in sw/Noel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-19loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-16sal_Bool to boolTakeshi Abe
2013-10-18convert sw/source/core/edit/*.cxx from String to OUStringNoel Grandin
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin
2013-09-21sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macrosMiklos Vajna
2013-06-21coverity#707554 Unitialized scalar variableNorbert Thiebaud