summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
2021-09-09Fix typoAndrea Gelmini
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-09tdf#144052 speedup inserting large chartsNoel Grandin
2021-09-09don't need to explicitly call GetFocus()Caolán McNamara
2021-09-09Resolves: tdf#144376 focus into protected ScTextWnd shouldn't be possibleCaolán McNamara
2021-09-09add assert to verify that lock() calls do not accidentally nestNoel Grandin
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-08svx: try to avoid crash in AccessibleEditableTextParaMichael Stahl
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03Remove some unused includesMiklos Vajna
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-30tdf#137310 ODF import: fix loading of images with multiple slashes in pathMiklos Vajna
2021-08-30tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktop4k5h1t
2021-08-30tdf#74702 vcl: introduce GetSystemTextColor()Chris Sherlock
2021-08-29tdf#143919 Revise Criss-cross diagonal borderRizal Muttaqin
2021-08-27Resolves: tdf#143159 reserve space for 6 characters/digitsCaolán McNamara
2021-08-26tdf#139660 one of the group needs to be activeCaolán McNamara
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-08-24tidy this a littleCaolán McNamara
2021-08-24tdf#143990: writer: default value for SetIncludeUpperLevels is 1Vasily Melenchuk
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-23tdf#143919: Calc: add diagonal borders in Toolbar>BordersBayram Çiçek
2021-08-22no need to use unique_ptr for Sdr3DObjectAttributeNoel Grandin
2021-08-22no need to use shared_ptr in SdrAllFillAttributesHelperNoel Grandin
2021-08-22no need to use unique_ptr for ViewInformation3DNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-22ofz#36673 Indirect leakCaolán McNamara
2021-08-22no need to use unique_ptr for XPolygonNoel Grandin
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin
2021-08-20Revert "ofz#37370 Null-dereference"Caolán McNamara
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20use Primitive2DDecompositionVisitor in ViewObjectContact (tdf#105575)Noel Grandin
2021-08-20Convert AreaTransparencyGradientPopup to WeldToolbarPopupSzymon Kłos
2021-08-19Revert "Simplify Rect2Poly"Mike Kaganski
2021-08-19Avoid infinite loop in dbgutil buildsMike Kaganski
2021-08-19ofz#37370 Null-dereferenceCaolán McNamara
2021-08-19tdf#143567: Distinguish bitmap vs. pattern fill styleKatarina Behrens
2021-08-19use std::optional<OutlinerParaObject> in SdrUndoAttrObjNoel Grandin
2021-08-19Make Custom Color Picker dialog asyncSzymon Kłos
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18UnloadObj always dereferences its SdrOle2Obj* argCaolán McNamara
2021-08-18GetObjRef already returns the needed referenceMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18Potential nullptr dereferenceMike Kaganski
2021-08-18Do not forget to remove just unloaded object from the cacheMike Kaganski
2021-08-18loplugin:passstuffbyrefNoel Grandin