summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* convert InsertOperation to scoped enumNoel Grandin2017-02-101-1/+1
* convert EItem to scoped enumNoel Grandin2017-02-103-8/+4
* Add missing #includesStephan Bergmann2017-02-066-0/+10
* simplify SfxWhichIterJochen Nitschke2017-02-041-25/+14
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-316-10/+9
* use a define for invalid SfxPoolItemJochen Nitschke2017-01-271-12/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-2621-819/+232
* loplugin: unnecessary destructor svl..svtoolsNoel Grandin2017-01-254-18/+0
* move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItemNoel Grandin2017-01-252-17/+6
* Revert "used std::map in SfxItemSet"Noel Grandin2017-01-233-456/+661
* coverity#1399032 Dereference null return valueCaolán McNamara2017-01-211-1/+3
* New loplugin:dynexcspec: Add @throws documentation, svlStephan Bergmann2017-01-191-0/+13
* make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin2017-01-191-5/+0
* new loplugin: useuniqueptr: svl..svtoolsNoel Grandin2017-01-184-17/+14
* fix bug in SfxItemSet::ClearItemNoel Grandin2017-01-171-1/+1
* used std::map in SfxItemSetNoel Grandin2017-01-173-661/+455
* SfxUShortRangesItem is unusedNoel Grandin2017-01-111-85/+0
* fix SfxUShortRangesItem::operator==Noel Grandin2017-01-101-1/+1
* loplugin:unusedmethodsNoel Grandin2017-01-101-6/+0
* Wow! The ultimate Easter EggStephan Bergmann2017-01-091-72/+1
* New loplugin:externvar: svlStephan Bergmann2017-01-092-7/+7
* coverity#1371220 Missing move assignment operatorCaolán McNamara2017-01-022-4/+24
* use std::unique_ptrCaolán McNamara2017-01-024-50/+47
* use std::vector instead of naked array in SfxItemPoolNoel Grandin2016-12-263-59/+63
* Enable “complex text layout” by defaultKhaled Hosny2016-12-251-38/+1
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-10/+10
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-156-52/+18
* coverity#1397045 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* remove unusable debug code, DBG_UTIL_MIJochen Nitschke2016-12-111-11/+0
* convert SFX_HINT to scoped enumNoel Grandin2016-12-084-18/+17
* convert FSysStyle to o3tl::typed_flagsNoel Grandin2016-12-051-5/+5
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-055-51/+51
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-052-6/+6
* loplugin:unnecessaryoverride (dtors) in svlStephan Bergmann2016-12-022-6/+0
* svl: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-12-024-35/+35
* svl: convert some legacy DBG_ASSERTMichael Stahl2016-12-013-14/+14
* don't hold vector as pointer here ...Jochen Nitschke2016-11-301-6/+3
* sw: use auto when initializing with a cast to avoid duplicating the type nameMiklos Vajna2016-11-301-1/+1
* use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2016-11-243-15/+15
* trivial makefile cleanupsMichael Stahl2016-11-221-1/+2
* svl: assert SfxPoolItem::operator==Michael Stahl2016-11-1812-12/+12
* loplugin:unusedfieldsNoel Grandin2016-11-171-2/+0
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-167-10/+10
* drop useless semicolonsDavid Tardon2016-11-132-4/+4
* revert unintentionally committed linesDavid Tardon2016-11-131-5/+0
* add missing dependencyDavid Tardon2016-11-131-2/+7
* make comphelper::sequenceToContainer a little smarterNoel Grandin2016-11-101-1/+1
* tdf#102507 Add qa test of left aligned denominatorLaurent Balland-Poirier2016-11-091-0/+5
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-1/+1