Page 1 of 1

Using the interfaces

Posted: Thu Jul 31, 2008 4:47 pm
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..

Re: Using the interfaces

Posted: Thu Jul 31, 2008 5:41 pm
by bvdbos
See here or i.o.w. it's not usefull to install partly.