summaryrefslogtreecommitdiffstats
path: root/svl/source/numbers
Commit message (Expand)AuthorAgeFilesLines
* re-base on ALv2 code.Michael Meeks2012-07-0211-253/+154
* re-base on ALv2 code.Michael Meeks2012-06-212-46/+28
* removed unused forward declarations of classTakeshi Abe2012-06-201-2/+0
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-182-6/+6
* convert NfWSStringsDtor further to vector<OUString>Michael Stahl2012-06-121-43/+46
* Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin2012-06-121-48/+39
* Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vectorNoel Grandin2012-06-121-15/+14
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-22/+18
* targeted string re-workNorbert Thiebaud2012-06-022-23/+23
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-2/+17
* resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke2012-05-102-5/+14
* some changes for new fixed fraction built-in formatsEike Rathke2012-04-301-13/+15
* get rid of dead binary file format legacy cruft in number formatterEike Rathke2012-04-301-126/+14
* translated German commentsEike Rathke2012-04-301-75/+73
* compare iterators with notequalEike Rathke2012-04-301-1/+1
* straighten confusing bracketsEike Rathke2012-04-301-8/+7
* get rid of confusing *LoadingSO5 namesEike Rathke2012-04-301-29/+29
* Revert "Avoid bogus warnings (GCC 4.4.6)"Stephan Bergmann2012-04-241-2/+2
* Avoid bogus warnings (GCC 4.4.6)Stephan Bergmann2012-04-231-2/+2
* resolved fdo#48875 do not let ISO 8601 detection override locale's date orderEike Rathke2012-04-183-11/+80
* enable '*' repeat next char to fill available width for calc num formatsNoel Power2012-04-171-3/+13
* resolved fdo#48706 recognize $.12 as currency numberEike Rathke2012-04-151-0/+5
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+2
* UniString removal.Kohei Yoshida2012-03-271-0/+12
* Add parenthesis for avoid false report by cppcheckJulien Nabet2012-03-181-1/+1
* String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2012-03-051-0/+43
* fixed crashes due to transition from Table to std::mapEike Rathke2012-02-281-3/+3
* Remove unused codePetr Vorel2012-02-191-9/+0
* changes to "tools/table.hxx to std::map conversion"Eike Rathke2012-02-082-69/+61
* tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2012-02-082-139/+137
* make svl ByteString freeCaolán McNamara2012-01-301-6/+6
* can't see the point of calling String::Erase before delete StringCaolán McNamara2012-01-231-7/+3
* Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek2012-01-231-8/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-216-13/+9
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-174-13/+13
* a can't-happen-but-do-it-correct-anyway one character fixEike Rathke2012-01-171-1/+1
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-164-13/+13
* Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot2012-01-132-2/+2
* fdo#44636 use date acceptance patterns in number scannerEike Rathke2012-01-112-32/+317
* lower date acceptance with only two numbersEike Rathke2012-01-111-0/+17
* strict date recognition using locale's separator and ISO 8601Eike Rathke2012-01-112-17/+71
* accept and display years < 100Eike Rathke2012-01-113-13/+61
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-101-2/+0
* simplify CharClassCaolán McNamara2012-01-094-39/+37
* Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2012-01-071-2/+0
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-063-2/+1
* make ReadUniOrByteString return a stringCaolán McNamara2012-01-061-1/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-2/+2
* recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-ddEike Rathke2011-12-222-3/+73