summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-07remove use of macro DeclPrimitive2DIDBlock in everywhereTomaž Vajngerl1-1/+1
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin2-14/+14
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin2-35/+14
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-7/+7
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+20
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen6-40/+6
2019-11-05tdf#128335 sw textbox: fix crash on deleting multiple shapes with textboxesMiklos Vajna1-1/+5
2019-10-24ODF-imported textboxes identify themselves as suchKatarina Behrens1-7/+2
2019-10-23ofz#18454 Bad-cast to SwDrawContact from SwFlyDrawContactCaolán McNamara1-1/+1
2019-10-22tdf#127412 sw: fix reported ZOrder of shape+textbox pairsMiklos Vajna1-0/+7
2019-10-02Resolves: tdf#127924 give hyperlink tooltip an areaCaolán McNamara1-3/+10
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin1-2/+2
2019-08-23loplugin:returnconstval in svxNoel Grandin1-1/+1
2019-08-20loplugin:constvars in swNoel Grandin1-2/+2
2019-08-05Fix typosAndrea Gelmini3-7/+7
2019-07-12tdf#121014 Display tooltip for URLs in Writer textboxes/shapesSamuel Mehrbrodt1-21/+27
2019-07-11Deduplicate URL tooltip creationSamuel Mehrbrodt1-7/+3
2019-05-20Fix typosAndrea Gelmini1-1/+1
2019-05-20lok: writer: svg export transformed imagesMarco Cecchetti1-0/+13
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-1/+2
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-02-13Pointer is pointlessNoel Grandin1-2/+3
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen3-16/+13
2019-01-28sw: avoid wrong and unnecessary downcast in SwDrawView::DeleteMarked()Miklos Vajna1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-5/+3
2018-11-12svx: prefix members of SdrEditViewMiklos Vajna1-5/+5
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-9/+2
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+1
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin2-9/+9
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin1-9/+7
2018-09-19sw_redlinehide_2: adapt SwFlyFrameFormat::MakeFrames() ...Michael Stahl1-1/+7
2018-09-17New loplugin:externalStephan Bergmann3-4/+4
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin1-2/+2
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin2-6/+8
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand2-6/+6
2018-06-11loplugin:unusedmethodsNoel Grandin1-8/+0
2018-06-08sw_redlinehide: trivial GetNode() conversion in draw/Michael Stahl2-9/+7
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwModifyMichael Stahl1-1/+1
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-1/+1