summaryrefslogtreecommitdiff
path: root/svl/source/items/macitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-07tdf#141123: impossible to replace an event after it has been setJulien Nabet1-0/+4
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin1-2/+3
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara1-7/+8
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-4/+1
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-12/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann1-3/+3
2019-05-09loplugin:unusedmethodsNoel Grandin1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-7/+0
2018-12-07Revert "Blind fix for pre-C++14 std::equal, for now"Stephan Bergmann1-10/+9
2018-11-25seems we need to include algorithm hereNoel Grandin1-0/+1
2018-11-25Blind fix for pre-C++14 std::equal, for nowStephan Bergmann1-9/+10
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov1-21/+14
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-2/+5
2018-01-15More loplugin:cstylecast: svlStephan Bergmann1-2/+2
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-09-08loplugin:constantparamNoel Grandin1-3/+3
2017-08-17Removing unused serialisation codeVarun Dhall1-14/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-8/+8
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-03-03remove unused CreateDefault methodsNoel Grandin1-3/+0
2016-11-18svl: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-7/+0
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin1-6/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-04-28operator == return type wants to be boolStephan Bergmann1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-03-19loplugin:constantfunction: svlNoel Grandin1-1/+1
2014-11-16coverity#1242630 reorganize to help coverity outCaolán McNamara1-1/+6
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara1-3/+17
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-2/+2
2014-09-25loplugin: cstylecastNoel Grandin1-1/+1
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-2/+2
2014-07-23move string IO methods out of global headerNoel Grandin1-4/+5
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher1-2/+2
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-6/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-4/+4
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-4/+4
2013-08-08remove obsolete SjJSbxObject cruftMichael Stahl1-21/+1
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa1-1/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5