summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2015-08-06Resolves: tdf#93080 short day name and month name may interfereEike Rathke
2015-08-03tdf#93071 Remove trailing zeroes of scientific in General formatLaurent Balland-Poirier
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
2015-07-11fix string access out of boundsEike Rathke
2015-07-10the main text format is not a trailing text format, tdf#92457 follow-upEike Rathke
2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-07-06a malformed string here can force an out of bounds indexOfCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-01Resolves: tdf#91420 "Jan1, 2015" is a valid dateEike Rathke
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier
2015-03-19loplugin:constantfunction: svlNoel Grandin
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11svl: use constructor syntax in svl.componentChris Sherlock
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-24Remove long-unnecessary cruftStephan Bergmann
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2015-02-22Simplify erase iterator management (zforlist.cxx)Julien Nabet
2015-02-20Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke
2015-02-05yet another Windows build fixEike Rathke
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-12-22callcatcher: update unused codeCaolán McNamara
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12leave this Clone as inlineCaolán McNamara
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida