summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)Author
2022-05-02tdf#146573 sw: recalculate cells with footnotesLászló Németh
2022-05-01use more string_view in variousNoel Grandin
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-17tdf#119298 sw: keep automatic position on trivial width changeJustin Luth
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/layoutNoel Grandin
2021-12-21tdf#146244 sw: fix Undo of accepting table row insertionLászló Németh
2021-12-17sw: fix crash with commit 8c028b7e41e3d350d0e67005b16faf0159cc5c12László Németh
2021-12-17tdf#146244 sw: update HasTextChangesOnly in modified rowsLászló Németh
2021-12-08tdf#146120 sw: show tracked table changes with different colorLászló Németh
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-09tdf#145089 DOCX export: fix track changes of table row insertionLászló Németh
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-16Simplify vector initialization in swJulien Nabet
2021-10-14tdf#144840 Special Paste RTF: Table with merged cells messed upNoel Grandin
2021-09-14tdf#144057 sw track changes: hide deleted table rowsLászló Németh
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-29tdf#135683 speed up large writer table loadNoel Grandin
2021-08-27tdf#143904 fix direct character formatting copied into paragraph levelBalazs Santha
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-12Capsulate TableBox<>TableBoxFormat relation in a functionBjoern Michaelsen
2021-08-12tdf#131546 DOCX import: fix performance regression at tablesBalazs Santha
2021-08-10give SwTableBoxFormat::TableBoxAttributeChanged its own functionBjoern Michaelsen
2021-07-13tdf#143215 DOCX import: fix tracked empty row insertion/deletionLászló Németh
2021-07-09Remove some iterator abuseBjoern Michaelsen
2021-07-09remove some SwIterator abuseBjoern Michaelsen
2021-06-21create SfxHintId::SwLegacyModify idNoel 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-12-02SwTableBoxFormat: Modify no moreBjoern Michaelsen
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-11convert more long -> tools::LongNoel
2020-11-05retire most of SwModifyBjoern Michaelsen
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-28convert some more long -> tools::LongNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-20use tools::Long in swNoel
2020-10-14sw: fix unsorted redlines in SwTable::ConvertSubtableBox()Michael Stahl
2020-10-09cid#1467972 silence Unchecked return valueCaolán McNamara
2020-10-05unconflicting commits stomped on eachotherCaolán McNamara
2020-10-05SwUndoTableMerge::MoveBoxContent always dereferences its SwDoc* argCaolán McNamara
2020-10-05sw: ODF import: convert the simplest sub-tables to rowspan tablesMichael Stahl
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen
2020-09-27SwTable: Replace Modify with SwClientNotifyBjoern Michaelsen
2020-09-13Following d52674ad92172ce67c94b5970668aeb00d1c6ac5Julien Nabet
2020-09-12std::list->vector in SwTableNoel Grandin
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski