summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)Author
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
2021-08-18Don't forget to break the loop earlyMike Kaganski
2021-08-18Remove redundant nullptr checkMike Kaganski
2021-08-18This check is redundantMike Kaganski
2021-08-18jsdialog: sidebar: do relayouting not too oftenSzymon Kłos
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin
2021-08-18jsdialog: dont use popular id for glow colorSzymon Kłos
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin
2021-08-18Simplify SdrTextObj::RecalcSnapRectMike Kaganski
2021-08-18Simplify Rect2PolyMike Kaganski
2021-08-17Resolves: tdf#139220 with ~1000 selected shapes a11y UpdateSelection crawlsCaolán McNamara
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-16do less copying when constructing 2d sequence (tdf#105575)Noel Grandin
2021-08-16no need to make a local copy hereNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-16Use o3tl::toTwips to define MINBODYMike Kaganski
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis
2021-08-12tdf#95549 speed up load of xlsNoel Grandin
2021-08-12s/mpEdtOutl/mpEditingOutliner/gNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-11tdf#143769 don't crash on null XFillColorItemCaolán McNamara
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-10Missing includeStephan Bergmann