List Info

Thread: Mono Bridge to OpenOffice.org




Mono Bridge to OpenOffice.org
user name
2006-07-26 16:50:45
Hmmmm... I guess the OpenOffice (Ximian Edition) list
is probably the better list to email.

Anybody?

--- Daniel Morgan <monodanmorgyahoo.com> wrote:

> Date: Tue, 25 Jul 2006 16:52:22 -0700 (PDT)
> From: Daniel Morgan <monodanmorgyahoo.com>
> To: mono-devel-listlists.ximian.com
> Subject: [Mono-dev] Mono Bridge to OpenOffice.org
> 
> I would like to programmatically create OpenDocument
> spreadsheets and text documents using Mono and C#.
> 
> I'm currently using Ubuntu 6.0.6 LTS.
> 
> How do I get a binary add-in of this Mono bridge to
> work with the OpenOffice.org that comes with Ubuntu?
> 
> I'm not brave enough to build ooo-build just to get
> C#
> bindings to OOo.   And, I think the mono bridge only
> comes with the ooo-build (novell/ximian edition) of
> ooo.  And this mono bridge is not built by default. 
> And I think only Novell/Suse Linux distros only
> include.  I could be wrong though.
> 
> My question is: how can people using other distrobs
> get binaries of this mono bridge to just drop into
> our
> OOo installation?  Is anyone interesting in creating
> such a thing?
> 
> My long term plan is to create project templates for
> MonoDevelop so we could have projects which create
> sample programs written in C# that programmtically
> creates OpenDocument documents or spreadsheets via
> OpenOffice.org.
> 
> However, I have to figure how to create these
> documents using C# on my distro first.
> 
> Any ideas?
> 
> Thanks in advance.
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-listlists.ximian.com
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list

> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
_______________________________________________
Openoffice mailing list
Openofficelists.ximian.com
h
ttp://lists.ximian.com/mailman/listinfo/openoffice
Mono Bridge to OpenOffice.org
user name
2006-07-26 17:11:17
Am Mittwoch, 26. Juli 2006 18:50 schrieb Daniel Morgan:
> Hmmmm... I guess the OpenOffice (Ximian Edition) list
> is probably the better list to email.

Right.

> > I'm currently using Ubuntu 6.0.6 LTS.
> > 
> > How do I get a binary add-in of this Mono bridge
to
> > work with the OpenOffice.org that comes with
Ubuntu?

You have to build it 
We use a different stlport than Novell so getting the
component
from them likely doesn't work.

> > I'm not brave enough to build ooo-build just to
get
> > C#
> > bindings to OOo.   And, I think the mono bridge
only
> > comes with the ooo-build (novell/ximian edition)
of
> > ooo.  And this mono bridge is not built by
default. 

Right. I'd enable them also for Debian (and therefore
Ubuntu once it syncs) but the problem is that it currently
needs .dlls from the Windows installset to build which
is a no-no for packages in Debian main. Maybe, I'll create
a libuno-cil for contrib, but I am not sure... Convince me
that I need to 

> > And I think only Novell/Suse Linux distros only
> > include.  I could be wrong though.

Yes, because of the above reason.

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.
org/~rene/
 `. `'  renedebian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859
90B0 248A EB73
_______________________________________________
Openoffice mailing list
Openofficelists.ximian.com
h
ttp://lists.ximian.com/mailman/listinfo/openoffice
Mono Bridge to OpenOffice.org
user name
2006-07-26 20:50:51
Hi Daniel,

On Wed, 2006-07-26 at 09:50 -0700, Daniel Morgan wrote:
> Hmmmm... I guess the OpenOffice (Ximian Edition) list
> is probably the better list to email.

	

> > I'm currently using Ubuntu 6.0.6 LTS.
> > 
> > How do I get a binary add-in of this Mono bridge
to
> > work with the OpenOffice.org that comes with
Ubuntu?

	As _rene_ says - that may be difficult. IIWY I'd just
install OpenSUSE
10.1 to have a play with it  Having
said that, there is a vicious TLS
bug in Mono just now that breaks the OO.o integration, and
the reason
for it is -really- unclear, possibly a glibc issue.

> > I'm not brave enough to build ooo-build just to
get
> > C# bindings to OOo.

	Nah - I'm assured that building OO.o on Ubuntu is not that
bad; doko
(CC'd) will help you if you're lucky [ wander over to
#go-oo on
irc.freenode.net ].

> > And this mono bridge is not built by default. 

	Yes - we are looking for someone enterprising to re-write
the managed C
++ type generation piece to use fprintf to generate CLR
assembler that
we can assemble into the DLLs; to avoid shipping them.

	If you have some Mono understanding, you only need a tiny
portion of
the OO.o source built to take that project on, I'd be eager
to help:
it'd be great to get the Mono binding shipped more widely
(and up-stream
too).

	HTH,

		Michael.

-- 
 michael.meeksnovell.com  <><, Pseudo Engineer,
itinerant idiot


_______________________________________________
Openoffice mailing list
Openofficelists.ximian.com
h
ttp://lists.ximian.com/mailman/listinfo/openoffice
Mono Bridge to OpenOffice.org
user name
2006-08-03 20:02:01
Hello Rene,

I would love to see the Mono Bridge available for
OpenOffice.org for Ubuntu.  Contrib sounds good.  Not
sure what that means or how to access this.  

I just know I was really impressed by the Ubuntu 6.06
Live CD.  I used apt-get to get and install various
software on my computer, such as, Oracle 10g Express
Edition.  I was amazed how simple it was. 

I'm not sure how to convince you.  But, I am willing
to help though.  If the only way to get it is to build
OpenOffice.org, then that is what I must do.  I'm
scared I might not succeed in compiling such an animal
though since OOo has so many dependencies.

Thanks though,
Daniel


--- Rene Engelhard <renedebian.org> wrote:

> Am Mittwoch, 26. Juli 2006 18:50 schrieb Daniel
> Morgan:
> > Hmmmm... I guess the OpenOffice (Ximian Edition)
> list
> > is probably the better list to email.
> 
> Right.
> 
> > > I'm currently using Ubuntu 6.0.6 LTS.
> > > 
> > > How do I get a binary add-in of this Mono
bridge
> to
> > > work with the OpenOffice.org that comes with
> Ubuntu?
> 
> You have to build it 
> We use a different stlport than Novell so getting
> the component
> from them likely doesn't work.
> 
> > > I'm not brave enough to build ooo-build just
to
> get
> > > C#
> > > bindings to OOo.   And, I think the mono
bridge
> only
> > > comes with the ooo-build (novell/ximian
edition)
> of
> > > ooo.  And this mono bridge is not built by
> default. 
> 
> Right. I'd enable them also for Debian (and
> therefore
> Ubuntu once it syncs) but the problem is that it
> currently
> needs .dlls from the Windows installset to build
> which
> is a no-no for packages in Debian main. Maybe, I'll
> create
> a libuno-cil for contrib, but I am not sure...
> Convince me
> that I need to 
> 
> > > And I think only Novell/Suse Linux distros
only
> > > include.  I could be wrong though.
> 
> Yes, because of the above reason.
> 
> Regards,
> 
> Rene
> -- 
>  .''`.  René Engelhard -- Debian GNU/Linux Developer
>  : :' : http://www.debian.org |
> http://people.debian.
org/~rene/
>  `. `'  renedebian.org | GnuPG-Key ID: 248AEB73
>    `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9
> F859 90B0 248A EB73
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
_______________________________________________
Openoffice mailing list
Openofficelists.ximian.com
h
ttp://lists.ximian.com/mailman/listinfo/openoffice
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )