summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-14sw floattable: reject small(er than min height) row master at page bottomMiklos Vajna1-0/+16
2023-03-10sw floattable: ignore height of masters in lcl_CalcMinRowHeight()Miklos Vajna1-1/+28
2023-03-03sw floattable: try to grow fly parent when trying section/tableMiklos Vajna1-8/+9
2023-02-24Use just plain straight-forward params for UpdatePageFieldsBjoern Michaelsen1-2/+1
2023-02-17sw floattable: it's fine to recalc the table in SwTabFrame::MakeAll()Miklos Vajna1-1/+7
2023-01-19tdf#153045 sw: fix incorrect height of row in tableMiklos Vajna1-1/+5
2022-11-30tdf#124601 sw: fix misplaced images in table cellsMiklos Vajna1-1/+2
2022-10-30tdf#126788 fetch node index once hereNoel Grandin1-2/+1
2022-06-02elide some unnecessary null checksNoel Grandin1-1/+1
2022-04-04forcepoint#103 avoid crash on layout of specific htmlCaolán McNamara1-0/+1
2022-04-03Related: forcepoint#100 don't reacquire after every releaseCaolán McNamara1-18/+22
2022-04-02forcepoint#100 drop SwBorderAttrAccess to allow cache entry to be removedCaolán McNamara1-0/+7
2022-04-02Related: forcepoint#100 we don't need pAttrs for the duration of the full scopeCaolán McNamara1-3/+3
2022-03-27forcepoint#92 fix crash on layout of specific docCaolán McNamara1-1/+7
2022-03-26forcepoint#91 fix crash on layout of specific htmlCaolán McNamara1-0/+2
2022-03-25forcepoint#90 fix crash on layout of specific rtfCaolán McNamara1-2/+19
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/layoutNoel Grandin1-4/+4
2022-03-01protect frame from triggering deleting itselfCaolán McNamara1-0/+1
2022-02-11sw: fix layout loop on soffice --convert-to pdf ooo95698-1.odtMichael Stahl1-2/+5
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-3/+18
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-2/+2
2021-09-26no need to allocate these SwBorderAttrAccess on the heapNoel Grandin1-18/+18
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-09-14tdf#144057 sw track changes: hide deleted table rowsLászló Németh1-0/+8
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin1-4/+4
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin1-2/+2
2021-07-29tdf#91083 sw layout: don't emulate table keep when already setJustin Luth1-1/+3
2021-07-09Remove some iterator abuseBjoern Michaelsen1-1/+24
2021-07-09remove some SwIterator abuseBjoern Michaelsen1-1/+28
2021-07-09remove global bDontCreateObjects bitBjoern Michaelsen1-9/+12
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-5/+6
2021-06-21replace dynamic_cast<SwCellFrame> with cheaper checkNoel Grandin1-14/+19
2021-06-21tdf#116501 sw: layout: check for flys in SwTabFrame::ShouldBwdMoved()Michael Stahl1-7/+42
2021-06-21Revert "tdf#116501 fix freezing at embedded text tables"Michael Stahl1-4/+2
2021-05-21Replace magic numbers in SwTabFrame::UpdateAttr_()Miklos Vajna1-7/+7
2021-05-20Introduce SwTabFrameInvFlags to replace magic numbers in ...Miklos Vajna1-19/+19
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-26loplugin:flattenNoel1-13/+13
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-2/+2
2021-03-04sw: fix unwanted long vertical border around vertically merged Word cellMiklos Vajna1-0/+84
2021-02-24crashtesting: iterators invalidated during loop with tdf94598-3.docxCaolán McNamara1-1/+3
2021-01-02Fix: Move remaining direct calls to SwLayoutFrame::Modify out of the wayBjoern Michaelsen1-5/+8
2020-12-13tabfrm:Modify no moreBjoern Michaelsen1-28/+33
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-24Avoid unnecessary, wrong downcast from SwFormatRowSplit to SwFormatFrameSizeStephan Bergmann1-2/+2
2020-11-21Remove SwIterator hack in untableBjoern Michaelsen1-57/+93
2020-11-21callnk: Replace needless SwClientNotifyCall with CallSwClientNotifyBjoern Michaelsen1-27/+41
2020-11-16tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl1-3/+33
2020-11-16sw: fix misleading comments - SwFlyFrame::m_bAtCnt is set...Michael Stahl1-1/+1
2020-11-11convert more long -> tools::LongNoel1-2/+2