You are here

Uno services

6 posts / 0 new
Last post
merco
Offline
Last seen: 14 years 5 months ago
Joined: 2009-10-19 02:40
Uno services

Hi.
Are UNO services available ?

I can't use it with automation with VisualBasic 2008.
Does anyone know how to set up, if it is possibile ?

Bensawsome
Offline
Last seen: 2 years 1 month ago
Joined: 2006-04-22 19:27
...

What is it? Link would be nice too. Also usually anything to do with Visual Basic is not able to be made portable because of Microsoft's restrictive licensing.

 iLike Macs, iPwn, However you put it... Apple is better ^_^ 
"Claiming that your operating system is the best in the world because more people use it is like saying McDonalds makes the best food in the world..."

merco
Offline
Last seen: 14 years 5 months ago
Joined: 2009-10-19 02:40
UNO =>

UNO => http://wiki.services.openoffice.org/wiki/Uno

I mean, using the following code with OpenOffice i can interact with uno services....but i can't with OpenOffice Portable. I think it's a configuration problem...

Dim Osm As Object
Dim ODesk, oDoc As Object
Dim arg(-1) As Object
Osm = CreateObject("com.sun.star.ServiceManager")

Merco

Stojilcoviz
Offline
Last seen: 14 years 3 months ago
Joined: 2009-12-11 09:58
I also need to access UNO

I also need to access UNO Services on OOo Portable to automate some Office tasks under .NET Framework (code already done and tested with standard OOo).
I'd love to hear from the authors about that.
Thank you.

vnareshprasad
Offline
Last seen: 14 years 1 month ago
Joined: 2010-02-15 01:35
Hi.

UNO services in OOo in windows interact with the Registry entry of OpenOffice.org in the HKLM\\Software but portable open office will not do the entry in registry at all. What does PortableOO does in terms of registry entry ? do any one knew it.

davidgraywright
Offline
Last seen: 9 years 9 months ago
Joined: 2014-06-29 18:35
UNO Services

Did you ever get this working - I am currently trying to do something similar in C++ but it's failing to connect?

Log in or register to post comments