Using the interfaces

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
ahmedqasim81
Posts: 9
Joined: Mon Jun 23, 2008 2:31 pm

Using the interfaces

Post by ahmedqasim81 »

Hi,
Can anyone help me to build and use the UNO interfaces for example the XFilterFactory, Xparser and all the UNO components without installing the whole openoffice. I just want to write some simple codes using the openoffice uno services.For example I want to be able to access the XComponentContext.hxx and more for example
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>

but without installing openoffice.
can I build the headers to use with c++?

thanks in advance..
OOo 2.4.X on Ubuntu 7.x
User avatar
bvdbos
Posts: 11
Joined: Sun Jul 13, 2008 9:07 am
Location: Helmond, Netherlands

Re: Using the interfaces

Post by bvdbos »

See here or i.o.w. it's not usefull to install partly.
Post Reply