summaryrefslogtreecommitdiff
path: root/sw/source/core/table/swnewtable.cxx
AgeCommit message (Expand)Author
2019-09-01Fix '..'Andrea Gelmini
2019-08-07Fix typosAndrea Gelmini
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-28loplugin:useuniqueptr in SwTable::NewInsertColNoel Grandin
2018-08-07sw: Replace std::list with std::vector for simplicityTakeshi Abe
2018-08-06sw: Prefer std::vector for SwLineOffsetArray to std::listTakeshi Abe
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-07-19loplugin:useuniqueptr in SwUndoSplitTableNoel Grandin
2018-05-02Fix typosAndrea Gelmini
2018-04-21Use unique_ptrMike Kaganski
2018-03-02forcepoint #13 null derefCaolán McNamara
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-07Use return iterator from erase in swnewtable (sw)Julien Nabet
2017-11-28ofz: fix mem leakCaolán McNamara
2017-11-07Replace some lists by vectors (sw)Julien Nabet
2017-07-17Translate randomly found German commentsJohnny_M
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin
2017-03-28typo: Didn't found -> Didn't findAndras Timar
2017-03-19Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann
2017-01-03tdf#49102 - UI: remove list numbering from merged cellsJustin Luth
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19sw: prefix members of SwTableMiklos Vajna
2015-10-15cppcheck:variableScopeNoel Grandin
2015-09-02sw: use std::unique_ptr<> in swnewtableMiklos Vajna
2015-08-20loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-23Avoid out-of-bounds container index on import of ooo112657-2.rtfMatúš Kukan
2015-04-23Avoid dereference a past-the-end iterator on import of fdo81650-2.docxMatúš Kukan
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin
2015-02-02coverity#705106 rearrange the assert and conditionCaolán McNamara
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-11-24loplugin: cstylecastNoel Grandin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-10-26sal_uInt16 to size_tMatteo Casalin
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin