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/31 10:09:43 UTC

[Bug 119629] New: [From Symphony]Bullet color is lost when open pptx sample file

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

          Priority: P3
            Bug ID: 119629
          Assignee: ooo-issues@incubator.apache.org
           Summary: [From Symphony]Bullet color is lost when open pptx
                    sample file
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: zongdongjun@gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: OOo 3.4 Beta
         Component: formatting
           Product: presentation

Created attachment 77852
  --> https://issues.apache.org/ooo/attachment.cgi?id=77852&action=edit
bullet color

Build:
Aoo3.4

Steps:
1.Open the attached sample file in Aoo3.4
2.Check the bullet color 

Bug:
The bullet color change to black, it should same with the text color

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

[Bug 119629] [From Symphony]Bullet color is lost when open pptx sample file

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

companycy@gmail.com changed:

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

--- Comment #1 from companycy@gmail.com ---
1. Root cause:
Bullet color isn't set with correctly.
There are many options for setting color for bullet. 
However, there is priority.
2. Resolution:
Figure out which color to apply on bullet color.

Will send out patch for review soon.

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

[Bug 119629] [From Symphony]Bullet color is lost when open pptx sample file

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

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsc@apache.org
           Assignee|ooo-issues@incubator.apache |jsc@apache.org
                   |.org                        |

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

[Bug 119629] [From Symphony]Bullet color is lost when open pptx sample file

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

--- Comment #2 from companycy@gmail.com ---
1. Root cause:
The bullet color inherits from closest text in this sample.

2. Resolution:
Apply text's color to bullet color.

3. Test: pass on Xp

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

[Bug 119629] [From Symphony]Bullet color is lost when open pptx sample file

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

companycy@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77992|0                           |1
        is obsolete|                            |
  Attachment #78174|                            |review?
              Flags|                            |

--- Comment #4 from companycy@gmail.com ---
Created attachment 78174
  --> https://issues.apache.org/ooo/attachment.cgi?id=78174&action=edit
patch for bullet color in pptx

In this sample, the color is from bullet's closest text.
Thus add code to get color from closest text and apply it to bullet color.
It involves
1. add lcl_getBulletclr() to get color from text from runs and apply it to
bullet color
2. add a const member function getBulletList() to be invoked in
TextParagraph::insertAt() const

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

[Bug 119629] [From Symphony]Bullet color is lost when open pptx sample file

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

--- Comment #3 from companycy@gmail.com ---
Created attachment 77992
  --> https://issues.apache.org/ooo/attachment.cgi?id=77992&action=edit
patch for bullet color

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