summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv2.cxx
AgeCommit message (Expand)Author
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin
2019-07-22tdf#118370 Draw: add option to consolidate multiple textObjsJustin Luth
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-03-13translate some german var namesNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-02-19Translate German variable namesJohnny_M
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2019-02-10loplugin:indentation in svxNoel Grandin
2018-12-19simplify DistributeMarkedObjectsNoel Grandin
2018-12-05remove unused SdrGrafObjTransformsAttrs enum valueNoel Grandin
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-11-12svx: prefix members of SdrEditViewMiklos Vajna
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-20weld SvxDistributeDialogCaolán McNamara
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-07svx: don't re-declare pdfium structsAshod Nakashian
2018-06-07svx: support breaking PDFs imported as imagesAshod Nakashian
2018-06-07svx: sd: cosmeticsAshod Nakashian
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen
2018-04-16Take care of E3DObjListArmin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-03-13Translate German variable namesJohnny_M
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
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
2017-12-18sal_uIntPtr->size_t in ObjOrderChangedNoel Grandin
2017-11-22loplugin:flatten in svxNoel Grandin
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand