summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-4/+4
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-1/+1
2017-02-10convert EItem to scoped enumNoel Grandin3-8/+4
2017-02-06Add missing #includesStephan Bergmann6-0/+10
2017-02-04simplify SfxWhichIterJochen Nitschke1-25/+14
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin6-10/+9
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke1-12/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann21-819/+232
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin4-18/+0
2017-01-25move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2-17/+6
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin3-456/+661
2017-01-21coverity#1399032 Dereference null return valueCaolán McNamara1-1/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svlStephan Bergmann1-0/+13
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-5/+0
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin4-17/+14
2017-01-17fix bug in SfxItemSet::ClearItemNoel Grandin1-1/+1
2017-01-17used std::map in SfxItemSetNoel Grandin3-661/+455
2017-01-11SfxUShortRangesItem is unusedNoel Grandin1-85/+0
2017-01-10fix SfxUShortRangesItem::operator==Noel Grandin1-1/+1
2017-01-10loplugin:unusedmethodsNoel Grandin1-6/+0
2017-01-09Wow! The ultimate Easter EggStephan Bergmann1-72/+1
2017-01-09New loplugin:externvar: svlStephan Bergmann2-7/+7
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara2-4/+24
2017-01-02use std::unique_ptrCaolán McNamara4-50/+47
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin3-59/+63
2016-12-25Enable “complex text layout” by defaultKhaled Hosny1-38/+1
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-10/+10
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin6-52/+18
2016-12-12coverity#1397045 Unchecked return valueCaolán McNamara1-1/+1
2016-12-11remove unusable debug code, DBG_UTIL_MIJochen Nitschke1-11/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin4-18/+17
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-5/+5
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin5-51/+51
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-6/+6
2016-12-02loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann2-6/+0
2016-12-02svl: fix loplugin:cppunitassertequals warningsMiklos Vajna4-35/+35
2016-12-01svl: convert some legacy DBG_ASSERTMichael Stahl3-14/+14
2016-11-30don't hold vector as pointer here ...Jochen Nitschke1-6/+3
2016-11-30sw: use auto when initializing with a cast to avoid duplicating the type nameMiklos Vajna1-1/+1
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin3-15/+15
2016-11-22trivial makefile cleanupsMichael Stahl1-1/+2
2016-11-18svl: assert SfxPoolItem::operator==Michael Stahl12-12/+12
2016-11-17loplugin:unusedfieldsNoel Grandin1-2/+0
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin7-10/+10
2016-11-13drop useless semicolonsDavid Tardon2-4/+4
2016-11-13revert unintentionally committed linesDavid Tardon1-5/+0
2016-11-13add missing dependencyDavid Tardon1-2/+7
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin1-1/+1
2016-11-09tdf#102507 Add qa test of left aligned denominatorLaurent Balland-Poirier1-0/+5