summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties
AgeCommit message (Expand)Author
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-20use unique_ptr in svxNoel Grandin
2018-12-13use unique_ptr in checkForUniqueItemNoel Grandin
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-09-17In ::SetStyleSheet implementations call parent firstArmin Le Grand
2018-09-16tdf#118203 Avoid endless recussion in MeasureObjectArmin Le Grand
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2018-07-18tdf#118139 Set Default StyleSheet only when availableArmin Le Grand
2018-07-17tdf#117707 Correctly Scale ItemSets when pasting from ExternalArmin Le Grand
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand
2018-05-31Corrected PresObj StylesArmin Le Grand
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-20Fix typosAndrea Gelmini
2018-05-19tdf#117506: Add using correct StyleSheet on ::CloneArmin Le Grand
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin
2018-04-16Take care of E3DObjListArmin Le Grand
2018-04-14Fix typosAndrea Gelmini
2018-04-12Fix typosAndrea Gelmini
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-07Avoid -fsanitize=nullStephan Bergmann
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-29loplugin:virtualdown in svxNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-02use TypedWhichId in BaseProperties::GetItemNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-11-22loplugin:flatten in svxNoel Grandin
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-06-21loplugin:unusedfields in svx part1Noel Grandin
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann
2017-06-13Use unique_ptr for EmptyProperties::mpEmptyItemSetStephan Bergmann
2017-06-13Use unique_ptr for DefaultProperties::mpItemSetStephan Bergmann
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock
2017-05-06Simplify sdr::properties::ItemChangeBroadcasterMatteo Casalin
2017-05-05loplugin:checkunusedparams in svx(part2)Noel Grandin
2017-04-24Remove code commented-out since 2003-11-24Matteo Casalin
2017-04-19use union instead of void*Noel Grandin