summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/customshapeproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga1-1/+1
2024-07-30tdf#161846 remove one layout operations (v)Noel Grandin1-2/+2
2024-07-30tdf#161846 remove one layout operations (iv)Noel Grandin1-2/+2
2024-03-07tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin1-1/+3
2024-03-06tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin1-10/+4
2023-10-31rename mxItemSet->moItemSet in DefaultPropertiesNoel Grandin1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-0/+1
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin1-4/+3
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák1-2/+3
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin1-3/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-13Split the which id ranges merged in c4f615b359be56e88e4fbf9aaaf30affb29d57e2Mike Kaganski1-1/+2
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl1-3/+3
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski1-1/+1
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin1-4/+4
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen1-2/+0
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski1-1/+1
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth1-0/+3
2020-02-25tdf#42949 Fix IWYU warnings in svx/source/sdr/*/*cxxGabor Kelemen1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin1-5/+2
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-2/+1
2018-09-17In ::SetStyleSheet implementations call parent firstArmin Le Grand1-1/+1
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin1-2/+2
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin1-1/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-18/+12
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-5/+2
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann1-2/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-4/+5
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-2/+2
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida1-3/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-08-05Let GetObjectItemPool return a referenceStephan Bergmann1-1/+1
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-1/+1
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist1-1/+1
2014-04-15svx: sal_Bool->boolNoel Grandin1-5/+5
2014-03-23WaE: implicit conversion from bool to 'int' [loplugin:implicitboolconversion]Tor Lillqvist1-1/+1
2014-03-23i123573 corrected reaction on ItemChanges for CustomShapesArmin Le Grand1-12/+20
2014-03-23i#115391 better support for MinTextSize settingsArmin Le Grand1-48/+52
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26Remove visual noise from svxAlexander Wilms1-1/+1
2014-01-17bool improvementsStephan Bergmann1-3/+3
2012-08-07drop bogus eof linesThomas Arnhold1-3/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-02removed duplicate includes in svxTakeshi Abe1-1/+0
2011-11-27remove include of pch header from svxNorbert Thiebaud1-2/+0