Julien Galand wrote:
Hi everybody,

As far as my tries have gone, it seems that a TextRange cannot return its string (through getString() ) if its length is higher than a certain limit, which I estimate to be around 65000 characters.
Is it documented somehow ?
Is there another workaround than enumerating TextPortions to retrieve TextRanges with a finer granularity ?

I use OO 2.0.3 (Windows version).

Thank you if you can help.

Julien Galand

Internally, OOo unfortunately has (at least) two different character string types, sal's ::rtl::OUString and tools' ::String. The latter has a 16-bit length limit and is still used extensively in application code (Writer etc.). I guess you have been trapped by that, and I would suggest you file an issue.

-Stephan

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

Reply via email to