summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)Author
2018-02-08svx: fix crash caused by SdrEdgeObj::Notify() not noticing dying objectMichael Stahl
2018-02-07loplugin:useuniqueptr in SdrOutlinerCacheNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-07loplugin:useuniqueptr in TextChainFlowNoel Grandin
2018-02-07loplugin:useuniqueptr in SdrUndoObjSetTextNoel Grandin
2018-02-07loplugin:useuniqueptr in SdrTextNoel Grandin
2018-02-07loplugin:useuniqueptr in SdrUndoGeoObjNoel Grandin
2018-02-06simplify ImpXPolygonNoel Grandin
2018-02-06loplugin:useuniqueptr in SdrTextObjNoel Grandin
2018-02-06loplugin:useuniqueptr in OLEObjCacheNoel Grandin
2018-02-06loplugin:useuniqueptr in SdrEdgeObjNoel Grandin
2018-02-06loplugin:useuniqueptr in SdrObjPlusDataNoel Grandin
2018-02-06loplugin:useuniqueptr in SdrCreateViewNoel Grandin
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin
2018-02-05use unique_ptr to store GraphicObject for SdrGrafObjTomaž Vajngerl
2018-02-05loplugin:useuniqueptr in MasterPageDescriptorNoel Grandin
2018-02-03use more TypedWhichId in SdrObject::GetObjectItemNoel Grandin
2018-02-01Fix typosAndrea Gelmini
2018-01-30Use for-range loop for SdrMarkList::ClearJulien Nabet
2018-01-29ofz: solveCrossovers performance is abysmal on large polygonsCaolán McNamara
2018-01-29Translate German variable namesJohnny_M
2018-01-28make SvxTableController constructor take SdrTableObjNoel Grandin
2018-01-28make RECT_EMPTY purely an implementation detailNoel Grandin
2018-01-27improve subtyping when dealing with tools::WeakReferenceNoel Grandin
2018-01-26expand out SdrObjectWeakRef and SdrPageWeakRef typedefsNoel Grandin
2018-01-24loplugin:constparamsNoel Grandin
2018-01-17Fix typosAndrea Gelmini
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: svxStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2018-01-11loplugin:redundantcast: svxStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#83877 Copy signature line properties too when copying shapeSamuel Mehrbrodt
2018-01-07svx, check HAVE_FEATURE_AVMEDIAjan Iversen
2018-01-05remove dead eeitemid.hxxNoel Grandin
2018-01-03Translate German variable nameJohnny_M
2017-12-31tdf#51188: allow connector gluepoint undoMark Hung
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin
2017-12-27Remove leading _ from some variable namesMatteo Casalin
2017-12-27Make some bool constMatteo Casalin
2017-12-27Return earlyMatteo Casalin
2017-12-27mnHitTolLog is already sal_uInt16Matteo Casalin
2017-12-27Avoid temporary PointMatteo Casalin
2017-12-27Share common codeMatteo Casalin
2017-12-27Do not overwrite data with same valueMatteo Casalin
2017-12-27Directly access own data members, remove unused methodsMatteo Casalin
2017-12-21TypedWhichId in svx part 2Noel Grandin
2017-12-20Bin mysterious pointless '// HACK' commentTor Lillqvist