summaryrefslogtreecommitdiff
path: root/svl/source/items/macitem.cxx
AgeCommit message (Expand)Author
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-05-09loplugin:unusedmethodsNoel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2018-12-07Revert "Blind fix for pre-C++14 std::equal, for now"Stephan Bergmann
2018-11-25seems we need to include algorithm hereNoel Grandin
2018-11-25Blind fix for pre-C++14 std::equal, for nowStephan Bergmann
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-09-08loplugin:constantparamNoel Grandin
2017-08-17Removing unused serialisation codeVarun Dhall
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-03-03remove unused CreateDefault methodsNoel Grandin
2016-11-18svl: assert SfxPoolItem::operator==Michael Stahl
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
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-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-19loplugin:constantfunction: svlNoel Grandin
2014-11-16coverity#1242630 reorganize to help coverity outCaolán McNamara
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-25loplugin: cstylecastNoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-23move string IO methods out of global headerNoel Grandin
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-08-08remove obsolete SjJSbxObject cruftMichael Stahl
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2012-07-03Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot