summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unopool.cxx
AgeCommit message (Expand)Author
2024-05-11loplugin:ostr in svxNoel Grandin
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen
2023-09-07SvxUnoDrawPool does not need to implement XAggreggationNoel Grandin
2023-07-05simplify SvxUnoDrawPool initialisationNoel Grandin
2023-06-29Use getXWeak in svxMike Kaganski
2023-03-10simplify initialisation of some pool defaultsNoel Grandin
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-02-17inline some acquire/release callsNoel Grandin
2020-02-10tdf#90834: Turn in-line version control comments into good commentsPelin Kuran
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin
2018-01-15More loplugin:cstylecast: svxStephan Bergmann
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-27loplugin:constparams in svxNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-25give us a chance to see *which* property failedEike Rathke
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-07-15svx, sd, sw: GetPoolDefaultItem() can actually return nullptrMichael Stahl
2015-06-28coverity#1308537 Uncaught exceptionCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-06-13coverity#983928 Uncaught exceptionCaolán McNamara
2014-05-27cid#707139 Uncaught exceptionNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-03-19coverity#704841 Dereference after null checkCaolán McNamara
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-12sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann