You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/07/03 04:18:26 UTC

[Bug 120158] New: [From Symphony]Time format is different than MS Office

https://issues.apache.org/ooo/show_bug.cgi?id=120158

          Priority: P3
            Bug ID: 120158
          Assignee: ooo-issues@incubator.apache.org
           Summary: [From Symphony]Time format is different than MS Office
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: yanji.yj@gmail.com
          Hardware: All
            Status: CONFIRMED
           Version: AOO 3.4.0
         Component: open-import
           Product: word processor

Created attachment 78555
  --> https://issues.apache.org/ooo/attachment.cgi?id=78555&action=edit
sample

Build: AOO 3.4.1

Open sample file check the variable time in footer

Defect: It is 'M/d/yyyy h:mm:ss a12/p12', actually, in MS Office it is
'M/d/yyyy h:mm:ss am/pm'.

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

zjchen <zj...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zjchencdl@gmail.com

--- Comment #1 from zjchen <zj...@gmail.com> ---
The problem is that WW8 field filter mapped the "D/MM/YYYY HH:MM AM/PM" to
"D\/MM\/YYYY HH:MM AM\/PM", and the "M" in the "AM\/PM" will be parsed
isolatedly.
if we manually modify the "AM\/PM" to "AM/PM", the Time format displayed
correctly.

The solution is that Do Not add "\" when parsing "AM/PM" token in datetime
field code.

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

zjchen <zj...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78888|                            |review?
              Flags|                            |

--- Comment #2 from zjchen <zj...@gmail.com> ---
Created attachment 78888
  --> https://issues.apache.org/ooo/attachment.cgi?id=78888&action=edit
patch for i120158

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

--- Comment #4 from Lei Debin <de...@gmail.com> ---
Good patch, review pass.
Thx.

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

--- Comment #3 from SVN Robot <sv...@dev.null.org> ---
"leidb" committed SVN revision 1373703 into trunk:
#120158# fix Time format is different than MS Office issueReported by: Yan
Ji...

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

--- Comment #5 from SVN Robot <sv...@dev.null.org> ---
"leidb" committed SVN revision 1374894 into trunk:
#120158# fix picture shadow lost after saved as doc in some case.Reported
by:...

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

Lei Debin <de...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |debin.lei@gmail.com
         Resolution|---                         |FIXED

--- Comment #6 from Lei Debin <de...@gmail.com> ---
wrong committed msg, sorry for my mistake.

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

Shenfeng Liu <li...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |CLOSED
                 CC|                            |liushenf@gmail.com
   Target Milestone|---                         |AOO 4.0

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

[Bug 120158] [From Symphony]Time format is different than MS Office

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120158

Du Jing <bj...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
                 CC|                            |bjdujing@gmail.com

--- Comment #7 from Du Jing <bj...@gmail.com> ---
verified on the AOO3.5_r1374181

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