summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2017-04-03tdf#39468 Translate German commentsJens Carl2-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-29loplugin:unusedmethodsNoel Grandin2-29/+0
2017-03-29convert SearchBehavior to scoped enumNoel Grandin2-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-09Clean up uses of integer typesStephan Bergmann1-2/+3
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2-8/+5
2017-03-03remove unused CreateDefault methodsNoel Grandin1-3/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin2-32/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-39/+45
2017-02-28new loplugin unoanyNoel Grandin3-7/+7
2017-02-24fix inverted warning logicJochen Nitschke1-3/+4
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 Grandin1-2/+2
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke1-12/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-17/+2
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin2-9/+0
2017-01-25move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2-17/+6
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin2-405/+657
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-5/+0
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin1-2/+1
2017-01-17fix bug in SfxItemSet::ClearItemNoel Grandin1-1/+1
2017-01-17used std::map in SfxItemSetNoel Grandin2-657/+405
2017-01-11SfxUShortRangesItem is unusedNoel Grandin1-85/+0
2017-01-10fix SfxUShortRangesItem::operator==Noel Grandin1-1/+1
2017-01-09Wow! The ultimate Easter EggStephan Bergmann1-72/+1
2017-01-09New loplugin:externvar: svlStephan Bergmann2-7/+7
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin2-57/+61
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 Grandin2-16/+15
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-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 Grandin6-7/+7
2016-11-13drop useless semicolonsDavid Tardon1-3/+3
2016-11-13revert unintentionally committed linesDavid Tardon1-5/+0
2016-11-13add missing dependencyDavid Tardon1-2/+7
2016-11-04use aggregate initialisation instead of memset for arraysJochen Nitschke2-16/+7
2016-11-03Revert "remove unnecessary casts"Noel Grandin1-6/+10
2016-11-03remove unnecessary castsJochen Nitschke1-10/+6
2016-11-03bin nranges.*, move remaining functions into itemset.cxxJochen Nitschke2-106/+84
2016-11-01add an assert to check for ref-counts > 16 bitsNoel Grandin1-1/+5
2016-11-01simplify loop to O(n)Jochen Nitschke1-19/+10
2016-10-31fix use of is_sorted_untilNoel Grandin1-6/+21
2016-10-30bin SfxUShortRanges, inline and rewrite only usageJochen Nitschke2-254/+52