Kaydet (Commit) 8ab89346 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add some more components/libraries

Change-Id: I2dba9bceee4c68b551ed8ed9239e93ea9ae93117
üst 4b7e7010
...@@ -142,8 +142,14 @@ LIBS = \ ...@@ -142,8 +142,14 @@ LIBS = \
vbahelperlo \ vbahelperlo \
vbaswobj.uno \ vbaswobj.uno \
vcllo \ vcllo \
visiolib \
wpdlib \
wpftdrawlo \ wpftdrawlo \
wpftwriterlo \ wpftwriterlo \
wpglib \
wpslib \
writerfilterlo \
writerperfect \
xml2 \ xml2 \
xmlfalo \ xmlfalo \
xmlfdlo \ xmlfdlo \
......
...@@ -18,6 +18,8 @@ extern "C" ...@@ -18,6 +18,8 @@ extern "C"
extern void * sw_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * sw_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * swd_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * swd_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * unoxml_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * unoxml_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * wpftdraw_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * wpftwriter_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * xmlfd_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * xmlfd_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * xo_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * xo_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * xof_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * xof_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
...@@ -36,6 +38,8 @@ lo_get_libmap(void) ...@@ -36,6 +38,8 @@ lo_get_libmap(void)
{ "libswdlo.a", swd_component_getFactory }, { "libswdlo.a", swd_component_getFactory },
{ "libswlo.a", sw_component_getFactory }, { "libswlo.a", sw_component_getFactory },
{ "libunoxmllo.a", unoxml_component_getFactory }, { "libunoxmllo.a", unoxml_component_getFactory },
{ "libwpftdrawlo.a", wpftdraw_component_getFactory },
{ "libwpftwriterlo.a", wpftwriter_component_getFactory },
{ "libxmlfdlo.a", xmlfd_component_getFactory }, { "libxmlfdlo.a", xmlfd_component_getFactory },
{ "libxoflo.a", xof_component_getFactory }, { "libxoflo.a", xof_component_getFactory },
{ "libxolo.a", xo_component_getFactory }, { "libxolo.a", xo_component_getFactory },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment