summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2016-08-23rename rNum to aNatNumEike Rathke
2016-08-23tdf#79398 Add LCID with DBNum during export to XLLaurent Balland-Poirier
2016-08-22tdf#101636 Test index before reading OUStringLaurent Balland-Poirier
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier
2016-08-16loplugin:stringstaticStephan Bergmann
2016-08-15properly move bLCIDInserted=true into the conditionEike Rathke
2016-08-15use SvNumberNatNum::IsComplete() instead of IsSet(), tdf#79398 follow-upEike Rathke
2016-08-15tdf#79398 Export to XL DBNum codesLaurent Balland-Poirier
2016-08-15tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integerLaurent Balland-Poirier
2016-08-11Fix comments to match new reality: these are no longer optional parametersTor Lillqvist
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin
2016-08-09remove the duplicated system locale checkEike Rathke
2016-08-09do not resolve system locale when queried, rhbz#1364406 relatedEike Rathke
2016-08-05force integer display if numerator and denominator are equalEike Rathke
2016-08-05tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier
2016-08-02break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke
2016-08-01tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier
2016-07-25obtain PreviousChar() only if necessaryEike Rathke
2016-07-25Resolves: tdf#101096 remove the "H after M" ruleEike Rathke
2016-07-25Revert "tdf#101096 Improve minute/month disambiguation"Eike Rathke
2016-07-25tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier
2016-07-22svl: fix loplugin:loopvartoosmall warningsMiklos Vajna
2016-07-22tdf#100834 String between integer and fractionLaurent Balland-Poirier
2016-07-15tdf#100834 Treat string between integer and fraction as delimiterLaurent Balland-Poirier
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier
2016-07-12tdf#100842 Do not insert things in the middle of the numberLaurent Balland-Poirier
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-05tdf#100754 Allow text after forced denominator fractionLaurent Balland-Poirier
2016-07-04tdf#99996 New algorithm for fractionLaurent Balland-Poirier
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-29tdf#100594 Calculate nFrac with fNumber for Forced DenominatorLaurent Balland-Poirier
2016-06-29tdf#100592 Add extra number formats for fractionLaurent Balland-Poirier
2016-06-29loplugin:stringconstantStephan Bergmann
2016-06-29Improve readability of OUString concatanation in SvNumberFormatterMuhammet Kara
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann
2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke
2016-06-02preserve ISO date+time format when editing such valuesEike Rathke
2016-06-02add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke
2016-05-30tdf#100122 Correctly treat fraction without integer partLaurent Balland-Poirier
2016-05-31prevent out of bounds string accessEike Rathke
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Harmless missing breaks in switchStephan Bergmann