summaryrefslogtreecommitdiff
path: root/Module_helpcontent2.mk
AgeCommit message (Expand)Author
2013-11-14tweak help for core Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863Bjoern Michaelsen
2013-10-24helpcontent: no need to deliver helpimg.ilstMichael Stahl
2013-05-05help.hid is not used for install--don't deliverDavid Tardon
2013-02-26gbuildize helpcontent2David Tardon
ture/pdfium-master LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforfind.cxx
AgeCommit message (Expand)Author
2024-07-21Pull today DateTime out of loopEike Rathke
2024-07-18make date/time single-arg constructors explicitNoel Grandin
2024-05-14loplugin:ostr in svlNoel Grandin
2024-04-12crashtesting: assert seen on importing forum-mso-en4-62805.xlsxCaolán McNamara
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara
2024-01-12Resolves: tdf#159148 Accept int32 hours:minutes:seconds inputEike Rathke
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-06-21svl: Use DateTime::Sub() instead of operator-()Eike Rathke
2023-03-14tdf#117037 - Support Unicode minus (0x2212) in the number scannerAndreas Heinisch
2023-02-28no need to allocate Date separately in ImpSvNumberInputScanNoel Grandin
2022-10-23Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguityEike Rathke
2022-09-27Prevent erroneous fraction detection of not yet accepted dateEike Rathke
2022-09-20use more string_view in svlNoel Grandin
2022-07-14Accept 'Y D MMM' date input for locales with LongDateOrder::YDMEike Rathke
2022-07-14Let 'MMM D Y H:M' input follow the same date rule as 'MMM D Y'Eike Rathke
2022-07-13Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month nameEike Rathke
2022-04-27use string_view in ImpSvNumberInputScan::StringToDoubleNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-09Resolves: tdf#148052 accept a ". Month " name for matching DMY formatEike Rathke
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski
2021-09-13Check string boundsEike Rathke
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-06Resolves: tdf#131562 decimal separator may not be surrounded by blanksEike Rathke
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-02Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski