summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/fly.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-05cid#1472782 Dereference after null checkCaolán McNamara1-0/+1
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2021-01-02Fix: Move remaining direct calls to SwLayoutFrame::Modify out of the wayBjoern Michaelsen1-2/+5
2020-12-31SwFlyFrame: Modify no moreBjoern Michaelsen1-65/+61
2020-12-30atrflyin.cxx Modify no moreBjoern Michaelsen1-0/+12
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-10-27(related: tdf#131679) sw: only unmark if this SwFlyFrame is markedMichael Stahl1-14/+18
2020-10-26tdf#131679 sw: follow-up: Unmark before SetSelection()Michael Stahl1-1/+5
2020-10-23tdf#131679 sw: fix crash when copying fly via context menuMichael Stahl1-1/+42
2020-10-20use tools::Long in swNoel1-9/+9
2020-10-13static_cast after dynamic_castNoel1-9/+4
2020-09-18Fix typoAndrea Gelmini1-1/+1
2020-09-18tdf#135035 DOCX import: fix auto width of frame in columnAttila Szűcs1-6/+14
2020-08-07tdf#135035 DOCX import: fix auto frame width in columnsAttila Szűcs1-3/+3
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-159/+159
2020-07-15tdf#124423 sw: fix AutoSize width frames of DOCXAttila Szűcs1-0/+7
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-4/+4
2020-02-10tdf#90834: Turn in-line version control comments into good commentsPelin Kuran1-33/+22
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-2/+2
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-5/+5
2019-12-11convert FrameControlType to scoped enumNoel Grandin1-1/+1
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-12/+12
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-4/+0
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-3/+3
2019-10-08tdf#127825 DOCX import: fix handling for tbrl, auto-height and rel size shapesMiklos Vajna1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-9/+7
2019-08-24loplugin:returnconstval in swNoel Grandin1-2/+2
2019-07-19sw: fix use after free on tdf117215-1.odtMichael Stahl1-0/+2
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-10sw btlr writing mode: implement layout for fly framesMiklos Vajna1-0/+5
2019-04-14loplugin:sequentialassign in swNoel Grandin1-2/+1
2019-04-07tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+1
2019-03-22Unfloat: Move the button to the top of the frameTamás Zolnai1-2/+2
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-01-08Unfloat: FloatingTableButton -> UnfloatTableButtonTamás Zolnai1-1/+1
2019-01-04Unfloat: Test layout change of unfloat operationTamás Zolnai1-0/+11
2019-01-04Fix up file permissionsTamás Zolnai1-0/+0
2019-01-04Unfloat: Handle unfloat button visibilityTamás Zolnai1-0/+96
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-05Fix typosAndrea Gelmini1-2/+2
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-0/+1
2018-06-08sw_redlinehide: refactor SwFlowFrame::IsKeep()Michael Stahl1-1/+1
2018-06-08sw_redlinehide: trivial GetNode() in atrfrm.cxx,fly.cxx,flylay.cxxMichael Stahl1-3/+3
2018-06-08sw_redlinehide: trivial conversions in layout/Michael Stahl1-6/+6
2018-06-08sw_redlinehide: trivial node conv. in calcmove.cxx,flowfrm.cxx,fly.cxxMichael Stahl1-1/+1
2018-05-10crashtesting: PageFrame may not existCaolán McNamara1-1/+1