Re: [GSoC] Chaining overflowing text between boxes does not work when all text overflows

2014-08-11 Thread Thorsten Behrens
Matteo Campanelli wrote: > I traced the problem back to SdrTextAttribute objects in > createTextPrimitive not having a property isToBeChained set to true. > Apparently, this happens because createSdrFooAttribute functions > (sdrattributecreator.cxx) ignores chaining property. I fixed the issue for

Re: [GSoC] Chaining overflowing text between boxes does not work when all text overflows

2014-08-11 Thread Matteo Campanelli
On Fri, Aug 8, 2014 at 6:18 PM, Matteo Campanelli < matteo.campane...@gmail.com> wrote: > > [Code] > The code above truncates the text in the first box. > The text in the second paragraph is restored by creating an appropriate > SdrChainedTextPrimitive object and its create2DDecomposition method.

[GSoC] Chaining overflowing text between boxes does not work when all text overflows

2014-08-08 Thread Matteo Campanelli
I have an issue with my current chaining code. The current chaining mechanism seems to be working: once out of edit mode, when a page overflow occurs, the first paragraph that causes it and all the next ones are moved in the next link in the chain . The problem arises when the first paragraph is th