[graphics-issues] [Issue 20260] Trailing spaces generate b lank line, differently from Powerpoint.

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


User cl changed the following:

What|Old value |New value

Target milestone|OOo 3.0   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Mon Jun  2 17:28:48 + 
2008 ---
retargeted

-
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 20260] Trailing spaces generate b lank line, differently from Powerpoint.

2007-09-12 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20260


User cl changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Sep 12 12:40:30 + 
2007 ---
retargeted

-
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 20260] Trailing spaces generate b lank line, differently from Powerpoint.

2006-10-17 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20260


User jlcheng changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |39828)
this patch is bette
|  |r, please test






--- Additional comments from [EMAIL PROTECTED] Tue Oct 17 06:37:33 -0700 
2006 ---
Created an attachment (id=39828)
this patch is better, please test


-
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 20260] Trailing spaces generate b lank line, differently from Powerpoint.

2006-10-17 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20260


User cl changed the following:

What|Old value |New value

 Assigned to|tl|cl

Target milestone|OOo Later |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Tue Oct 17 08:17:03 -0700 
2006 ---
I do not accept this patch as it is now. If we change only the default behaviour
of the edit engine, we change the layout of existing OpenOffice documents. We
will not fix an issue by introducing a new one.

As sven explained to me we also can't fix this issue by removing or introducing
whitespaces during ppt import and export. So the only way to solve this issue is
to introduce some kind of a compatibility setting at a shape that defines if the
new formating is used or not. This must be set at the ppt import and must also
be stored persistent in the OOo xml format.

Therefore thesetasks are left to solve this issue
- add code to ppt import to set this compatibility flag on each importet shape
- add code to xmloff to import and export this compatibility flag
- add code to edit engine to only use new formating if compatibility flag is set
- introduce compatibility flag to oasis file 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: [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 20260] Trailing spaces generate b lank line, differently from Powerpoint.

2006-10-17 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20260





--- Additional comments from [EMAIL PROTECTED] Tue Oct 17 08:26:49 -0700 
2006 ---
if( pNode-GetChar( nBreakInLine ) == ' ' || pNode-GetChar( nBreakInLine +
nLineStart ) == cBlankCJKChar )

This looks wrong, why nBreakInLine and then nBreakInLine + nLineStart?


-
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 20260] Trailing spaces generate b lank line, differently from Powerpoint.

2006-10-17 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20260





--- Additional comments from [EMAIL PROTECTED] Tue Oct 17 22:29:57 -0700 
2006 ---
Yes, it is wrong, and should be:
if( pNode-GetChar( nBreakInLine + nLineStart ) == ' ' || pNode-GetChar(
nBreakInLine + nLineStart ) == cBlankCJKChar )

I think this issue is not good in fact, and I like OOo behaviour. But somebody
think MS PPT is standard, I find I understand some code of OOo behaviour. This 
issue is so long, I want to give you some patch for your test only and I think
maybe learn more knowledge about 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: [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 20260] Trailing spaces generate b lank line, differently from Powerpoint.

2006-10-15 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20260





--- Additional comments from [EMAIL PROTECTED] Sun Oct 15 19:34:22 -0700 
2006 ---
Oh, now OOo 2.1 can fix this problem? Many other problems are ref to this one.

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