summaryrefslogtreecommitdiff
path: root/include/svl/poolitem.hxx
AgeCommit message (Expand)Author
2016-10-28svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05correct copy and paste in debug messageJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2016-01-12Mark some classes as finalStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-06-11missing includeStephan Bergmann
2015-06-11minor clean upStephan Bergmann
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-02-16Document SfxItemStateUrsache Vladimir
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2014-12-18fdo#39468 translate German commentsMichael Weghorn
2014-09-25loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-23remove dead SfxArgumentError typedefNoel Grandin
2014-07-23move string IO methods out of global headerNoel Grandin
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin
2014-07-23remove unused values from SfxFieldUnit enumNoel Grandin
2014-07-23rename SfxItemDesruptor -> SfxItemDisruptorNoel Grandin
2014-07-23mark m_nRefCount in SfxPoolItem as mutableNoel Grandin