summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltab.cxx
AgeCommit message (Expand)Author
2024-05-09WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet
2023-11-08loplugin:fieldcast in SwHTMLParserNoel Grandin
2023-08-07tdf#156647: restore the explicitly set properties after applying defaultsMike Kaganski
2023-08-05Define px as 1/96 in in HTML filterMike Kaganski
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl
2023-01-20sw HTML import: initial CSS support on tablesMiklos Vajna
2022-12-07ofz#54093 Null-dereferenceCaolán McNamara
2022-12-05ofz#53680 drop workaroundsCaolán McNamara
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-09-01use more SwPosition::AssignNoel Grandin
2022-08-29use more SwPosition::AssignNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-26make the parameter to SwTableNode::MakeOwnFrames optionalNoel Grandin
2022-08-25use more SwPosition::AdjustContentNoel Grandin
2022-08-20use more SwPosition::GetNodeNoel Grandin
2022-08-20Add a SwNodes::Delete variant that takes an SwNodeNoel Grandin
2022-08-18convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-15pass SwNode and sal_Int32 to deleteMarksNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-09unique_ptr->optional in CellSaveStructNoel Grandin
2022-08-06make MakeTextSection take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin
2022-08-04add more SwPosition::AssignNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-03-11ofz#43310 don't try and delete prior header/footer contentsCaolán McNamara
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin
2022-02-11sw XHTML / ReqIF filter: avoid adding and removing <br>s for trailing <br>sMiklos Vajna
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-11-03fix misplaced lineCaolán McNamara
2021-11-02drop PendingDrawObjectsInPaM in favor of detecting draw objects removalCaolán McNamara
2021-11-02ofz#40593 remove Objects from m_xResizeDrawObjects if deleted during parseCaolán McNamara
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-10sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17use WhichRangesContainer in swNoel Grandin
2021-07-05sw: prefix members of CaptionSaveStruct, HTMLTableRow, ...Miklos Vajna
2021-06-28sw: prefix members of HTMLTableColumn, HTMLTableContext, SwWriteTableCol ...Miklos Vajna
2021-05-30frequent recent CppunitTest_sw_uiwriter failureCaolán McNamara
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna