summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-08-22tdf#101636 Test index before reading OUStringLaurent Balland-Poirier1-1/+1
2016-08-16tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integerLaurent Balland-Poirier1-2/+2
2016-08-09do not resolve system locale when queried, rhbz#1364406 relatedEike Rathke1-1/+1
2016-08-04tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier1-6/+4
2016-08-04break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke1-2/+10
2016-08-01tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier1-8/+15
2016-07-27Resolves: tdf#100046 the dreaded 1945-04-02 Double DST, also tdf#79663Eike Rathke1-1/+38
2016-07-25Resolves: tdf#101096 remove the "H after M" ruleEike Rathke1-3/+7
2016-07-25Revert "tdf#101096 Improve minute/month disambiguation"Eike Rathke1-9/+9
2016-07-25tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier1-9/+9
2016-07-12tdf#100842 Do not insert things in the middle of the numberLaurent Balland-Poirier1-0/+11
2016-06-03preserve ISO date+time format when editing such valuesEike Rathke1-19/+24
2016-06-03add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke1-4/+20
2016-06-02tdf#100122 Correctly treat fraction without integer partLaurent Balland-Poirier1-6/+8
2016-05-30prevent out of bounds string accessEike Rathke1-10/+12
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier1-0/+4
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-1/+1
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski1-2/+4
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin5-170/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-54/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin3-4/+4
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida1-5/+3
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin7-42/+38
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-6/+6
2016-05-10Harmless missing breaks in switchStephan Bergmann1-0/+3
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier1-8/+15
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin4-21/+22
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann3-30/+24
2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-13/+7
2016-05-03tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier1-5/+32
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+10
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-22SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna1-0/+1
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-14/+13
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-3/+7
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in svlNoel Grandin2-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke5-9/+14
2016-04-11clang-tidy performance-unnecessary-value-param in svlNoel Grandin5-7/+7
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke2-2/+2
2016-04-06remove some dead bits of DDENoel Grandin2-67/+5
2016-04-05loplugin:nullptrStephan Bergmann1-10/+10
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-4/+4
2016-04-04loplugin:constantparam in i18nlangtagNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in svlNoel Grandin3-8/+6
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet12-37/+39
2016-03-29cid#1357162: Logically dead codeStephan Bergmann1-22/+15