summaryrefslogtreecommitdiff
path: root/include/svl/poolitem.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin1-11/+11
2014-07-23remove SFX_ITEM_PRESENTATION_NAMEONLYNoel Grandin1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann1-14/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-2/+2
2014-03-01Remove visual noise from includeAlexander Wilms1-12/+12
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-9/+9
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-3/+3
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-4/+1
2013-04-23execute move of global headersBjoern Michaelsen1-0/+415