summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)Author
2016-10-24tdf#103060 Format "GGG" as the era name of a locale-dependent calendarTakeshi Abe
2016-10-10tdf#36038 Import extended LCID from ExcelLaurent Balland-Poirier
2016-10-10tdf#36038 Export to Excel extended LCIDLaurent Balland-Poirier
2016-10-07tdf#102370 Correctly export to Excel exponent without signLaurent Balland-Poirier
2016-10-07loplugin:staticmethods: svlStephan Bergmann
2016-10-05tdf#102507 Left aligned denominatorLaurent Balland-Poirier
2016-09-23Fix Cppcheck report: reduce scope of the variable 'fTemp'Laurent Balland-Poirier
2016-09-01tdf#79398 Insert LCID in the correct sub-formatLaurent Balland-Poirier
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann
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-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-05force integer display if numerator and denominator are equalEike Rathke
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent 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-04tdf#99996 New algorithm for fractionLaurent Balland-Poirier
2016-06-29tdf#100594 Calculate nFrac with fNumber for Forced DenominatorLaurent Balland-Poirier
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-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
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier
2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier
2016-05-03tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier
2016-04-21Fix typosAndrea Gelmini
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-04loplugin:constantparam in svlNoel Grandin
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-01-14grml.. stupid oversight..Eike Rathke
2016-01-14it's unnecessary to buffer the string to create a string from it againEike Rathke
2016-01-14do it right and remove then superfluous mumbo-jumboEike Rathke
2016-01-13-Werror=unused-but-set-variableStephan Bergmann
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-24nitpick, use 'b' prefixEike Rathke
2015-11-24nitpick, reduce to one string insertionEike Rathke
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier