Re: Integration Libreoffice on Mac OS

2014-03-11 Thread Tor Lillqvist
Again, adding the LibreOffice developer list back to recipients. Please don't remove it when replying. The point of having a mailing list is that discusions are public and archived for the potential benefit of others in the future. Exactly what I'm doing is similar this link

Re: Integration Libreoffice on Mac OS

2014-03-11 Thread Shin Nguyen
Hi, So you are using C# currently on Windows? Yes, I'm using C# currently on Windows. There is no Objective-C binding, but as Objective-C is a pure superset of C (or C++), you can use the C++ UNO API directly from Objective-C code (which then technically is Objective-C++). Thanks your

Re: Integration Libreoffice on Mac OS

2014-03-10 Thread Jan Holesovsky
Hi Shin, I hope you don't mind I again add the development mailing list to CC :-) Shin Nguyễn píše v So 08. 03. 2014 v 23:04 +0700: I used Libreoffice api to open and view documents, and I also integrated the viewer of documents into the same window of main application. Using visual studio

Re: Integration Libreoffice on Mac OS

2014-03-10 Thread Tor Lillqvist
Using visual studio I have done on windows , but I don't know to begin on Mac OS. My goal is use Xcode to write an application can open and view documents through Libreoffice api, build on Mac OS. It is a bit confusing that you keep bringing up Visual Studio and Xcode; those are just IDEs. and

Integration Libreoffice on Mac OS

2014-03-07 Thread Shin Nguyễn
Hi all, I'm a desktop developer, I want to integrate Libreoffice on Windows and Mac OS (integrate viewer of libreoffice into my app when open a document). I have finished on Windows using Visual Studio, but I don't know how to integrate on Mac OS using Xcode. Can you give me some suggestions?

Re: Integration Libreoffice on Mac OS

2014-03-07 Thread Jan Holesovsky
Hi Shin, Shin Nguyễn píše v Pá 07. 03. 2014 v 16:12 +0700: Hi all, I'm a desktop developer, I want to integrate Libreoffice on Windows and Mac OS (integrate viewer of libreoffice into my app when open a document). I have finished on Windows using Visual Studio, but I don't know how to