summaryrefslogtreecommitdiff
path: root/include/svx/sdasitm.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-18reduce symbol visibility in svxNoel Grandin1-7/+7
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-2/+0
2023-07-17svx: prefix members of SdrCustomShapeGeometryItem and SdrFormatterMiklos Vajna1-5/+5
2022-01-11cid#1497094 silence Uninitialized scalar fieldCaolán McNamara1-1/+1
2022-01-09implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák1-0/+8
2022-01-09make SdrCustomShapeGeometryItem sortable and fast (bsc#1183308)Luboš Luňák1-0/+3
2022-01-09make SdrCustomShapeGeometryItem internal data consistentLuboš Luňák1-0/+2
2021-06-19loplugin:finalclassesNoel Grandin1-1/+1
2020-02-03There should be no need to mark nested PropertyPairHash as SVXCORE_DLLPUBLICStephan Bergmann1-3/+3
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann1-2/+2
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-07-29revert bits of "loplugin:sequentialassign"Noel Grandin1-1/+4
2019-07-29loplugin:sequentialassignNoel Grandin1-4/+1
2019-06-04css::beans::PropertyValue must be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+1
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen1-3/+3
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-1/+0
2019-04-08improve combining in hash functionsNoel Grandin1-1/+4
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann1-2/+2
2018-07-27svx: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-17drop unused SdrCustomShapeReplacementURLItemJochen Nitschke1-9/+0
2017-08-11Removing unused SfxItemPool serialisation from svxVarun Dhall1-3/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-05-04loplugin:checkunusedparams in svx(part1)Noel Grandin1-2/+0
2016-10-20loplugin:expandablemethodds in svxNoel Grandin1-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-2/+2
2016-06-09Resolves: tdf#93135 there is no SDRATTR_TEXT_AUTOGROWSIZE propertyCaolán McNamara1-4/+0
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin1-11/+11
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-2/+2
2015-06-11SdrCustomShapeEngine/DataItem are just SfxStringItemStephan Bergmann1-12/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-11-22svx: remove some pointless default implemented operator== structsMichael Stahl1-20/+2
2014-10-20loplugin: cstylecastNoel Grandin1-0/+1
2014-10-06loplugin: cstylecastNoel Grandin1-0/+1
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann1-16/+6
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-01Remove visual noise from includeAlexander Wilms1-4/+4
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1