summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/textproperties.cxx
AgeCommit message (Expand)Author
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-08reduce cost of Sdr properties for text-derived objectsNoel Grandin
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
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-10-01Drop SfxItemIter::FirstItemMike Kaganski
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-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2018-12-20use unique_ptr in svxNoel 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-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin
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-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-02use TypedWhichId in BaseProperties::GetItemNoel 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-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-21use same post-decrement symbol throughoutCaolán McNamara
2016-11-21these are surely wrong as wellCaolán McNamara
2016-11-21drawing shapes aren't tracking style name changes correctlyCaolán McNamara
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann