To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78849


User tl changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|tl                        |ama
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 09:17:49 +0000 
2007 -------
unochart.hxx/cxx specific changes done.

Files changed:
- sw/inc/unochart.hxx
- sw/source/core/undo/untbl.cxx
- sw/source/core/unocore/unochart.cxx

TL->AMA:
untbl.cxx has now two new functions
- PrepareChartForUndo
- RestoreChartFromUndo
and a new member variable 
- m_xChartModelForUndo;
that can be used to copy and restore the chart data.
You will probably like to get rid of that new member when the implementation is
complete and that reference is stored in an undo object.

When adding the above functions where necessary please also have a break point
in SwDoc::UpdateCharts in docchart.cxx. That function should only be called once
per change/undo if possible. If it gets called more than once we should check
how to optimize that.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to