[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

Eike Rathke  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #6 from Eike Rathke  ---
It's tried to parse "14. Aug 18" in en-US, that's not a valid en-US medium date
format hence not a numeric value. Whyever writerfilter then assumes it would be
the current date I didn't investigate, maybe because it needs *some* valid
numeric date as the display string is not the actual field data.

However, given that the `D. MMM YY` date format is known as well, we could
tweak the logic to parse that piece according to the known number format (or
even generally try a month name if something like that follows, ignoring the
locale specific restriction?) if it otherwise failed.

I'll try to take a stab at this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

Justin L  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

Justin L  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #5 from Justin L  ---
The display format comes out like "8. Apr 22"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

--- Comment #4 from Justin L  ---
CC: Eike

SetNumberFormat[d'. 'MMM\ yy] from command[DATE \@"d'. 'MMM\ yy"]
sConverted[d". "MMM\ yy]
svl/source/numbers/zforfind.cxx:515: ::SkipBlanks[. AUG ] start[0] < nPos[0]
svl/source/numbers/zforfind.cxx:515: ::SkipBlanks[. AUG ] start[1] < nPos[2]
svl/source/numbers/zforfind.cxx:515: ::SkipBlanks[. AUG ] start[0] < nPos[0]
writerfilter/source/dmapper/DomainMapper_Impl.cxx:7182:
DomainMapper_Impl::SetFieldResult com.sun.star.util.NotNumericException
message: "at /persistent/git/libreoffice2/svl/source/numbers/numfmuno.cxx:170"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
Version|7.2.5.2 release |7.1.0.0.alpha0+

--- Comment #3 from Justin L  ---
Bibisect-linux-64-7-1 points to
commit 7186541219599e1b51ad35601c2cd015a329f360
Author: Eike Rathke on Fri Jul 3 19:09:33 2020 +0200
Resolves: tdf#131562 decimal separator may not be surrounded by blanks

1 .
1 .2
1 . 2
1. 2
 . 2
. 2
are not numbers. But
 .2
is.


I tried testing DOC/RTF formats using this document, but they just export as
non-fixed (tested in LO 5.1/7.0).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de

--- Comment #2 from Dieter  ---
I confirm it with

Version: 7.3.2.2 (x64) / LibreOffice Community
Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: zh-CN (de_DE); UI: en-GB
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=59
   ||886

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148052] FILEOPEN DOCX: Opening a Date(fixed) field that was saved as by Writer as .docx is updated dynamically in Writer

2022-03-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148052

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   Keywords||filter:docx
 Blocks||112969

--- Comment #1 from sdc.bla...@youmail.dk ---
repro with 7.4.0.0+


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112969
[Bug 112969] [META] DOCX (OOXML) field-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.