summaryrefslogtreecommitdiff
path: root/svl/source/items/poolio.cxx
AgeCommit message (Expand)Author
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12drop pool ver 1 import supportCaolán McNamara
2014-11-11coverity#1242875 Use of untrusted scalar valueCaolán McNamara
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-25loplugin: cstylecastNoel Grandin
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-07-23svl: avoid warning C4715 "not all control paths return a value"Michael Stahl
2014-07-23move string IO methods out of global headerNoel Grandin
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin
2014-07-22fdo#39468 Finish translating German commentsPhilipp Weissenbacher
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-10Translate German comments (continued)Philipp Weissenbacher
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-23Start translation of German commentsPhilipp Weissenbacher
2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks
2014-05-06dflt -> defaultThomas Arnhold
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-03-21Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-11coverity#440944 Logically dead codeCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-10Use boolStephan Bergmann
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-04-26sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-16Some cppcheck cleaningJulien Nabet
2012-07-02re-base on ALv2 code.Michael Meeks
2012-03-30add constLuboš Luňák
2012-03-26readUnicodeString can just return the stringCaolán McNamara
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
2011-10-04WaE: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist