On 27-Nov-2001 John Levon wrote:
> so how do I tell from setParagraph whether the para is inside an insettext ?
Well this is really easy to do, IMO. EVERY paragraph having an owner IS
inside a InsetText! So when updating the paragraph options you have just
to look if the corresponding paragraph
On Tue, Nov 27, 2001 at 10:33:07AM +0100, Juergen Vigna wrote:
> > Given that pagebreaks should be disallowed in minipage etc. it makes no difference
> > (does it ?). I changed it so it looks similar to other cases (code is confusing
> > enough already).
>
> Well but then we should disallow gene
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> This patch adds a line and some text when a par has some added
John> text. IT looks like it works ok in minipages etc. too. Please
John> apply.
Applied in my tree.
JMarc
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 26-Nov-2001 John Levon wrote:
>> On Mon, Nov 26, 2001 at 05:16:57PM +0100, Juergen Vigna wrote:
>>> - p.pain->line(0, y, ww, y, LColor::pagebreak,
>>> Painter::line_onoffdash); + p.pain->line(p.xo, y, p.xo + p.width,
>>> y,
On 26-Nov-2001 John Levon wrote:
> On Mon, Nov 26, 2001 at 05:16:57PM +0100, Juergen Vigna wrote:
>
>> - p.pain->line(0, y, ww, y, LColor::pagebreak, Painter::line_onoffdash);
>> + p.pain->line(p.xo, y, p.xo + p.width, y, LColor::pagebreak,
>> Painter::line_onoffdash);
>>
>> Did you look what w
On Mon, Nov 26, 2001 at 05:16:57PM +0100, Juergen Vigna wrote:
> - p.pain->line(0, y, ww, y, LColor::pagebreak, Painter::line_onoffdash);
> + p.pain->line(p.xo, y, p.xo + p.width, y, LColor::pagebreak,
>Painter::line_onoffdash);
>
> Did you look what ww was in this context? IMO it not always is
On 26-Nov-2001 John Levon wrote:
>
> This patch adds a line and some text when a par has some added text. IT looks
> like it works ok in minipages etc. too. Please apply.
- p.pain->line(0, y, ww, y, LColor::pagebreak, Painter::line_onoffdash);
+ p.pain->line(p.xo, y, p.xo + p.width, y, LColor:
This patch adds a line and some text when a par has some added text. IT looks
like it works ok in minipages etc. too. Please apply.
thanks
john
--
"By the way, it's not binaries, it's Perl code. Sometimes they look confusingly
similar."
- Pavel Roskin
Index: ChangeLog
===