summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2018-02-09tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk1-0/+7
2018-01-18lokit: add .uno:DocumentRepair commandHenry Castro1-0/+39
2018-01-04lokdialog: Use only one of the installed langpacks when setting locale.Jan Holesovsky1-2/+6
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin3-15/+15
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin5-51/+51
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-6/+6
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-10-18Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke1-22/+16
2017-08-11ofz#2867 null derefCaolán McNamara1-8/+11
2017-08-11Resolves: ofz#2833 null derefCaolán McNamara1-8/+11
2017-05-11Plausible fix for timezone offset issue in Repair Document.Michael Meeks1-0/+1
2017-04-12tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier1-0/+12
2017-04-12tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier2-63/+93
2017-04-08tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier1-18/+11
2017-03-16Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier2-6/+7
2017-03-16string access out of boundsEike Rathke2-12/+21
2017-03-10tdf#106190 Move meber variable to localLaurent Balland-Poirier2-2/+1
2017-03-06tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier3-13/+35
2017-02-16Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke1-0/+11
2016-11-22trivial makefile cleanupsMichael Stahl1-1/+2
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 Grandin7-10/+10
2016-11-13drop useless semicolonsDavid Tardon2-4/+4
2016-11-13revert unintentionally committed linesDavid Tardon1-5/+0
2016-11-13add missing dependencyDavid Tardon1-2/+7
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin1-1/+1
2016-11-09tdf#102507 Add qa test of left aligned denominatorLaurent Balland-Poirier1-0/+5
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-04use aggregate initialisation instead of memset for arraysJochen Nitschke3-18/+8
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 Nitschke3-107/+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-31loplugin:oncevar in svl..svxNoel Grandin1-9/+5
2016-10-31fix use of is_sorted_untilNoel Grandin1-6/+21
2016-10-30bin SfxUShortRanges, inline and rewrite only usageJochen Nitschke2-254/+52
2016-10-29silence false positive warnings in non DBG_UTIL buildsJochen Nitschke1-6/+2
2016-10-28svl: more SfxPoolItem assertsMichael Stahl1-2/+3
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl1-2/+2
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin4-49/+18
2016-10-27remove unused variableJochen Nitschke1-6/+3
2016-10-26svl: the compiler can generate the same SfxGrabBagItem copy ctor itselfMiklos Vajna1-13/+2
2016-10-26untangle .cxx include in itemset.cxxJochen Nitschke3-4/+6
2016-10-24tdf#103060 Format "GGG" as the era name of a locale-dependent calendarTakeshi Abe2-0/+24
2016-10-20loplugin:expandablemethodds in svxNoel Grandin1-3/+2
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke2-7/+7
2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke1-1/+1
2016-10-15clang-cl loplugin: svlStephan Bergmann6-89/+92