[api-issues] [Issue 99146] PPT->ODP conversion bug

2009-05-20 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99146


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from w...@openoffice.org Wed May 20 13:09:30 + 
2009 ---
.

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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

2009-05-20 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99146





--- Additional comments from w...@openoffice.org Wed May 20 13:09:11 + 
2009 ---
Tested in m48. 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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

2009-04-17 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99146


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Fri Apr 17 10:04:21 + 
2009 ---
Verified in CWS.

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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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


User sj changed the following:

What|Old value |New value

 Assigned to|sj|wg





--- Additional comments from s...@openoffice.org Fri Apr  3 13:37:37 + 
2009 ---
sj->wg: the bugfix is ready to be verified in cws[impress168]. to verify this,
you just have to save / reload the bug.ppt document into the old sxi format.

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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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


User sj changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.2





--- Additional comments from s...@openoffice.org Mon Feb 16 19:11:54 + 
2009 ---
This issue has been fixed now. The problem is that the converter was saving into
the old StarOffice Impress format, this format does not know about CustomShapes
(smiley, arrows...). When saving a replacement is created which is conform to
the old StarOffice Impress format. And of course in
XMLShapeExport::checkForCustomShapeReplacement is a little bug which is
calculating the wrong text size.

Perhaps it may be a good idea to use our latest OpenOffice format, then you have
to replace

convertDocument("D:/download/bug.ppt", "StarOffice XML (Impress)", "odp");

with:
convertDocument("D:/download/bug.ppt", "impress8", "odp");

using the latest format you do not have to wait for this bugfix, everything
should be fine without.

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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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


User sj changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from s...@openoffice.org Mon Feb 16 13:47:40 + 
2009 ---
sj->cl: I checked your advice, but reformatting all text objects does not help,
I have to debug 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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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


User cl changed the following:

What|Old value |New value

 Assigned to|cl|sj





--- Additional comments from c...@openoffice.org Fri Feb 13 09:37:20 + 
2009 ---
cl->sj: all text objects have a size of 0x0. Thats maybe caused by the effect
that the document is never painted after ppt import.  Maybe a
ReformatAllTextObjects at the SdrModel after ppt import does the trick?

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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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


User jsc changed the following:

What|Old value |New value

 Assigned to|jsc   |cl





--- Additional comments from j...@openoffice.org Fri Feb 13 08:07:53 + 
2009 ---
jsc -> cl: maybe you have an idea. The code looks ok on a first quick look

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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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


User tcm_gl changed the following:

What|Old value |New value

 Version|1.0.0 |OOo 3.0.1





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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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





--- Additional comments from tcm...@openoffice.org Thu Feb 12 11:39:01 
+ 2009 ---
Created an attachment (id=60121)
output file - conversion produce some bugs


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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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





--- Additional comments from tcm...@openoffice.org Thu Feb 12 11:38:09 
+ 2009 ---
Created an attachment (id=60120)
input file


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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

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





--- Additional comments from tcm...@openoffice.org Thu Feb 12 11:37:31 
+ 2009 ---
Created an attachment (id=60119)
conversion code


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


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



[api-issues] [Issue 99146] PPT->ODP conversion bug

2009-02-12 Thread tcm_gl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99146
 Issue #|99146
 Summary|PPT->ODP conversion bug
   Component|api
 Version|1.0.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|tcm_gl





--- Additional comments from tcm...@openoffice.org Thu Feb 12 11:36:23 
+ 2009 ---
Open Office produce some bugs while
PPT->ODP conversion. The bugs occurs only with conversion via Java API, manual
conversion does not produce any bug.

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


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