summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-03-Werror,-Wcompound-token-split-by-spaceStephan Bergmann1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-9/+9
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-645/+645
2020-07-24tdf#99492 sw layout: always paint merged cell gridsJustin Luth1-4/+0
2020-07-03tdf#133944 writer image shadow incorrectNoel Grandin1-8/+8
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-7/+7
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-1/+1
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-3/+3
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin1-28/+28
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl1-1/+1
2020-04-03tdf#131004 fix unstable paint of writer consecutive section framesSerge Krot1-4/+4
2020-03-27Fix pointer equality comparisionStephan Bergmann1-1/+2
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-4/+0
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-5/+5
2020-02-27loplugin:constantparamNoel Grandin1-2/+0
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-19sw table cell borders: add optional Word-compatible border collapsingMiklos Vajna1-0/+12
2020-02-10tdf#90834: Turn in-line version control comments into good commentsPelin Kuran1-83/+50
2020-02-07remove use of macro DeclPrimitive2DIDBlock in everywhereTomaž Vajngerl1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-6/+6
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin1-5/+2
2019-12-11convert FrameControlType to scoped enumNoel Grandin1-10/+10
2019-12-11convert SectionType to scoped enumNoel Grandin1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-30Replace uses of boost::optional<>::get_ptr with free functionStephan Bergmann1-4/+12
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+42
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+10
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+0
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-08-24loplugin:returnconstval in swNoel Grandin1-1/+1
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-08-07Fix typosAndrea Gelmini1-6/+6
2019-07-26tdf#126222 Headers/footers are at correct position after scrollingIlhan Yesil1-0/+12
2019-07-25Avoid using invalidated rRectStephan Bergmann1-1/+4
2019-06-27tdf#125751 sw: fix crash on formatting in SwLayoutFrame::PaintSwFrame()Michael Stahl1-0/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-12Fix failing assert "!mbWidthEmpty"Stephan Bergmann1-1/+4
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+2
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-14sw lok: assume no windows in SwLayoutFrame::PaintSwFrame()Miklos Vajna1-1/+6
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-3/+4
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+5
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-2/+2
2019-02-13sw btlr writing mode layout: implement unmapping of this directionMiklos Vajna1-6/+16
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna1-2/+2