summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-19Avoid infinite loop in dbgutil buildsMike Kaganski1-6/+9
2021-08-19ofz#37370 Null-dereferenceCaolán McNamara1-13/+14
2021-08-19tdf#143567: Distinguish bitmap vs. pattern fill styleKatarina Behrens1-7/+3
2021-08-19use std::optional<OutlinerParaObject> in SdrUndoAttrObjNoel Grandin3-10/+7
2021-08-19Make Custom Color Picker dialog asyncSzymon Kłos1-14/+15
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski10-53/+46
2021-08-18UnloadObj always dereferences its SdrOle2Obj* argCaolán McNamara1-4/+4
2021-08-18GetObjRef already returns the needed referenceMike Kaganski1-2/+1
2021-08-18loplugin:constparamsNoel Grandin6-10/+10
2021-08-18Potential nullptr dereferenceMike Kaganski1-1/+1
2021-08-18Do not forget to remove just unloaded object from the cacheMike Kaganski1-1/+6
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-08-18Don't forget to break the loop earlyMike Kaganski1-0/+3
2021-08-18Remove redundant nullptr checkMike Kaganski1-14/+12
2021-08-18This check is redundantMike Kaganski1-8/+1
2021-08-18jsdialog: sidebar: do relayouting not too oftenSzymon Kłos1-8/+8
2021-08-18undo changes to TextAlignCaolán McNamara6-11/+11
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin1-4/+2
2021-08-18jsdialog: dont use popular id for glow colorSzymon Kłos2-3/+3
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin2-2/+2
2021-08-18Simplify SdrTextObj::RecalcSnapRectMike Kaganski1-4/+1
2021-08-18Simplify Rect2PolyMike Kaganski1-6/+1
2021-08-17Resolves: tdf#139220 with ~1000 selected shapes a11y UpdateSelection crawlsCaolán McNamara1-60/+75
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin24-104/+104
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis3-4/+16
2021-08-16do less copying when constructing 2d sequence (tdf#105575)Noel Grandin15-133/+123
2021-08-16no need to make a local copy hereNoel Grandin4-5/+5
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski3-4/+4
2021-08-16pass OutlinerParaObject around by valueNoel Grandin24-130/+110
2021-08-16Use o3tl::toTwips to define MINBODYMike Kaganski1-1/+4
2021-08-13tdf#105575 Slow rendering when using a Logo commandNoel Grandin2-19/+15
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin3-0/+3
2021-08-13Replace ReadGDIMetaFile with SvmReader::Readpanoskorovesis1-1/+3
2021-08-12tdf#95549 speed up load of xlsNoel Grandin1-5/+1
2021-08-12s/mpEdtOutl/mpEditingOutliner/gNoel Grandin6-63/+63
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski7-29/+29
2021-08-11tdf#143769 don't crash on null XFillColorItemCaolán McNamara1-2/+3
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl5-37/+33
2021-08-10Missing includeStephan Bergmann1-0/+4
2021-08-09sw HTML export: avoid writing EMF data with JPG extensionMiklos Vajna1-1/+2
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin1-2/+2
2021-08-06make --disable-scripting compileCaolán McNamara1-1/+2
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara1-2/+1
2021-08-05improve LOK notifyInvalidationNoel Grandin2-5/+5
2021-08-05drop unneeded forward declareCaolán McNamara2-3/+0