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/08/21 04:55:42 UTC

[Bug 120627] New: the text on the Y axis is reversed when export ppt file to PDF format

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

          Priority: P3
            Bug ID: 120627
          Assignee: ooo-issues@incubator.apache.org
           Summary: the text on the Y axis is reversed when export ppt
                    file to PDF format
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: tmyl2010@gmail.com
          Hardware: All
            Status: UNCONFIRMED
           Version: AOO350-dev
         Component: printing
           Product: presentation

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

Open the sample ppt file, select menu Export as PDF, the text on the Y axis is
reversed.

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

--- Comment #3 from Tang Meng <tm...@gmail.com> ---
Created attachment 79088
  --> https://issues.apache.org/ooo/attachment.cgi?id=79088&action=edit
patch

patch

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

--- Comment #5 from Tang Meng <tm...@gmail.com> ---
Created attachment 79091
  --> https://issues.apache.org/ooo/attachment.cgi?id=79091&action=edit
old test result

old test result.

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

--- Comment #4 from Tang Meng <tm...@gmail.com> ---
1. Root Cause:
The distance calculation between two points in
PDFWriterImpl::drawVerticalGlyphs is incorrect. 
The various nXOffset value should be the distance between the last character's
position point and the next character's position point. The original value is
the distance of axis Y between two points which will make the characters'
offset incorrect after aDeltaPos transformed and translated by the matrix.
2. Resolution:
Change nXOffset value from the distance of axis Y between two points to the
distance between two points.

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

Tang Meng <tm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79014|sample fils                 |sample file
        description|                            |

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

WangZhe <ki...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kingwisemmx@gmail.com
           Assignee|ooo-issues@incubator.apache |kingwisemmx@gmail.com
                   |.org                        |

--- Comment #7 from WangZhe <ki...@gmail.com> ---
I'll take this one

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

--- Comment #1 from Tang Meng <tm...@gmail.com> ---
I am looking at this bug.

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

Li Feng Wang <ph...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |phoenix.wanglf@gmail.com
     Ever confirmed|0                           |1

--- Comment #2 from Li Feng Wang <ph...@gmail.com> ---
Can reproduce on Windows with AOo trunk r1374181

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

[Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format

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

--- Comment #6 from Tang Meng <tm...@gmail.com> ---
Created attachment 79092
  --> https://issues.apache.org/ooo/attachment.cgi?id=79092&action=edit
new test result

new test result.

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