summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2017-03-29loplugin:unusedmethodsNoel Grandin3-9/+0
2017-03-29convert SearchBehavior to scoped enumNoel Grandin1-2/+2
2017-03-29loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-5/+9
2017-03-17remove unused defines from HRC files in svlNoel Grandin1-5/+0
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-4/+1
2017-03-14tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier1-0/+6
2017-03-14tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier1-1/+2
2017-03-13force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke1-3/+4
2017-03-09Clean up uses of integer typesStephan Bergmann1-1/+3
2017-03-05Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVCStephan Bergmann2-9/+13
2017-03-03Remove redundant 'inline' keywordStephan Bergmann5-9/+9
2017-03-03remove unused CreateDefault methodsNoel Grandin1-2/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin2-17/+49
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2-16/+17
2017-02-21Remove unused function. Following tdf#105657Laurent Balland-Poirier1-3/+0
2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier2-1/+5
2017-02-20don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke1-0/+3
2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2-0/+22
2017-02-15remove unused AccessibilityChanged from SfxHintId enumNoel Grandin1-1/+0
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-2/+12
2017-02-04simplify SfxWhichIterJochen Nitschke1-5/+5
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke1-1/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-39/+17
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin14-36/+3
2017-01-25move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2-19/+5
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin2-17/+25
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svlStephan Bergmann1-0/+12
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-1/+1
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin3-30/+19
2017-01-17used std::map in SfxItemSetNoel Grandin2-25/+17
2017-01-11SfxUShortRangesItem is unusedNoel Grandin1-20/+0
2017-01-10loplugin:unusedmethodsNoel Grandin1-1/+0
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara1-4/+6
2017-01-02use std::unique_ptrCaolán McNamara1-1/+2
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-3/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin2-48/+103
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-3/+3
2016-11-30don't hold vector as pointer here ...Jochen Nitschke1-10/+8
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+0
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin8-12/+12
2016-11-17loplugin:unusedfieldsNoel Grandin1-1/+0
2016-11-13drop useless semicolonsDavid Tardon1-3/+3
2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin3-6/+6
2016-11-03loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-11-03Revert "remove unnecessary casts"Noel Grandin1-1/+1