summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso14-37/+37
2021-09-15Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-8/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-16/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski14-26/+26
2021-09-14sw: fix undo manager de-registration from editeng on shutdownMiklos Vajna2-1/+17
2021-09-14svx: GetMarkedObjectByIndex() may return nullptrMiklos Vajna1-1/+1
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara2-30/+42
2021-09-13loplugin:cow_wrapperNoel Grandin1-5/+5
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet1-3/+3
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin3-16/+14
2021-09-09Fix typoAndrea Gelmini1-1/+1
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin27-94/+90
2021-09-09tdf#144052 speedup inserting large chartsNoel Grandin2-5/+57
2021-09-09don't need to explicitly call GetFocus()Caolán McNamara1-3/+0
2021-09-09Resolves: tdf#144376 focus into protected ScTextWnd shouldn't be possibleCaolán McNamara1-1/+3
2021-09-09add assert to verify that lock() calls do not accidentally nestNoel Grandin1-0/+2
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin1-1/+1
2021-09-08simplify static_cast after dynamic_castNoel Grandin4-18/+16
2021-09-08svx: try to avoid crash in AccessibleEditableTextParaMichael Stahl1-0/+4
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin26-51/+68
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna1-2/+2
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-5/+4
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin87-329/+68
2021-09-03Remove some unused includesMiklos Vajna1-1/+0
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin16-47/+45
2021-08-30tdf#137310 ODF import: fix loading of images with multiple slashes in pathMiklos Vajna4-9/+100
2021-08-30tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktop4k5h1t2-28/+0
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock1-1/+1
2021-08-29tdf#143919 Revise Criss-cross diagonal borderRizal Muttaqin1-1/+1
2021-08-27Resolves: tdf#143159 reserve space for 6 characters/digitsCaolán McNamara1-0/+2
2021-08-26tdf#139660 one of the group needs to be activeCaolán McNamara1-9/+9
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna1-9/+9
2021-08-24tidy this a littleCaolán McNamara1-6/+5
2021-08-24tdf#143990: writer: default value for SetIncludeUpperLevels is 1Vasily Melenchuk1-1/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin4-23/+15
2021-08-23tdf#143919: Calc: add diagonal borders in Toolbar>BordersBayram Çiçek3-57/+167
2021-08-22no need to use unique_ptr for Sdr3DObjectAttributeNoel Grandin7-19/+15
2021-08-22no need to use shared_ptr in SdrAllFillAttributesHelperNoel Grandin1-10/+5
2021-08-22no need to use unique_ptr for ViewInformation3DNoel Grandin1-5/+2
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-1/+1
2021-08-22ofz#36673 Indirect leakCaolán McNamara1-1/+2
2021-08-22no need to use unique_ptr for XPolygonNoel Grandin3-10/+7
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin1-3/+3
2021-08-20Revert "ofz#37370 Null-dereference"Caolán McNamara1-14/+13
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann5-5/+5
2021-08-20use Primitive2DDecompositionVisitor in ViewObjectContact (tdf#105575)Noel Grandin10-40/+35
2021-08-20Convert AreaTransparencyGradientPopup to WeldToolbarPopupSzymon Kłos3-18/+18
2021-08-19Revert "Simplify Rect2Poly"Mike Kaganski1-1/+6