summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
AgeCommit message (Expand)Author
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-16tdf#122444 Use fontwork name for object nameJim Raykowski
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2020-02-08pack some data structuresNoel Grandin
2020-02-07use swap instead of copy and clearNoel Grandin
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin
2019-09-27loplugin:virtualdead in svxNoel Grandin
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin
2019-09-04reduce Primitive2DContainer copyingNoel Grandin
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-08-27use SdrCircKind enum more widelyNoel Grandin
2019-08-20loplugin:constvars in svxNoel Grandin
2019-08-05SmartArt: store diagram data model in SdrObjectGrzegorz Araminowicz
2019-07-18svx xml dump: show the SdrObject's properties / item setMiklos Vajna
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski
2019-02-22loplugin:unusedfields in svxNoel Grandin
2019-02-13Pointer is pointlessNoel Grandin
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-11-11tdf#120703 PVS: remove non-functional checkMike Kaganski
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-01tdf#120728 support SvxShape for SdrShape if not insertedArmin Le Grand
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-10-15use range based loops over B2DPolyPolygon in svxJochen Nitschke
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-29tdf#120066 Only invalidate SdrModel when SdrObject has SdrPageArmin Le Grand
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin
2018-09-21simplify PlusHdl logicNoel Grandin
2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-30Added SdrObjectLifetimeWatchDog for debug modeArmin Le Grand