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


User er changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Oct 21 23:17:55 +0000 
2008 -------
Actually this was a nasty hidden uninitialized variable that was
initialized differently on different platforms. This time the
MS-compiler was not the culprit..

In cws calc46:
sc/source/core/tool/compiler.cxx  1.82.26.2

Regarding the defined name and $A1, this cannot be updated because of
the sheet-relative reference (sheet not specified means current sheet).
If used on another sheet the resulting reference would be wrong. Only fully
absolute references were updated. Implemented that if an absolute sheet
reference is given the absolute reference parts are updated also if the
reference contains relative reference parts, which it wasn't before. For
example, $Sheet1.$A1 now results in $Sheet1.$B1 if new column A is inserted.

sc/source/core/tool/compiler.cxx  1.82.26.3


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