summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)Author
2023-11-08fix spelling, Attribut -> AttributeNoel Grandin
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-26tdf#157132: restore behaviour for TBL_RELBOXNAMEXisco Fauli
2023-09-28tdf#157492 sw: fix tracked drag & drop of table rowLászló Németh
2023-09-28tdf#155846 sw tracked table column: fix drag & dropLászló Németh
2023-09-13tdf#157187 sw tracked table column: fix DOCX exportLászló Németh
2023-09-06tdf#157011 sw tracked table column: fix DOCX import of empty cellLászló Németh
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen
2023-08-07refactor: remove dead docnode hint codeBjoern Michaelsen
2023-06-13tdf#155187 sw track changes: color tables in single changesLászló Németh
2023-06-02tdf#155341 sw tracked table column: add insertionLászló Németh
2023-05-20loplugin:unusedfieldsNoel Grandin
2023-05-17tdf#155345 sw tracked table column: hide them in Hide Changes modeLászló Németh
2023-05-17tdf#155328 sw tracked table column: add DOCX export/importLászló Németh
2023-05-11tdf#150673 sw tracked table column: color deletionLászló Németh
2023-05-03tdf#155134 DOCX export: fix crash with old table formatLászló Németh
2023-04-25tdf#150824 sw DOCX: fix export of new tracked tablesLászló Németh
2023-04-24tdf#154859 sw: fix deletion of tracked row insertionLászló Németh
2023-04-11introduce SwFrameFormat::IsVisible()Bjoern Michaelsen
2023-03-30SwTableFormulaUpdate: SwMsgPoolItem no moreBjoern Michaelsen
2023-03-27refactor table splitBjoern Michaelsen
2023-03-27refactor table mergeBjoern Michaelsen
2023-03-15Add SwTable::SwitchFormulasToInternalRepresentationBjoern Michaelsen
2023-03-03Refactor TBL_{REL,}BOXNAME to SwTableBjoern Michaelsen
2023-03-02tdf#145538 Use range based for loopsmostafa-elsharnoby
2023-02-17sw doc model xml dump: show a table format only onceMiklos Vajna
2023-02-03sw layout xml dump: extract SwTable::dumpAsXml() from SwTableNodeMiklos Vajna
2022-12-20sw: ODF import: fix assert in SwTable::ConvertSubtableBox()Michael Stahl
2022-11-07tdf#151658 sw: accept of row deletions with nested tablesLászló Németh
2022-10-15tdf#150976 sw: fix tracked deletion of row with nested tableLászló Németh
2022-10-07tdf#151375 sw: ODF import: delete any layout frames before ...Michael Stahl
2022-10-07tdf#145871 sw: ODF import: don't convert subtables if outer row ...Michael Stahl
2022-09-29use more SwPosition::AdjustNoel Grandin
2022-09-01use more SwPosition::AssignNoel Grandin
2022-08-21tdf#112865 inline a couple of hot methodsNoel Grandin
2022-08-20use more SwPosition::GetNodeNoel Grandin
2022-08-20unique_ptr->optional in CollectBoxSelectionNoel Grandin
2022-08-18convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-17cid#1509187 Dereference after null checkCaolán McNamara
2022-08-16pass sal_Int32 to DontExpandormatNoel Grandin
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel Grandin
2022-08-04elide some SwNodeIndex temporariesNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-06-07sw: Divide-by-zeroXisco Fauli