Re: [PATCH] Docbook graphic - mediaobject

2004-10-22 Thread Andreas Vox
Jos Ablio Oliveira Matos [EMAIL PROTECTED] writes: On Thu, Oct 21, 2004 at 10:24:17AM +, Andreas Vox wrote: Lars Gullik Bjnnes larsbj at ... writes: Andreas Vox vox at ... writes: | - case LyXLength::PT: // Point = 1/72.27in = 0.351mm | + case

Re: [PATCH] Docbook graphic - mediaobject

2004-10-22 Thread Lars Gullik Bjønnes
Andreas Vox [EMAIL PROTECTED] writes: | José Abílio Oliveira Matos [EMAIL PROTECTED] writes: On Thu, Oct 21, 2004 at 10:24:17AM +, Andreas Vox wrote: Lars Gullik Bjønnes larsbj at ... writes: Andreas Vox vox at ... writes: | - case LyXLength::PT: // Point =

Re: [PATCH] Docbook graphic - mediaobject

2004-10-22 Thread José Abílio Oliveira Matos
On Fri, Oct 22, 2004 at 12:27:19PM +, Andreas Vox wrote: José Abílio Oliveira Matos [EMAIL PROTECTED] writes: Fix what? In my opinion this is the fix: an older patch introduced those spurious '' in toDocbookLength() and I used the opportunity to delete them in the last patch. So they

Re: [PATCH] Docbook graphic - mediaobject

2004-10-22 Thread Andreas Vox
Lars Gullik Bjnnes [EMAIL PROTECTED] writes: And you are sure they was not introduced for a reason? Since I wrote toDocbookLength() I should remember, no? :-) I used cutpaste to insert the declaraion of these enum constants, that's where the comments come from (and they were of course correct

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-22 Thread Andreas Vox
Josà AbÃlio Oliveira Matos <[EMAIL PROTECTED]> writes: > > On Thu, Oct 21, 2004 at 10:24:17AM +, Andreas Vox wrote: > > Lars Gullik BjÃnnes ...> writes: > > > > > Andreas Vox ...> writes: > > > | - case LyXLength::PT: //< Point = 1/72.27in = 0.351mm > > > | +

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-22 Thread Lars Gullik Bjønnes
Andreas Vox <[EMAIL PROTECTED]> writes: | José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: > >> >> On Thu, Oct 21, 2004 at 10:24:17AM +, Andreas Vox wrote: >> > Lars Gullik Bjønnes ...> writes: >> > >> > > Andreas Vox ...> writes: >> > > | - case LyXLength::PT: //<

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-22 Thread José Abílio Oliveira Matos
On Fri, Oct 22, 2004 at 12:27:19PM +, Andreas Vox wrote: > José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: > > Fix what? In my opinion this is the fix: an older patch introduced those > spurious '<' in toDocbookLength() and I used the opportunity to > delete them in the last patch.

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-22 Thread Andreas Vox
Lars Gullik BjÃnnes <[EMAIL PROTECTED]> writes: > And you are sure they was not introduced for a reason? > Since I wrote toDocbookLength() I should remember, no? :-) I used cut to insert the declaraion of these enum constants, that's where the comments come from (and they were of course correct

[PATCH] Docbook graphic - mediaobject

2004-10-21 Thread Andreas Vox
Hi! This is the insetgraphics patch, which also changes the Docbook SGML preamble. Nothing new, except that I not only erased all blanks but also some superflous '' chars :-) /Andreas Index: src/insets/insetcite.C === RCS file:

Re: [PATCH] Docbook graphic - mediaobject

2004-10-21 Thread Angus Leeming
Andreas Vox wrote: Hi! This is the insetgraphics patch, which also changes the Docbook SGML preamble. Nothing new, except that I not only erased all blanks but also some superflous '' chars :-) You attached the insetcite patch... -- Angus

Re: [PATCH] Docbook graphic - mediaobject

2004-10-21 Thread Andreas Vox
Angus Leeming [EMAIL PROTECTED] writes: You attached the insetcite patch... That's what happens if you start posting before waking up ... Sorry. /Andreas Index: src/buffer.C === RCS file: /cvs/lyx/lyx-devel/src/buffer.C,v retrieving

Re: [PATCH] Docbook graphic - mediaobject

2004-10-21 Thread Lars Gullik Bjønnes
Andreas Vox [EMAIL PROTECTED] writes: | Angus Leeming [EMAIL PROTECTED] writes: | You attached the insetcite patch... | That's what happens if you start posting before waking up ... | Sorry. | /Andreas | - case LyXLength::PT: // Point = 1/72.27in = 0.351mm | + case

Re: [PATCH] Docbook graphic - mediaobject

2004-10-21 Thread Andreas Vox
Lars Gullik Bjnnes [EMAIL PROTECTED] writes: Andreas Vox [EMAIL PROTECTED] writes: | - case LyXLength::PT: // Point = 1/72.27in = 0.351mm | + case LyXLength::PT: // Point = 1/72.27in = 0.351mm | result len.value() * 72 / 72.27 pt; The '' is there

Re: [PATCH] Docbook graphic - mediaobject

2004-10-21 Thread José Abílio Oliveira Matos
On Thu, Oct 21, 2004 at 10:24:17AM +, Andreas Vox wrote: Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Andreas Vox [EMAIL PROTECTED] writes: | - case LyXLength::PT: // Point = 1/72.27in = 0.351mm | + case LyXLength::PT: // Point = 1/72.27in = 0.351mm |

[PATCH] Docbook graphic -> mediaobject

2004-10-21 Thread Andreas Vox
Hi! This is the insetgraphics patch, which also changes the Docbook SGML preamble. Nothing new, except that I not only erased all blanks but also some superflous '<' chars :-) /Andreas Index: src/insets/insetcite.C === RCS file:

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-21 Thread Angus Leeming
Andreas Vox wrote: > Hi! > > This is the insetgraphics patch, which also changes the Docbook SGML > preamble. Nothing new, except that I not only erased all blanks but also > some superflous '<' chars :-) You attached the insetcite patch... -- Angus

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-21 Thread Andreas Vox
Angus Leeming <[EMAIL PROTECTED]> writes:

> You attached the insetcite patch...

That's what happens if you start posting before waking up ...

Sorry.


Re: [PATCH] Docbook graphic -> mediaobject

2004-10-21 Thread Lars Gullik Bjønnes
Andreas Vox <[EMAIL PROTECTED]> writes: | Angus Leeming <[EMAIL PROTECTED]> writes: > | > You attached the insetcite patch... > | That's what happens if you start posting before waking up ... > | Sorry. | /Andreas > | - case LyXLength::PT: //< Point = 1/72.27in = 0.351mm | +

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-21 Thread Andreas Vox
Lars Gullik BjÃnnes <[EMAIL PROTECTED]> writes: > Andreas Vox <[EMAIL PROTECTED]> writes: > | - case LyXLength::PT: //< Point = 1/72.27in = 0.351mm > | + case LyXLength::PT: // Point = 1/72.27in = 0.351mm > | result << len.value() * 72 / 72.27 << "pt"; >

Re: [PATCH] Docbook graphic -> mediaobject

2004-10-21 Thread José Abílio Oliveira Matos
On Thu, Oct 21, 2004 at 10:24:17AM +, Andreas Vox wrote: > Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > > Andreas Vox <[EMAIL PROTECTED]> writes: > > | - case LyXLength::PT: //< Point = 1/72.27in = 0.351mm > > | + case LyXLength::PT: // Point = 1/72.27in = 0.351mm > >