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