summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/fly.cxx
AgeCommit message (Expand)AuthorFilesLines
20 hourssw: check GetUserCallXisco Fauli1-2/+2
10 daysDrop FRound, and use generalized basegfx::froundMike Kaganski1-1/+1
2024-02-01tdf#159015 sw: layout: fix infinite loop in ::CalcContent()Michael Stahl1-0/+5
2024-01-22tdf#132810 Prevent more crashes on gallery objectsMatt K1-5/+8
2024-01-14Let SwAnchoredObject::GetFrameFormat return pointer, and drop HasFrameFormatMike Kaganski1-17/+17
2023-11-29tdf#158341 sw floattable: fix layout loop when fly is below the body frameMiklos Vajna1-2/+12
2023-11-17sw: fix layout crash in SwObjectFormatterTextFrame::DoFormatObj()Michael Stahl1-2/+4
2023-11-16sw floattable, delete UI: fix unfloat button for cant-split framesMiklos Vajna1-2/+2
2023-09-28sw floattable: maintain the invariant that fly height is at least MINFLYMiklos Vajna1-1/+1
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen1-8/+6
2023-08-25sw layout xml dump: merge some copy&paste into a SwFrame::dumpAsXml()Miklos Vajna1-16/+1
2023-08-24sw floattable: don't split if anchored inside a footnoteMiklos Vajna1-0/+6
2023-08-18tdf#156728 sw: layout: invalidate fly on header/footer sizeMichael Stahl1-0/+13
2023-08-08tdf#156551 tdf#150606 sw: layout: only invalidate SwTabFrame if it...Michael Stahl1-1/+6
2023-08-04sw floattable, crashtesting: fix PDF export of tdf73201-1.docxMiklos Vajna1-1/+14
2023-07-31tdf#156350 sw floattable: fix bad additional <draw:frame> in ODT with layoutMiklos Vajna1-0/+5
2023-07-18tdf#120262 sw floattable, legacy: go outside body only for page frame vert posMiklos Vajna1-2/+6
2023-06-01tdf#150606 sw: layout: leave follow SwTabFrame invalid in columnsMichael Stahl1-1/+5
2023-05-24sw floattable: add a DoNotBreakWrappedTables compat flagMiklos Vajna1-0/+6
2023-05-22sw floattable: fix assert fail when object formatter gets the wrong anchorMiklos Vajna1-1/+21
2023-05-19sw floattable: fix legacy max height of split flys with negative vert offsetMiklos Vajna1-1/+9
2023-05-05sw floattable: fix UI for turning fly split offMiklos Vajna1-0/+9
2023-05-05sw layout xml dump: extract SwFlyFrame::dumpAsXml() from SwFrameMiklos Vajna1-0/+27
2023-05-04sw floattable, crashtesting: fix PDF export of ooo9470-1.docMiklos Vajna1-0/+9
2023-04-21sw floattable, crashtesting: fix PDF export of forum-mso-de-117064.docxMiklos Vajna1-19/+13
2023-04-18sw: fix divide by 0 in SwFlyFrame::CalcRelXisco Fauli1-2/+2
2023-04-18sw floattable, layout: don't split inside headers/footersMiklos Vajna1-0/+6
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+2
2023-03-17sw floattable, legacy: also consier fly position when deciding the bottomMiklos Vajna1-9/+24
2023-03-16sw floattable, legacy: restrict height when using bottom margin areaMiklos Vajna1-1/+9
2023-03-13sw floattable: handle Word 2010 legacy mode in SwFlyFrameMiklos Vajna1-9/+38
2023-03-07sw floattable: grow the print area as well in SwFlyFrame::Grow_()Miklos Vajna1-0/+6
2023-03-03sw floattable: undefined behavior in SwFlyFrame::UpdateAttr_()Miklos Vajna1-1/+1
2023-03-01sw floattable: update layout when enabling fly split via UNOMiklos Vajna1-0/+1
2023-02-27sw floattable: allow extra space on top of child content in SwFlyFrame::Grow_()Miklos Vajna1-1/+31
2023-02-24sw floattable: don't promise infinite growth in SwFlyFrame::Grow_()Miklos Vajna1-0/+24
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-3/+8
2023-02-07sw: fix anchoring in SwFrame::GetNextFlyLeaf()Miklos Vajna1-0/+6
2023-02-03sw: avoid unwanted initial content in split/follow fly framesMiklos Vajna1-2/+5
2023-02-01sw: introduce SwFlyFrame::IsFlySplitAllowed()Miklos Vajna1-1/+11
2023-01-31sw: if the fly is to be split, then limit its growth in SwFlyFrame::Format()Miklos Vajna1-0/+16
2022-11-19tdf#152106 sw layout: fix freezing of multicol sections with flysLászló Németh1-0/+8
2022-08-29ref-count SdrObjectNoel Grandin1-5/+6
2022-08-04elide some SwNodeIndex temporariesNoel Grandin1-2/+1
2022-08-02introduce SwPosition::GetContentNodeNoel Grandin1-1/+1
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-2/+2
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-1/+1
2022-07-25SwIndex/SwIndexReg is only used to deal with SwContentNodesNoel Grandin1-1/+1
2022-07-15tdf#119840 elide some dynamic_cast costNoel Grandin1-2/+4
2022-05-17sw: fix assert in SwObjectFormatterTextFrameCaolán McNamara1-1/+3