summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-27tdf#112195 Writer: page background covers whole pageLászló Németh1-1/+9
2018-11-26tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-22improve function-local statics in swNoel Grandin1-14/+14
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-3/+3
2018-11-16loplugin:buriedassign in swNoel Grandin1-1/+2
2018-11-15loplugin:staticmethods in sfx2Noel Grandin1-3/+3
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-23/+7
2018-11-06convert some macros to local functionsNoel Grandin1-18/+29
2018-10-28Fix typoAndrea Gelmini1-1/+1
2018-10-28Fix typoAndrea Gelmini1-1/+1
2018-10-28tdf#115296 extend vertical FrameBorders for joined FramesArmin Le Grand1-2/+18
2018-10-25Reorganize FrameBorderPrimitive creation (II)Armin Le Grand1-2/+4
2018-10-24Reorganize FrameBorderPrimitive creationArmin Le Grand1-107/+89
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-5/+5
2018-10-03paintfrm white-spacing adjust: remove obsolete bracketsJustin Luth1-48/+46
2018-10-03tdf#41542 sw cleanup: m_bBorderDist was always trueJustin Luth1-13/+5
2018-09-14loplugin:useuniqueptr in SwFrame::PaintSwFrameBackgroundNoel Grandin1-5/+5
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-16return BaseProcessor2D by std::unique_ptrNoel Grandin1-10/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-31tdf#117884: intersect border with paint area of upper frame.Mark Hung1-18/+10
2018-05-24tdf#106390 Intersect the table borders with upper frames.Mark Hung1-4/+10
2018-04-16tdf#117028 sw: conditionally consider fill of shape for in-textbox auto colorMiklos Vajna1-9/+14
2018-04-10tdf#116925 sw: consider fill styles of shape for in-textbox auto colorMiklos Vajna1-1/+25
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-8/+8
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+1
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-1/+1
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+1
2018-04-05tdf#116830 sw: handle cell background for BACKGROUND_PARA_OVER_DRAWINGSMiklos Vajna1-1/+3
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-8/+8
2018-03-23tdf#116525 writer, no shadow around boxNoel Grandin1-1/+1
2018-03-14remove dead SwNoteURLNoel Grandin1-1/+0
2018-03-07tdf#84522 fix reversed text of column break mark in a RTL page.Mark Hung1-1/+1
2018-03-02sw: convert DELETEZ to unique_ptr in paintfrm.cxxMichael Stahl1-47/+41
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-27drop old tools/gen.hxx methods in swNoel Grandin1-7/+11
2018-02-26use less RGB_COLORDATANoel Grandin1-3/+3
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-68/+68
2018-01-29BorderlineFix: Fix WriterPaint if scrolling CellTableBordersArmin Le Grand1-0/+22
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-3/+3
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-09tdf#114480 - Revert "Writer page shadow - avoid scaling ..."Michael Meeks1-9/+32
2017-12-07SwFrameBorder: Converted BorderRectangle functionalityArmin Le Grand1-318/+239
2017-12-07SwFrameBorder: Use enhanced FrameBorders for CharacterArmin Le Grand1-388/+187
2017-12-07SwFrameBorder: Replaced BorderGeometry creation partiallyArmin Le Grand1-177/+228
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-36/+49