summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-07Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke2-1/+10
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-3/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05loplugin:constantparam part2Noel Grandin3-8/+6
2017-04-04loplugin:unusedmethodsNoel Grandin1-7/+0
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