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





------- Additional comments from [EMAIL PROTECTED] Mon Dec  8 18:34:43 +0000 
2008 -------
Formula cells do of course re-broadcast changes even if they are not visible
(there might be visible cells depending on them). A formula cell does not
propagate the broadcast if it was already dirty, on the assumption that if the
previous value wasn't used, all formulas that depend on the value are also still
dirty from the previous broadcast.

If you run into this because the cell values aren't read, what you need is the
opposite of setting them dirty. Calculation (and with it, clearing the dirty
flag) can be forced by reading the result value.

ScFormulaCell::SetDirty does more than setting the flag, but you're relying on
quite a chain of effects here, which seems too fragile.

---------------------------------------------------------------------
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