summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in swNoel2-14/+14
2020-10-13static_cast after dynamic_castNoel2-21/+15
2020-10-04SwDrawModel ctor always dereferences its SwDoc* argCaolán McNamara1-11/+9
2020-10-04SwDrawContact::GetTextObjectsFromFormat always dereferences is SwDoc* argCaolán McNamara1-2/+2
2020-09-08tdf#135149 sw: fix deleting textbox of as-char shapesMiklos Vajna1-7/+8
2020-09-07sw: prefix members of PaMIntoCursorShellRing, SwDPage, ...Miklos Vajna1-15/+15
2020-09-01tdf#135661 sw: fix Undo of text deletion of SdrObjectMichael Stahl1-0/+3
2020-08-21tdf#106153 sw compatibility: fix textboxes exceeding the pageAttila Bakos1-1/+1
2020-08-20tdf#129542 the control is already anchored to header/footer contentCaolán McNamara1-2/+4
2020-08-14rework this to make it more readableCaolán McNamara1-5/+11
2020-08-01loplugin:flatten in sw/core/draw..sw/core/editNoel Grandin3-259/+259
2020-07-27tdf#134610 sw: fix incorrect position of math object from DOCXMiklos Vajna1-1/+1
2020-06-10loplugin:buriedassign in swNoel Grandin2-10/+11
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-2/+2
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
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