Age | Commit message (Expand) | Author |
2021-10-10 | loplugin:moveparam in svx | Noel Grandin |
2021-10-08 | loplugin:moveparam in svx | Noel Grandin |
2021-10-07 | svx: add "m" prefix to some member variables in SdrObjEditView | Tomaž Vajngerl |
2021-10-07 | svx: defining "i" variable inside "for" statement is good enough | Tomaž Vajngerl |
2021-10-07 | svx: move LOKit specifics into it's own method | Tomaž Vajngerl |
2021-10-06 | use SfxItemSetFixed in svx | Noel Grandin |
2021-10-06 | lok: fix crash on chart doubleclick in patchPaintWindow | Szymon Kłos |
2021-10-06 | loplugin:moveparam in drawinglayer | Noel Grandin |
2021-09-30 | loplugin:constparams improve handling of pointer params | Noel Grandin |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-25 | use SfxItemSetFixed in svx | Noel Grandin |
2021-09-24 | reduce copying in drawinglayer | Noel Grandin |
2021-09-22 | xtend loplugin:stringviewparam to starts/endsWith: svx | Stephan Bergmann |
2021-09-22 | svx: improve SdrObjEditView::DisposeUndoManager() | Miklos Vajna |
2021-09-20 | be more disciplined with SetUpdateLayout on editengine | Noel Grandin |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-19 | no need to allocate SfxItemSet separately in SdrUndoAttrObj | Noel Grandin |
2021-09-17 | tdf#143550 - use the term "gluepoints" consistently | rocso |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-14 | sw: fix undo manager de-registration from editeng on shutdown | Miklos Vajna |
2021-09-14 | svx: GetMarkedObjectByIndex() may return nullptr | Miklos Vajna |
2021-09-09 | Fix typo | Andrea Gelmini |
2021-09-09 | tdf#144052 reduce Primitive2D copying | Noel Grandin |
2021-09-09 | tdf#144052 speedup inserting large charts | Noel Grandin |
2021-09-03 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-09-02 | rename UpdateMode -> UpdateLayout in editeng class | Noel Grandin |
2021-08-24 | tidy this a little | Caolán McNamara |
2021-08-22 | no need to use unique_ptr for XPolygon | Noel Grandin |
2021-08-22 | no need to use unique_ptr for B2DPolyPolygon | Noel Grandin |
2021-08-20 | Revert "ofz#37370 Null-dereference" | Caolán McNamara |
2021-08-19 | Revert "Simplify Rect2Poly" | Mike Kaganski |
2021-08-19 | Avoid infinite loop in dbgutil builds | Mike Kaganski |
2021-08-19 | ofz#37370 Null-dereference | Caolán McNamara |
2021-08-19 | use std::optional<OutlinerParaObject> in SdrUndoAttrObj | Noel Grandin |
2021-08-19 | Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShape | Mike Kaganski |
2021-08-18 | UnloadObj always dereferences its SdrOle2Obj* arg | Caolán McNamara |
2021-08-18 | GetObjRef already returns the needed reference | Mike Kaganski |
2021-08-18 | loplugin:constparams | Noel Grandin |
2021-08-18 | Potential nullptr dereference | Mike Kaganski |
2021-08-18 | Do not forget to remove just unloaded object from the cache | Mike Kaganski |
2021-08-18 | loplugin:passstuffbyref | Noel Grandin |
2021-08-18 | Don't forget to break the loop early | Mike Kaganski |
2021-08-18 | Remove redundant nullptr check | Mike Kaganski |
2021-08-18 | This check is redundant | Mike Kaganski |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |
2021-08-18 | loplugin:sequenceloop also check for B2DPolyPolygon | Noel Grandin |
2021-08-18 | Simplify SdrTextObj::RecalcSnapRect | Mike Kaganski |
2021-08-18 | Simplify Rect2Poly | Mike Kaganski |
2021-08-17 | rename SetRectsDirty->SetBoundAndSnapRectsDirty | Noel Grandin |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |