Hi Rajeev,

Rajeev J Sebastian wrote:

On Thursday 09 March 2006 15:18, Frank Meies wrote:
If you have attribute changes, you have different text portions and the
string will be painted not as one string, but according to the portion
layout. As we already know, the portion layout is fine (see the cursor
travelling), therefore I'm not surprised about this effect. I'll already
informed HDU about this issue, we is the expert for all this vcl related
stuff.

Is there some kind of workaround for this issue ? Perhaps a mechanism to automatically split spaces into separate portions ?

I am looking at the SwAttrIter ... would that be a good place to look ?

This definitely is an evil and ugly hack. But it may resolve your current problems as long as the vcl problems are not solved. Have a look at SwTxtFormatInfo::ScanPortionEnd(). Add CH_BLANK to the cases (should be handled like CH_TAB or CH_BREAK). Note: This is a hack and might corrupt your documents, erase your hard disk or even burn down your house. Use at your own risk.

Regards,

Frank

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

Reply via email to