summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* use aggregate initialisation instead of memset for arraysJochen Nitschke2016-11-043-18/+8
* Revert "remove unnecessary casts"Noel Grandin2016-11-031-6/+10
* remove unnecessary castsJochen Nitschke2016-11-031-10/+6
* bin nranges.*, move remaining functions into itemset.cxxJochen Nitschke2016-11-033-107/+84
* add an assert to check for ref-counts > 16 bitsNoel Grandin2016-11-011-1/+5
* simplify loop to O(n)Jochen Nitschke2016-11-011-19/+10
* loplugin:oncevar in svl..svxNoel Grandin2016-10-311-9/+5
* fix use of is_sorted_untilNoel Grandin2016-10-311-6/+21
* bin SfxUShortRanges, inline and rewrite only usageJochen Nitschke2016-10-302-254/+52
* silence false positive warnings in non DBG_UTIL buildsJochen Nitschke2016-10-291-6/+2
* svl: more SfxPoolItem assertsMichael Stahl2016-10-281-2/+3
* svl: SfxPoolItem reference counting assertionsMichael Stahl2016-10-281-2/+2
* loplugin:expandablemethods in stoc..svlNoel Grandin2016-10-274-49/+18
* remove unused variableJochen Nitschke2016-10-271-6/+3
* svl: the compiler can generate the same SfxGrabBagItem copy ctor itselfMiklos Vajna2016-10-261-13/+2
* untangle .cxx include in itemset.cxxJochen Nitschke2016-10-263-4/+6
* tdf#103060 Format "GGG" as the era name of a locale-dependent calendarTakeshi Abe2016-10-242-0/+24
* loplugin:expandablemethodds in svxNoel Grandin2016-10-201-3/+2
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-192-7/+7
* let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke2016-10-171-1/+1
* clang-cl loplugin: svlStephan Bergmann2016-10-156-89/+92
* DdeInternal::InfCallback is unusedStephan Bergmann2016-10-143-36/+0
* loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin2016-10-141-1/+1
* improve commentNoel Grandin2016-10-121-4/+4
* tdf#36038 Import extended LCID from ExcelLaurent Balland-Poirier2016-10-101-30/+277
* tdf#36038 Export to Excel extended LCIDLaurent Balland-Poirier2016-10-101-35/+158