summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-39/+45
2017-02-28new loplugin unoanyNoel Grandin5-12/+12
2017-02-27loplugin:loopvartoosmallStephan Bergmann1-3/+2
2017-02-24fix inverted warning logicJochen Nitschke1-3/+4
2017-02-21Remove unused function. Following tdf#105657Laurent Balland-Poirier1-9/+0
2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier1-0/+12
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke1-6/+5
2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2-63/+93
2017-02-15unit test for engineering notation, tdf#105968Eike Rathke1-0/+35
2017-02-15Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke1-0/+11
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