You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/12/26 23:13:50 UTC

[Bug 60520] New: SS Common classes for *SSF shapes

https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

            Bug ID: 60520
           Summary: SS Common classes for *SSF shapes
           Product: POI
           Version: 3.16-dev
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: kiwiwings@apache.org
  Target Milestone: ---

Created attachment 34556
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34556&action=edit
common interfaces for shapes and shape groups

The embedding patch #60519 is depending on those common interfaces for shapes
and shape groups.

To document the changes better (in the changes file), I've splitted the changes
apart.

Similar to Common SL, I only provided interfaces instead of abstract classes -
this keep the implementation simpler ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60520] SS Common classes for *SSF shapes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

--- Comment #1 from Andreas Beeker <ki...@apache.org> ---
This patch also handles AlternateContent elements in OOXML drawings.
The problem with this approach is, that XMLBeans doesn't allow the cast (via
changeType/substitute) of Choice elements to CT_Drawing, therefore the source
needs to be parsed again ... but the newly parsed objects aren't linked anymore
to the original xml source, therefore changes to those elements are futile.
A solution might be, to identify those AlternateContent tags on writing and to
update the child elements from the shadow copy ... but this is not part of the
patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60520] SS Common classes for *SSF shapes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60520] SS Common classes for *SSF shapes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |60519


Referenced Bugs:

https://bz.apache.org/bugzilla/show_bug.cgi?id=60519
[Bug 60519] Extractor for *SSF embeddings
-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60520] SS Common classes for *SSF shapes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |60521


Referenced Bugs:

https://bz.apache.org/bugzilla/show_bug.cgi?id=60521
[Bug 60521] XSSFGroupShape nesting
-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60520] SS Common classes for *SSF shapes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60520

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Andreas Beeker <ki...@apache.org> ---
Applied via r1776818

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org