summaryrefslogtreecommitdiff
path: root/svl/source/items/poolitem.cxx
AgeCommit message (Expand)Author
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-10-28svl: more SfxPoolItem assertsMichael Stahl
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
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-06remove outdated comment, getter not neededJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-04-05loplugin:nullptrStephan Bergmann
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-23move string IO methods out of global headerNoel Grandin
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-28SfxPoolItem: fix annoying -Werror=shadow the hard wayMichael Stahl
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2012-07-02re-base on ALv2 code.Michael Meeks
2012-03-26readUnicodeString can just return the stringCaolán McNamara
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-10-26Surely every target processor know how to do logical shift left efficientlyNorbert Thiebaud
2011-09-07kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen
2011-09-07kill TF_POOLABLE, step 1: error if unsetBjoern Michaelsen
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky