summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Remove unreachable codeSamuel Mehrbrodt2019-08-301-8/+1
* prevent string access out of boundsEike Rathke2017-03-211-10/+13
* Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke2017-02-161-0/+11
* tdf#101636 Test index before reading OUStringLaurent Balland-Poirier2016-08-221-1/+1
* tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integerLaurent Balland-Poirier2016-08-161-2/+2
* do not resolve system locale when queried, rhbz#1364406 relatedEike Rathke2016-08-091-1/+1
* tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier2016-08-041-6/+4
* break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke2016-08-041-2/+10
* tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier2016-08-011-8/+15
* Resolves: tdf#100046 the dreaded 1945-04-02 Double DST, also tdf#79663Eike Rathke2016-07-271-1/+38
* Resolves: tdf#101096 remove the "H after M" ruleEike Rathke2016-07-251-3/+7
* Revert "tdf#101096 Improve minute/month disambiguation"Eike Rathke2016-07-251-9/+9
* tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier2016-07-251-9/+9
* tdf#100842 Do not insert things in the middle of the numberLaurent Balland-Poirier2016-07-121-0/+11
* preserve ISO date+time format when editing such valuesEike Rathke2016-06-031-19/+24
* add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke2016-06-031-4/+20
* tdf#100122 Correctly treat fraction without integer partLaurent Balland-Poirier2016-06-021-6/+8
* prevent out of bounds string accessEike Rathke2016-05-301-10/+12
* tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier2016-05-251-0/+4
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-251-1/+1
* Implement basic TableStyle FamilyJakub Trzebiatowski2016-05-241-2/+4
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-195-170/+1
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+2
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-185-54/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-183-4/+4
* Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida2016-05-131-5/+3
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-117-42/+38
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-104-6/+6
* Harmless missing breaks in switchStephan Bergmann2016-05-101-0/+3
* tdf#88657 calculate denominator lengthLaurent Balland-Poirier2016-05-091-8/+15
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-094-21/+22
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-033-30/+24
* tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier2016-05-031-13/+7
* tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier2016-05-031-5/+32
* tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier2016-05-031-0/+10
* Fix typosAndrea Gelmini2016-05-011-1/+1
* SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna2016-04-221-0/+1
* Fix typosAndrea Gelmini2016-04-211-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-4/+4
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-14/+13
* remove tools/solarmutex.hxxNoel Grandin2016-04-151-3/+7
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* loplugin:passstuffbyref in svlNoel Grandin2016-04-132-2/+2
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-135-9/+14
* clang-tidy performance-unnecessary-value-param in svlNoel Grandin2016-04-115-7/+7
* cppcheck: silence warnings assertWithSideEffectJochen Nitschke2016-04-112-2/+2
* remove some dead bits of DDENoel Grandin2016-04-062-67/+5
* loplugin:nullptrStephan Bergmann2016-04-051-10/+10
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-051-4/+4
* loplugin:constantparam in i18nlangtagNoel Grandin2016-04-041-1/+1