[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User cgu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 14 09:54:51 + 
2007 ---
Integrated in src680m203 and OOF680m6

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

2007-01-24 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17514


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jan 24 08:20:51 -0800 
2007 ---
CGU: Verified in cws impress116

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User cl changed the following:

What|Old value |New value

 Assigned to|cl|cgu





--- Additional comments from [EMAIL PROTECTED] Tue Jan 23 04:51:44 -0800 
2007 ---
verified in cws, back 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]



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User cl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jan 17 06:09:53 -0800 
2007 ---
good news is I fixed this issue, not only for hebrew but for all asian and
complex text.

When exporting text I check for bidi and asian/complex script. In that case I
ask the vcl outputdevice for a polygon representation of the text. This works
always as all our text formating functionality is already implemented in vcl.
This also solves the problems for languages where one character could be
rendered with different glyphs (polygons) depending on the context.

The drawback is that exporting bidi/asian/complex text will create bigger swf
files as glyph polygons are currently not reused. I will ask on the mailing
list, maybe someone likes to dedicate some time on 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]



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

2007-01-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17514


User pjanik changed the following:

What|Old value |New value

 Assigned to|ayaniger  |cl

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 11:11:41 -0800 
2007 ---
cl: what about your promise? ;-)


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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 22 02:11:12 -0800 
2006 ---
cl-ayaniger: I don't understand hebrew so I can only verify that this patch
only hack hebrew text. I also see that this is only a hack. Question is, does it
make things only better for hebrew export? Should we integrate it as it is now?
Or does it break other things?

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

2006-11-22 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17514





--- Additional comments from [EMAIL PROTECTED] Wed Nov 22 02:50:21 -0800 
2006 ---
ayaniger-cl:
There is no doubt that this patch makes things only better for Hebrew. In the
current version, all Hebrew text is simply backwards, which is about as bad as
you can get. 

I've looked at the Flash export code again recently and compared with SVG
export. I found that the Hebrew string retrieved from the metafile is in the
same order for both Flash export and for SVG export, yet in SVG, the string is
displayed in proper order, while in Flash it isn't (unless you apply my patch).
Since I haven't worked with the SVG export code at all, I think it might be a
good idea at this point to hand the issue over to someone who is more familiar
with the SVG and Flash code. Since the issue was originally assigned to you, I
guess you are that person. If you have the time now to look into it and find a
more elegant solution fairly soon, maybe you'll want to do that before
integrating the patch. If you don't have time for that now, Hebrew users would
be grateful if you integrate the patch, and at some point one of us can look
further into the problem. I will update you if I go back to working on the
issue, and if you don't mind, I would appreciate it if you update me if you
begin work on the issue.

From my tests with English text, my patch doesn't break anything, but your QA
people may want to confirm 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]



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User cl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo 2.x   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Wed Nov 22 03:02:56 -0800 
2006 ---
ok so I target this issue for 2.2. I will either find time to have a look at
this prior to 2.2 code freeze or integrate this patch for 2.2 before code
freeze. Whatever comes first :)

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 15 02:31:12 -0800 
2006 ---
cl-alan: As soon as you have a fix, I'm happy to review it and maybe put it in
a CWS for integration

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 15 05:57:40 -0800 
2006 ---
ayaniger-cl:
For now, I hacked a solution by passing the reversed text through the bidi
algorithm, thus reversing the reversed text, and getting the text reordered.
Intending to really solve the problem when I have more time, I've refrained from
posting the patch until now because it's such a kludge. But I'll post it anyway,
since it may be useful for the time being.

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User ayaniger changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40585)
Passes text through
|  | bidi algorithm






--- Additional comments from [EMAIL PROTECTED] Wed Nov 15 05:59:54 -0800 
2006 ---
Created an attachment (id=40585)
Passes text through bidi algorithm


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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Tue Oct 24 09:00:00 -0700 
2006 ---
yba-cl,ayaniger,alan: Sorry, this is my fault. I thought that alan was a
duplicate alias for ayaniger.

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User ayaniger changed the following:

What|Old value |New value

  CC|'alan,ayaniger,cl,dina,ft,|'alan,ayaniger,cl,ft,itzik
|itzikhoffenung,munzirtaha,|hoffenung,munzirtaha,yba'
|yba'  |





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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Sun Oct 22 11:01:16 -0700 
2006 ---
ayaniger - cl: 
I think you've mixed up your alan's. :)
My first name is Alan, but my OOo name is ayaniger. You assigned the issue to
alan (ahmad azlan) instead of ayaniger.

Alan Yaniger


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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User ayaniger changed the following:

What|Old value |New value

 Assigned to|alan  |ayaniger





--- Additional comments from [EMAIL PROTECTED] Sun Oct 22 11:02:45 -0700 
2006 ---
Correcting reassignment

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 23:50:25 -0700 
2006 ---
yba-cl: Please assign this issue to Alan Yaniger. We have started work on it.

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Fri Oct 20 02:04:38 -0700 
2006 ---
ayaniger-cl:
I noticed that in swfwriter1.cxx, in Writer::Impl_writeActions, there is no case
statement for META_TEXTLANGUAGE_ACTION (like there is in pdfexport.cxx). When I
added one, execution reached the code I added. Might this be the problem? If so,
we need an Impl_setLanguage function, or the like.

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User cl changed the following:

What|Old value |New value

  CC|'alan,ayaniger,dina,ft,itz|'alan,ayaniger,cl,dina,ft,
|ikhoffenung,munzirtaha,yba|itzikhoffenung,munzirtaha,
|' |yba'

 Assigned to|cl|alan

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Oct 20 05:38:51 -0700 
2006 ---
reassigning as requested

cl-ayaniger: that may be true, but you are on the right track. Comparing pdf
and svg export with flash is a good start to find out what is missing.


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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 05:52:35 -0700 
2006 ---
yba-Alan: Let me know where you think that we stand on the Hebrew PPT-Impress
project. Either you can fix this bug after you make more progress on
PPT-Impress , or I could assign the fix to Moshe since it *appears* to be not
connected with other work that you are currently doing on Impress. Let me know
what you think.

 - yba

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User cl changed the following:

What|Old value |New value

Target milestone|OOo Later |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 07:09:01 -0700 
2006 ---
retargeted due to the high vote count.

cl-ayaniger: thanks for you offer to help, I will try to have a quick look at
this issue soon and then see if I can give you some hints or need some help for
you to fix 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]



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 07:11:21 -0700 
2006 ---
can someone please verify if we have the same issue with svg?

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 20:02:38 -0700 
2006 ---
cl, I checked the svg support with Arabic and Hebrew but unfortunately, I 
couldn't see any text. I checked with Firefox, Konqueror, Opera and ksvg in 
linux.

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Wed Oct 18 13:22:13 -0700 
2006 ---
Any news on this front?

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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





--- Additional comments from [EMAIL PROTECTED] Tue Sep 12 04:43:49 -0700 
2006 ---
ayaniger-cl:
Have you been able to look at this issue? If not, can you give me direction on
how to deal with it (where to look in the code, is there existing documentation,
related bugs, etc.)?

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User ayaniger changed the following:

What|Old value |New value

  CC|'alan,dina,ft,itzikhoffenu|'alan,dina,ft,itzikhoffenu
|ng,munzirtaha'|ng,munzirtaha,yba'





--- Additional comments from [EMAIL PROTECTED] Tue Sep 12 04:44:33 -0700 
2006 ---
ayaniger-cl:
Have you been able to look at this issue? If not, can you give me direction on
how to deal with it (where to look in the code, is there existing documentation,
related bugs, etc.)?

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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

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


User ayaniger changed the following:

What|Old value |New value

  CC|'alan,dina,ft,itzikhoffenu|'alan,ayaniger,dina,ft,itz
|ng,munzirtaha,yba'|ikhoffenung,munzirtaha,yba
|  |'





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



[l10n-issues] [Issue 17514] incorrect letter order / word order when exporting Hebrew as swf (flash )

2006-07-01 Thread sforbes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17514





--- Additional comments from [EMAIL PROTECTED] Sat Jul  1 06:34:33 -0700 
2006 ---
this bug is 3 years old and has 70 votes. 
Any chances on getting it back on the roadmap?

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