summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)AuthorFilesLines
2015-12-05Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke1-0/+72
2015-11-23tdf#95677 Force sign to exponent for Excel exportLaurent Balland-Poirier1-0/+5
2015-10-01use exponential 'E' format for General when appropriateEike Rathke1-17/+35
2015-08-17tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier1-1/+1
2015-08-07Resolves: tdf#93080 short day name and month name may interfereEike Rathke2-6/+52
2015-07-11fix string access out of boundsEike Rathke1-1/+1
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara1-1/+1
2015-06-01Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke1-2/+6
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier1-13/+64
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+6
2015-04-02loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-14/+14
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-8/+8
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier1-12/+24
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier1-8/+17
2015-03-19loplugin:constantfunction: svlNoel Grandin2-13/+0
2015-03-11Clean up previous commitStephan Bergmann1-13/+2
2015-03-11svl: use constructor syntax in svl.componentChris Sherlock3-16/+29
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin5-344/+344
2015-02-24Remove long-unnecessary cruftStephan Bergmann1-19/+10
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-10/+15
2015-02-22Simplify erase iterator management (zforlist.cxx)Julien Nabet1-2/+2
2015-02-20Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke1-7/+26
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke1-1/+1
2015-02-05yet another Windows build fixEike Rathke1-3/+3
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier1-0/+13
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-3/+3
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-2/+1
2014-12-22callcatcher: update unused codeCaolán McNamara1-8/+0
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann5-16/+14
2014-12-12leave this Clone as inlineCaolán McNamara1-6/+0
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann2-24/+24
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida1-0/+6
2014-12-04callcatcher: update unused codeCaolán McNamara2-27/+0
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan1-1/+1
2014-11-22ptr_container sometimes requires new_clone function.Kohei Yoshida1-0/+13
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida2-1/+55
2014-11-22Make SvNumberFormatter's methods non-inline.Kohei Yoshida1-7/+113
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1