summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/textproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-08tdf#158773 do the cheap checks firstNoel Grandin1-5/+11
2024-03-07tdf#158773 reduce dynamic_cast'ing in TextProperties::NotifyNoel Grandin1-2/+2
2024-03-07tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin1-15/+13
2024-03-06tdf#158773 reduce cost of TextProperties::NotifyNoel Grandin1-33/+27
2023-10-31no need to call GetObjectItemSet inside ForceDefaultAttributesNoel Grandin1-3/+0
2023-10-31rename mxItemSet->moItemSet in DefaultPropertiesNoel Grandin1-9/+9
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-05-02elide temporary copyNoel Grandin1-2/+1
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin1-18/+22
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák1-2/+3
2022-01-08reduce cost of Sdr properties for text-derived objectsNoel Grandin1-1/+9
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-3/+3
2021-09-25use SfxItemSetFixed in svxNoel Grandin1-1/+1
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin1-5/+5
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-4/+4
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-2/+2
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski1-0/+7
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin1-11/+11
2020-08-06loplugin:flatten in svx/sdrNoel Grandin1-156/+156
2020-02-25tdf#42949 Fix IWYU warnings in svx/source/sdr/*/*cxxGabor Kelemen1-1/+0
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin1-5/+2
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+2
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+2
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+2
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-2/+1
2018-12-20use unique_ptr in svxNoel Grandin1-4/+2
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov1-16/+13
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin1-1/+1
2018-09-17In ::SetStyleSheet implementations call parent firstArmin Le Grand1-3/+2
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin1-1/+1
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-8/+8
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin1-2/+1
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin1-2/+2
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-8/+4
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-4/+8
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-8/+4
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-02use TypedWhichId in BaseProperties::GetItemNoel Grandin1-7/+7
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-2/+2
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-3/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-6/+3
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann1-2/+5
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-4/+1
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-4/+4
2016-11-21use same post-decrement symbol throughoutCaolán McNamara1-11/+9