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 2008/11/11 21:03:20 UTC

DO NOT REPLY [Bug 46189] New: [PATCH] implemented more chart-related records, and hooked up some existing chart-related record to RecordFactory

https://issues.apache.org/bugzilla/show_bug.cgi?id=46189

           Summary: [PATCH] implemented more chart-related records, and
                    hooked up some existing chart-related record to
                    RecordFactory
           Product: POI
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: patrickyccheng@gmail.com


noticed that LinkedDataRecord, BeginRecord, EndRecord, SeriesToChartGroupRecord
were implemented, but not referenced in RecordFactory, as a result, they are
not created (except in BiffViewer).

Implemented CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and
CATLAB records.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46189] [PATCH] implemented more chart-related records, and hooked up some existing chart-related record to RecordFactory

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


Josh Micich <jo...@gildedtree.com> changed:

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




--- Comment #3 from Josh Micich <jo...@gildedtree.com>  2008-11-13 17:15:05 PST ---
Applied (with changes) in svn r713892 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=713892 )

I moved the new classes to a sub-package '...hssf.record.chart' because the
record package is getting pretty full.  We should probably move existing chart
records to this package too.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46189] [PATCH] implemented more chart-related records, and hooked up some existing chart-related record to RecordFactory

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





--- Comment #1 from Patrick Cheng <pa...@gmail.com>  2008-11-11 12:05:00 PST ---
Created an attachment (id=22856)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22856)
the diff.txt


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46189] [PATCH] implemented more chart-related records, and hooked up some existing chart-related record to RecordFactory

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





--- Comment #2 from Patrick Cheng <pa...@gmail.com>  2008-11-11 12:05:16 PST ---
Created an attachment (id=22857)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22857)
new files


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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