[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-08-26 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from n...@openoffice.org Thu Aug 26 09:01:17 + 
2010 ---
*** Issue 24535 has been marked as a duplicate of this issue. ***

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-05-30 Thread yfjiang
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User yfjiang changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from yfji...@openoffice.org Mon May 31 02:30:39 
+ 2010 ---
Verified on SLED 11 sp1 and Windows xp sp3.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-09 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from n...@openoffice.org Tue Mar  9 18:04:31 + 
2010 ---
UseInteractionHandler must only be used if user interaction is involved. When
called via API for example, no pop-up dialogs are allowed. See issue 73992 and
the handling in tablink.cxx.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-09 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from ko...@openoffice.org Tue Mar  9 19:55:53 + 
2010 ---
Good point.  I've added a guard to disable interaction handler when interpreting
formula strings from the API.

http://hg.services.openoffice.org/hg/cws/koheiextref01/rev/a113b80ef941

The external doc link API (the interfaces in linkuno.?xx used from oox) doesn't
need such guard since it accesses the cache table content directly.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-08 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User kohei changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from ko...@openoffice.org Mon Mar  8 19:09:37 + 
2010 ---
I had a second look at this.  Actually fixing this is quite simple.  I'll put
this into the koheiextref01 cws for 3.3 inclusion.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-08 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User kohei changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.3





--- Additional comments from ko...@openoffice.org Mon Mar  8 19:09:59 + 
2010 ---
set target for 3.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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-08 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User kohei changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from ko...@openoffice.org Mon Mar  8 19:13:37 + 
2010 ---
fixed in koheiextref01 cws.
http://hg.services.openoffice.org/cws/koheiextref01/rev/8e541a16ecaa

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-07 Thread yohan14
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from yoha...@openoffice.org Mon Mar  8 01:02:59 
+ 2010 ---
then my user will have a reason to stay with their excel until openoffice 
resolve this issue... this becomes one of the obstacles that will hold me to 
reduce excel users in my office..:(

Please, let me know if you have new progress on this.. Thanks

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-03-05 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User kohei changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.x





--- Additional comments from ko...@openoffice.org Sat Mar  6 01:10:01 + 
2010 ---
Confirmed.  But I doubt this ever worked correctly.  So, at least this is not a
regression.

For instance, when you link a table to an encrypted document, it succeeds only
for the first time.  When you reload the document and select to update the link,
the table fails to update.  The reason I checked the linked table is that linked
tables are an old mechanism not affected by my rework of the external 
references.

I could check how easily we can add support for encrypted documents, but no idea
if I could make that for 3.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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-02-24 Thread yohan14
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from yoha...@openoffice.org Thu Feb 25 03:24:17 
+ 2010 ---
any update on this ? my users are waiting impatiently. This could be a reason 
for them to go back to microsoft excel.. I really need progress here... Thanks

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-02-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from ko...@openoffice.org Thu Feb 25 03:44:20 + 
2010 ---
No update.  All of us developers are already under massive loads, so it's not
reasonable to expect a bug be fixed that quick.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-02-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from ko...@openoffice.org Thu Feb 25 03:55:00 + 
2010 ---
If you need an immediate fix, you should get a support contract with someone
capable of supporting OOo.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-02-16 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from e...@openoffice.org Tue Feb 16 10:57:11 + 
2010 ---
*** Issue 109090 has been marked as a duplicate of this issue. ***

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-02-16 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User er changed the following:

What|Old value |New value

  CC|''|'kohei'





--- Additional comments from e...@openoffice.org Tue Feb 16 10:59:06 + 
2010 ---
@kohei: ?

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-02-16 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User kohei changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |kohei





--- Additional comments from ko...@openoffice.org Tue Feb 16 13:27:26 + 
2010 ---
Let me look into 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-01-28 Thread yohan14
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404





--- Additional comments from yoha...@openoffice.org Fri Jan 29 03:47:37 
+ 2010 ---
hai.. just wondering about the progress of this issue.. I don't see this has
been resolved yet in the newest release candidate version (RC4)..



-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-01-25 Thread yohan14
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404


User yohan14 changed the following:

What|Old value |New value

 Version|OOO320m8  |OOO320m10





--- Additional comments from yoha...@openoffice.org Mon Jan 25 09:27:50 
+ 2010 ---
any help ? I am using the newest released candidate version, but still getting 
this problem..

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 108404] value return 0 from link of calc file with password

2010-01-18 Thread yohan14
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108404
 Issue #|108404
 Summary|value return 0 from link of calc file with password
   Component|Spreadsheet
 Version|OOO320m8
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|yohan14





--- Additional comments from yoha...@openoffice.org Mon Jan 18 09:06:43 
+ 2010 ---
1. create ODS (i.e transaction.ods)and save as with password abc 
2. create another ODS file (i.e master.ods)and save as with password xyz
3. put value in cell A1, B1, C1 = 1, 2, 3 in master.ods
4. link A1, B1, C1 in transaction.ods to A1, B1, C1 in master.ods
(cell A1 in transaction.ods will contain like 
this ='file:///C:/master.ods'#Sheet1.A1)

[in normal case, value of A1, B1, C1 in transaction.ods should be the same as 
value of A1, B1, C1 in master.ods]

close the file and save the changes.

5. open file transaction.ods, enter the password. A dialog box will appear. 
click Yes to update the file with the link contained.

6. Cell A1, B1, and C1 will be 0 (Zero)

If you remove password of file master.ods, cell A1, B1, C1 
of transaction.ods will return the value of A1,B1, C1 of master.ods 
correctly.

-
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org