summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtfly.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-31tdf#104596 sw layout: wrap in header only if bLayoutInCellJustin Luth1-2/+6
2020-08-03sw: SwFlyInContentFrame, SwHTMLTableLayoutCnts, SwHTMLTableLayoutColumn ...Miklos Vajna1-42/+42
2020-07-27sw: prefix members of SwContourCache, SwHTMLTableLayoutCell, ...Miklos Vajna1-7/+7
2020-07-17tdf#104596 sw COMPAT layout: wrap in header for in-table fliesJustin Luth1-0/+3
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-12small cleanups in TextRangerNoel Grandin1-1/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-11/+4
2019-09-18WIP: tdf#127235 break if object is larger than pagePatrick Jaap1-2/+19
2019-08-24loplugin:returnconstval in swNoel Grandin1-2/+2
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-0/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-02-05tdf#122878: enable wrap for flys in footerPatrick Jaap1-1/+0
2019-01-11use unique_ptr in swNoel Grandin1-4/+4
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-10-29Simplify conditions a bitMike Kaganski1-6/+6
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-6/+6
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-22loplugin:useuniqueptr in SwContourCacheNoel Grandin1-41/+26
2018-06-08sw_redlinehide: convert GetNode(), use FrameContainsNode(), txtfly.cxxMichael Stahl1-2/+2
2018-06-08sw_redlinehide: trivial GetNode() in textMichael Stahl1-2/+2
2018-06-08sw: SwTextFly cleanup, prefix some members & clarify SwTextFrame typeMichael Stahl1-71/+73
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.Michael Stahl1-6/+7
2018-06-08sw_redlinehide: trivial node conversions in txtfly.cxx,txttab.cxxMichael Stahl1-3/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-01-30loplugin:unused-returns in swNoel Grandin1-3/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand1-1/+16
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-16/+16
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-16/+16
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-16/+16
2017-10-23loplugin:includeform: swStephan Bergmann1-15/+15
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-07-05rename some Kontext methods to ContextNoel Grandin1-2/+2
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-2/+2
2017-04-12enum spelling: throught -> throughJustin Luth1-6/+6
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-16/+16
2017-03-02elide the SwSurround enumNoel Grandin1-28/+28
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-11/+4
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski1-57/+56
2016-12-07tdf#104440 sw: fix layout inconsistency with dynamic wrapping and undoMiklos Vajna1-0/+7
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-64/+64
2016-04-22Avoid reserved identifiersStephan Bergmann1-10/+10
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1