To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86406
User aw changed the following:
What |Old value |New value
================================================================================
Assigned to|aw |pl
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 5 01:02:44 +0000
2008 -------
AW->PL: I already accepted that it may not be linux-specific in my last reply,
sorry for not extra mentioning it.
What i am talking about is the OutputDevice::EnableRTL(false) call which needs
to be done by the application for each application paint window like the main
view window in Draw/Impress. I do not know exactly the mechanisms at VCL, but
try to call back their usage from memory.
That flag should be set to FALSE and is copied to a new device (maBufferDevice)
when using
maBufferDevice.SetDrawMode(getOutputDevice().GetDrawMode());
maBufferDevice.SetSettings(getOutputDevice().GetSettings());
AFAIK from SetSettings(). The flag influences (AFAIK) the
OutputDevice::DrawOutDev() command to not apply the mirroring to the given
areas.
If it is the case that the OutputDevice::EnableRTL(false) should be done and
SetDrawMode and/or SetSettings copies that setting and the DrawingLayer does
both, i want to claim that DrawingLayer is doing the right thing (what is also
assisted by the fact that it works on local systems).
If this is the case it seems to be an error on VCL-Level (or deeper), i do not
know how i could change or fix that in DrawingLayer.
The rest i wrote was speculation (hardware/driver/linux) to maybe trigger
remembrance of an already known/happened error/problem. I did not intend to make
that speculation fact, i only wanted to assist You.
Fact is that DrawingLayer does what i described above. When You agree that this
should be what DrawingLayer should do, please help with finding the real error.
---------------------------------------------------------------------
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]