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/05/30 04:27:41 UTC

[Bug 119535] New: [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

          Priority: P3
            Bug ID: 119535
          Assignee: ooo-issues@incubator.apache.org
           Summary: [From Symphony]Trendline of two Data Series can't be
                    displayed but after edit it the trendline will be
                    showed correctly
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: bjdujing@gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: AOO 3.4.0
         Component: save-export
           Product: presentation

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

build info:AOO3.4_1327774

steps:
1.open the sample file in AOO3.4
2.in chart object the two trend lines of two data series are lost.
Only after double clicking it to change to edit mode,then the trend line will
be shown correctly.

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

Jianyuan Li <li...@gmail.com> changed:

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

--- Comment #4 from Jianyuan Li <li...@gmail.com> ---
Created attachment 78871
  --> https://issues.apache.org/ooo/attachment.cgi?id=78871&action=edit
Patch for this issue

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

--- Comment #3 from Jianyuan Li <li...@gmail.com> ---
Root cause: Line brush command was not parsed in emf picture filter
Resolution: Resolve it
Limitation: Line style in sample file is not supported by aoo. So its line
style will be imported as SOLID instead.

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

Jianyuan Li <li...@gmail.com> changed:

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

--- Comment #2 from Jianyuan Li <li...@gmail.com> ---
Looking at this issue...

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

Andre <aw...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |awf.aoo@googlemail.com
         Resolution|FIXED                       |---
           Assignee|ooo-issues@incubator.apache |lijiany@apache.org
                   |.org                        |

--- Comment #8 from Andre <aw...@googlemail.com> ---
@Jianyuan Li: Reopening because the change breaks the build (Windows7, non-pro)
in main/svtools/source/filter/wmf/enhwmf.cxx.  There are two problems:

1. On line 1318 a new variable aColor is introduced.  This is inside a
switch/case statement.  Adding curly braces around the whole case will probably
fix this.

2. There are now two case statements for EMR_CREATEDIBPATTERNBRUSHPT.  One in
the new code, the other inside the following #ifdef WIN_MTF_ASSERT block. 
Removing the second case statement will probably fix this.

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

SunYing <su...@gmail.com> changed:

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

--- Comment #5 from SunYing <su...@gmail.com> ---
The patch looks good and reviewed.

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

--- Comment #6 from SVN Robot <sv...@dev.null.org> ---
"lijiany" committed SVN revision 1373702 into trunk:
#119535# Fix WMF image with type pattern brushReported by: Du JingPatch by:
J...

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

Jianyuan Li <li...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |lijiany@apache.org
         Resolution|---                         |FIXED

--- Comment #7 from Jianyuan Li <li...@apache.org> ---
UT is made. The patch looks good.

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

[Bug 119535] [From Symphony]Trendline of two Data Series can't be displayed but after edit it the trendline will be showed correctly

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from Du Jing <bj...@gmail.com> ---
confirmed,change its status

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