summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforfind.cxx
AgeCommit message (Expand)Author
2014-07-03work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-upEike Rathke
2014-07-02resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke
2014-06-06resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks
2014-05-20take a shortcut on common separating ASCII charactersEike Rathke
2014-05-20resolved fdo#34724 Jan1 or 1Jan without separating character is not dateEike Rathke
2014-05-17Back out change for fdo#78119 now that we have StringContainsWord()Eike Rathke
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-12fdo#78119 find the longest match for month nameDavid Tardon
2014-05-06consistent percent sign in commentsThomas Arnhold
2014-03-28handle Narrow No-Break Space the same as No-Break Space, just in caseEike Rathke
2014-03-28name things what they areEike Rathke
2014-03-28we have a constant, use itEike Rathke
2014-03-05Work around unfortunate libstdc++ interpretation of C++ cmath requirementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-23fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier
2013-06-20-Werror,-Wdeprecated-registerStephan Bergmann
2013-06-19Translate German comments, fix some WSPhilipp Weissenbacher
2013-06-16initialize number scanner.Michael Meeks
2013-06-16fix mistakeJulien Nabet
2013-06-16cppcheck: fix some uninitMemberVar (svl)Julien Nabet
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-15rename methods to something meaningfulEike Rathke
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2012-12-19resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud
2012-11-27another round of String -> OUString conversion in zforlistNorbert Thiebaud
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud
2012-11-13resolved fdo#55369 accept fraction input if presetEike Rathke
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin
2012-10-26consistently use SAL_WARN svl.numbersEike Rathke
2012-10-25loplugin: tidy up some log areasCaolán McNamara
2012-10-09String->OUString in svl::ImpSvNumFor::GetNewCurrencySymbol methodNoel Grandin
2012-10-02String->OUString in svl::ImpSvNumberformatInfoNoel Grandin
2012-08-29resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke
2012-08-29String::Expand -> string::padToLengthCaolán McNamara
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-03Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot
2012-07-02re-base on ALv2 code.Michael Meeks
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara