summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/attributeproperties.cxx
AgeCommit message (Expand)Author
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák
2022-01-07move applyDefaultStyleSheetFromSdrModel from BaseProperties..Noel Grandin
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-02loplugin:redundantcast catch more dynamic_castNoel
2020-08-06loplugin:flatten in svx/sdrNoel Grandin
2020-02-25tdf#42949 Fix IWYU warnings in svx/source/sdr/*/*cxxGabor Kelemen
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2018-12-13use unique_ptr in checkForUniqueItemNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2018-07-17tdf#117707 Correctly Scale ItemSets when pasting from ExternalArmin 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-04-12Fix typosAndrea Gelmini
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel 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
2017-11-22loplugin:flatten in svxNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann
2017-06-13Use unique_ptr for DefaultProperties::mpItemSetStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet
2016-02-09Remove excess newlinesChris Sherlock
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svxNoel Grandin
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida