summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
AgeCommit message (Expand)Author
2021-12-21tdf#146244 sw: fix Undo of accepting table row insertionLászló Németh
2021-12-08tdf#146120 sw: show tracked table changes with different colorLászló Németh
2021-11-09tdf#145089 DOCX export: fix track changes of table row insertionLászló Németh
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-09-14tdf#144057 sw track changes: hide deleted table rowsLászló Németh
2021-07-13tdf#143215 DOCX import: fix tracked empty row insertion/deletionLászló Németh
2021-07-05tdf#131771 sw: fix missing table style after copying and pasting the tableBalazs Santha
2021-06-18loplugin:finalclasses in swNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh
2020-12-07loplugin:unusedmethodsNoel
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-20use tools::Long in swNoel
2020-10-05sw: ODF import: convert the simplest sub-tables to rowspan tablesMichael Stahl
2020-10-05sw: improve comments, dump rowspan to nodes.xmlMichael Stahl
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-09-27SwTable: Replace Modify with SwClientNotifyBjoern Michaelsen
2019-08-12Fix typosAndrea Gelmini
2019-03-29tdf#84635 quadratic slowdown on loading large tablesNoel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-09-27Fix typosAndrea Gelmini
2018-08-16remove mempoolNoel Grandin
2018-07-19loplugin:useuniqueptr in SwUndoSplitTableNoel Grandin
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-04-21Use unique_ptrMike Kaganski
2018-02-12Translate German variable namesJohnny_M
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-27ofz#4813: Direct-leakCaolán McNamara
2017-11-30loplugin:unusedmethodsNoel Grandin
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-04loplugin:constparams in sw part4Noel Grandin
2017-06-21loplugin:unusedfields in sw part5Noel Grandin
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin
2017-04-13convert TableChgWidthHeightType to o3tl::typed_flagsNoel Grandin
2016-10-20sw: Avoid inheritance from std::vectorTakeshi Abe
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-08loplugin:constantparam in swNoel Grandin
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-05-23loplugin:unusedmethods in swNoel Grandin
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen