[sc-issues] [Issue 44061] Can't select TextBox

2005-03-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44061





--- Additional comments from [EMAIL PROTECTED] Fri Mar  4 06:51:49 -0800 
2005 ---
This looks like a duplicate of issue 39753 where creating text boxes with the
excel property Fill set to no fill plus the Line set to No Line is causing
this. See also issue 39022.  



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



[sc-issues] [Issue 40354] Notes get hidden during sorting and coping

2005-02-18 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40354


User jmarmion changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=22794) prrof of
  |  |concept patch





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 08:45:44 -0800 
2005 ---
Created an attachment (id=22794)
prrof of concept patch


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



[sc-issues] [Issue 40354] Notes get hidden during sorting and coping

2005-02-18 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40354





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 08:48:17 -0800 
2005 ---
attached proof of concept patch. Still outstanding: 
1. showing notes during filter/sort
2. position of notes at column and row extremes i.e. column 0, MAXCOL, row 0 and
MAXROW


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



[sc-issues] [Issue 41783] Scenario data lost while export/import to xls

2005-02-17 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41783


User jmarmion changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Thu Feb 17 02:37:58 -0800 
2005 ---
Thanks to nn, I now understand this. The problem here is that the scenario cell
data in the sxc doc is derived from a formula. When exporting to Excel, the
scenario sheet cell data resulting values are used and so Excel will display 0.
Excel scenario data is expected to be a constant value. It does not look like we
can do a lot about this in the short term. The workaround would be to use
constant cell values  so that scenario data will be exported correctly between
Calc and Excel.

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



[sc-issues] [Issue 39589] Exporting sheet to XLS/XLT causes EXCEL to crash

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





--- Additional comments from [EMAIL PROTECTED] Wed Feb 16 06:02:27 -0800 
2005 ---
The latest patch attached to this issue is the code changes necessary to fix
this problem. This patch was created against OOom73. There is one very minor
change to the attached patch to what was checked into the CVS tree. This is at
line 393 of xecontent.cxx :
ULONG nRangeCount = 
::std::minULONG(nRemainingRanges, EXC_MERGEDCELLS_MAXCOUNT);
instead of the patch content of:
ULONG nRangeCount = 
::std::min(nRemainingRanges, static_castULONG(EXC_MERGEDCELLS_MAXCOUNT));


This patch changed the following 5 files to cvs revision levels:
xecontent.cxx  1.13
xltools.cxx1.20
xecontent.hxx  1.10
xlcontent.hxx  1.7
xltools.hxx1.20



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



[sc-issues] [Issue 25332] Positioning and resizing of Cell Notes

2005-02-15 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25332





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 01:54:28 -0800 
2005 ---
*** Issue 12770 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 12770] Note size is not editable

2005-02-15 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=12770


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 01:54:29 -0800 
2005 ---
This is now implemented in issue 25332.

*** This issue has been marked as a duplicate of 25332 ***

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



[sc-issues] [Issue 12770] Note size is not editable

2005-02-15 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=12770


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 01:54:48 -0800 
2005 ---
closed

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



[sc-issues] [Issue 23172] Various problems when working with a big-assed spreadsheet

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=23172


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |mhu

Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 05:35:01 -0800 
2005 ---
The length of time taken in deleting a sheet or closing the attached document
has been identified as a performance problem of the FixedMemPool class. I am not
getting any out of memory errors and I see no evidence of memory leaks on
import. I will assign this FixedMemPool problem to mhu who looks after this 
area.

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 06:38:44 -0800 
2005 ---
reopen to assign to QA

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 06:39:23 -0800 
2005 ---
assign to QA

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 06:40:13 -0800 
2005 ---
reset to fixed

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 06:41:10 -0800 
2005 ---
reopen to reassign to QA

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 06:42:08 -0800 
2005 ---
assign to QA

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 06:43:04 -0800 
2005 ---
reset to fixed

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



[sc-issues] [Issue 5316] Note in Spreedsheet after converting a Spreadsheet from Excel

2005-02-14 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=5316


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 14 08:48:12 -0800 
2005 ---
This problem has been fixed by feature issue 25332 and will be available in
OOo2.0. It is now available in the OOo2.0 developer builds. I will close this.

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:44:42 -0800 
2005 ---
fix checked into cws/calc29 today.

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED

  Target milestone|OOo Later |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:45:40 -0800 
2005 ---
set to fixed.

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:47:32 -0800 
2005 ---
assign to QA

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:47:49 -0800 
2005 ---
rset to fixed

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |

  Target milestone|OOo Later |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:48:29 -0800 
2005 ---
reopen to assign to QA

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:49:17 -0800 
2005 ---
assign to QA

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 01:51:36 -0800 
2005 ---
reset to fixed

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 05:11:50 -0800 
2005 ---
sorry - need to own this for now.

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|oc|jmarmion

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 05:12:20 -0800 
2005 ---
sorry - need to own this for now.

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



[sc-issues] [Issue 33764] Positioning and resizing of notes not possible during inserting

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33764


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 05:12:39 -0800 
2005 ---
reset to fixed

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 05:12:58 -0800 
2005 ---
sorry - need to own this for now.

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



[sc-issues] [Issue 36614] Switching note to stacked text leaves note

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36614


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 05:13:49 -0800 
2005 ---
reset to fixed

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



[sc-issues] [Issue 42543] floating textbox with transparent bg not editable

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42543


User jmarmion changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 06:08:00 -0800 
2005 ---
duplicate of issue 39022 - see also issue 39753.

*** This issue has been marked as a duplicate of 39022 ***

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



[graphics-issues] [Issue 39022] PPT-Import: I can't select an textobject with a simple click

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39022





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 06:07:59 -0800 
2005 ---
*** Issue 42543 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 42543] floating textbox with transparent bg not editable

2005-02-11 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42543


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 06:08:34 -0800 
2005 ---
closed

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



[xml-issues] [Issue 41033] Pocketfilter: Functions broken during export

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41033


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Feb  8 02:08:28 -0800 
2005 ---
reopen to reassign

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



[xml-issues] [Issue 41033] Pocketfilter: Functions broken during export

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41033


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Feb  8 02:08:54 -0800 
2005 ---
assign to QA

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



[xml-issues] [Issue 41033] Pocketfilter: Functions broken during export

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41033


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Feb  8 02:09:20 -0800 
2005 ---
reset to fixed

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



[xml-issues] [Issue 28561] Bugfixes for xmerge needed for LaTeX export

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28561


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Feb  8 02:10:15 -0800 
2005 ---
reopen to reassign

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



[sw-issues] [Issue 24813] include tex-filter in OOo2.0

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24813



This issue depends on issue 28561, which changed state:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





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



[xml-issues] [Issue 28561] Bugfixes for xmerge needed for LaTeX export

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28561


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Feb  8 02:10:58 -0800 
2005 ---
assign to QA

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



[xml-issues] [Issue 28561] Bugfixes for xmerge needed for LaTeX export

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28561


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Feb  8 02:11:25 -0800 
2005 ---
reset to fixed

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



[sw-issues] [Issue 24813] include tex-filter in OOo2.0

2005-02-08 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24813



This issue depends on issue 28561, which changed state:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





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



[sc-issues] [Issue 39589] Exporting sheet to XLS/XLT causes EXCEL to crash

2005-02-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39589





--- Additional comments from [EMAIL PROTECTED] Fri Feb  4 02:02:17 -0800 
2005 ---
*** Issue 42030 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 42030] some files saved to excel format can't be opened by MS Office

2005-02-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42030


User jmarmion changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Feb  4 02:02:18 -0800 
2005 ---
this is a duplicate to issue 39589 - excel allows a maximum count of 1027 merged
cells to be associated with one merged cell record. This fix is in developer
build 680m76.  

*** This issue has been marked as a duplicate of 39589 ***

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



[sc-issues] [Issue 42030] some files saved to excel format can't be opened by MS Office

2005-02-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42030


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Feb  4 02:02:49 -0800 
2005 ---
closed

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



[sc-issues] [Issue 41895] new notes are not saved

2005-02-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41895


User jmarmion changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Feb  4 06:03:51 -0800 
2005 ---
thanks. ok - closing as wfm.

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



[sc-issues] [Issue 41895] new notes are not saved

2005-02-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41895


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Feb  4 06:04:10 -0800 
2005 ---
closed

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



[sc-issues] [Issue 41895] new notes are not saved

2005-02-04 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41895





--- Additional comments from [EMAIL PROTECTED] Fri Feb  4 03:45:31 -0800 
2005 ---
@submitter: Can you identify the developer build version of OOo2.0 you used to
create this issue. 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 41895] new notes are not saved

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





--- Additional comments from [EMAIL PROTECTED] Wed Feb  2 06:19:07 -0800 
2005 ---
The Note should not disappear because you saved to OOo1.0 format. Is the
tools-options-Calc-View-Display-Note indicator set ? This option contols
the note indicator. Is the Show Note option available whern you execute the
context menu on the cell? Is the note completely gone or is only the text
content gone? What developer build version of OOo2.0 did you use? 

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



[sc-issues] [Issue 41783] Scenario data lost while export/import to xls

2005-02-01 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41783


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|dr|jmarmion





--- Additional comments from [EMAIL PROTECTED] Tue Feb  1 07:02:35 -0800 
2005 ---
reassign

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



[sc-issues] [Issue 41783] Scenario data lost while export/import to xls

2005-02-01 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41783


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Feb  1 10:34:03 -0800 
2005 ---
accept

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



[sc-issues] [Issue 41739] New - Formatted Note Text does not appear in OOo1.x

2005-01-31 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41739
  Issue #:|41739
  Summary:|Formatted Note Text does not appear in OOo1.x
Component:|Spreadsheet
  Version:|680m73
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|sab
  Reported by:|jmarmion





--- Additional comments from [EMAIL PROTECTED] Mon Jan 31 08:00:13 -0800 
2005 ---
OOo2.0 supports formatted Note text. For example:

1. Open a new document using latest OOo2.0 developer builds
2. Create a Note
3. Set some text to bold.
4. Save as sxc (OOo1.x format)

Result: this bold text will be missing in OOo1.x. The text is displayed
correctly and in bold in OOo2.0.

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



[sc-issues] [Issue 41529] Export notes to excel

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





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 04:16:28 -0800 
2005 ---
can you attach a sample doc using the link Create a new attachment above. 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[xml-issues] [Issue 41033] Pocketfilter: Functions broken during export

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


User jmarmion changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 07:05:14 -0800 
2005 ---
patch checked into cws/dr32

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



[sc-issues] [Issue 25332] Positioning and resizing of Cell Notes

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





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 07:39:06 -0800 
2005 ---
*** Issue 41529 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 41529] Export notes to excel

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


User jmarmion changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 07:39:06 -0800 
2005 ---
This is now fixed in the OOo2.0 developer builds. OOo1.x did not export the
actual note position and size. Now when attached original.xls is saved, it looks
the same in Excel and Calc. This was fixed with issue 25332. 

*** This issue has been marked as a duplicate of 25332 ***

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



[sc-issues] [Issue 41529] Export notes to excel

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


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 07:39:53 -0800 
2005 ---
closed

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



[sc-issues] [Issue 39816] O.O can not open empty file from jakarta poi API

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


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 09:06:07 -0800 
2005 ---
closed

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



[graphics-issues] [Issue 39022] PPT-Import: I can't select an textobject with a simple click

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





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 10:10:44 -0800 
2005 ---
*** Issue 39753 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 39753] text box in imported xls file not selectable

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


User jmarmion changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 10:10:45 -0800 
2005 ---
same as issue 39022 which is now fixed

*** This issue has been marked as a duplicate of 39022 ***

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



[sc-issues] [Issue 39753] text box in imported xls file not selectable

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


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 10:11:04 -0800 
2005 ---
closed

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



[graphics-issues] [Issue 29532] Import text flow (stacked, rotated) from Escher objects

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





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 10:16:16 -0800 
2005 ---
*** Issue 39754 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 39754] text boxes in xls file have wrong orientation

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


User jmarmion changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 10:16:16 -0800 
2005 ---
yes, this is a known limitation  - see issue 29532. 

*** This issue has been marked as a duplicate of 29532 ***

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



[sc-issues] [Issue 39754] text boxes in xls file have wrong orientation

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


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 28 10:16:41 -0800 
2005 ---
closed

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



[sc-issues] [Issue 39589] Exporting sheet to XLS/XLT causes EXCEL to crash

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


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 02:32:05 -0800 
2005 ---
reopen to reassign

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



[sc-issues] [Issue 39589] Exporting sheet to XLS/XLT causes EXCEL to crash

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


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 02:32:45 -0800 
2005 ---
reset to fixed

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



[sc-issues] [Issue 39167] full width not set importing textless objects from xls

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


User jmarmion changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 02:34:33 -0800 
2005 ---
reopen to reassign

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



[sc-issues] [Issue 39167] full width not set importing textless objects from xls

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


User jmarmion changed the following:

  What|Old value |New value

   Assigned to|jmarmion  |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 02:34:55 -0800 
2005 ---
assign to QA

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



[sc-issues] [Issue 39167] full width not set importing textless objects from xls

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


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 02:35:17 -0800 
2005 ---
reset to fixed

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



[xml-issues] [Issue 41033] Pocketfilter: Functions broken during export

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


User jmarmion changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 03:19:45 -0800 
2005 ---
I will have a look at this.

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



[sw-issues] [Issue 24813] Include Latex Export Filter in next release ?

2005-01-21 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24813



This issue depends on issue 28561, which changed state:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





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



[xml-issues] [Issue 41033] Pocketfilter: Functions broken during export

2005-01-20 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41033





--- Additional comments from [EMAIL PROTECTED] Thu Jan 20 09:18:58 -0800 
2005 ---
no. The fix for issue 33702 was related solely to the saving/exporting of pocket
word/excel docs. It was possible to import pocket excel docs prior to that fix.
This problem can also be seen if you attempt to import a pocket excel doc
containing functions and is present with/without the fix for issue 33702.

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



[api-issues] [Issue 28634] filters dont use provided status indicator

2005-01-17 Thread jmarmion
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28634


User jmarmion changed the following:

  What|Old value |New value

  Priority|P3|P4





--- Additional comments from [EMAIL PROTECTED] Mon Jan 17 05:50:10 -0800 
2005 ---
change to P4 as parent is P4. 

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