/Users/ericb/Desktop/SRC680_m247/starmath/source/register.cxx File Reference

#include "precompiled_starmath.hxx"
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <rtl/ustring.hxx>
#include "smdll.hxx"
#include "document.hxx"
#include "unomodel.hxx"

Include dependency graph for register.cxx:

Go to the source code of this file.

Functions

Sequence< OUString > SAL_CALL SmDocument_getSupportedServiceNames () throw ()
OUString SAL_CALL SmDocument_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmDocument_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLImport_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLImport_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLImport_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLImportMeta_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLImportMeta_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLImportMeta_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLImportSettings_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLImportSettings_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLImportSettings_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLExport_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLExport_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLExport_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLExportMetaOOO_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLExportMetaOOO_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLExportMetaOOO_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLExportMeta_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLExportMeta_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLExportMeta_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLExportSettingsOOO_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLExportSettingsOOO_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLExportSettingsOOO_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLExportSettings_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLExportSettings_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLExportSettings_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
Sequence< OUString > SAL_CALL SmXMLExportContent_getSupportedServiceNames () throw ()
OUString SAL_CALL SmXMLExportContent_getImplementationName () throw ()
Reference< XInterface > SAL_CALL SmXMLExportContent_createInstance (const Reference< XMultiServiceFactory > &rSMgr) throw ( Exception )
void SAL_CALL component_getImplementationEnvironment (const sal_Char **ppEnvironmentTypeName, uno_Environment **)
sal_Bool SAL_CALL component_writeInfo (void *, void *pRegistryKey)
void *SAL_CALL component_getFactory (const sal_Char *pImplementationName, void *pServiceManager, void *)


Function Documentation

void* SAL_CALL component_getFactory ( const sal_Char *  pImplementationName,
void *  pServiceManager,
void *   
)

Definition at line 222 of file register.cxx.

References SmDocument_createInstance(), SmDocument_getImplementationName(), SmDocument_getSupportedServiceNames(), SmXMLExport_createInstance(), SmXMLExport_getImplementationName(), SmXMLExport_getSupportedServiceNames(), SmXMLExportContent_createInstance(), SmXMLExportContent_getImplementationName(), SmXMLExportContent_getSupportedServiceNames(), SmXMLExportMeta_createInstance(), SmXMLExportMeta_getImplementationName(), SmXMLExportMeta_getSupportedServiceNames(), SmXMLExportMetaOOO_createInstance(), SmXMLExportMetaOOO_getImplementationName(), SmXMLExportMetaOOO_getSupportedServiceNames(), SmXMLExportSettings_createInstance(), SmXMLExportSettings_getImplementationName(), SmXMLExportSettings_getSupportedServiceNames(), SmXMLExportSettingsOOO_createInstance(), SmXMLExportSettingsOOO_getImplementationName(), SmXMLExportSettingsOOO_getSupportedServiceNames(), SmXMLImport_createInstance(), SmXMLImport_getImplementationName(), SmXMLImport_getSupportedServiceNames(), SmXMLImportMeta_createInstance(), SmXMLImportMeta_getImplementationName(), SmXMLImportMeta_getSupportedServiceNames(), SmXMLImportSettings_createInstance(), SmXMLImportSettings_getImplementationName(), and SmXMLImportSettings_getSupportedServiceNames().

void SAL_CALL component_getImplementationEnvironment ( const sal_Char **  ppEnvironmentTypeName,
uno_Environment **   
)

Definition at line 129 of file register.cxx.

sal_Bool SAL_CALL component_writeInfo ( void *  ,
void *  pRegistryKey 
)

Definition at line 136 of file register.cxx.

References SmDocument_getImplementationName(), SmDocument_getSupportedServiceNames(), SmXMLExport_getImplementationName(), SmXMLExport_getSupportedServiceNames(), SmXMLExportContent_getImplementationName(), SmXMLExportContent_getSupportedServiceNames(), SmXMLExportMeta_getImplementationName(), SmXMLExportMeta_getSupportedServiceNames(), SmXMLExportMetaOOO_getImplementationName(), SmXMLExportMetaOOO_getSupportedServiceNames(), SmXMLExportSettings_getImplementationName(), SmXMLExportSettings_getSupportedServiceNames(), SmXMLExportSettingsOOO_getImplementationName(), SmXMLExportSettingsOOO_getSupportedServiceNames(), SmXMLImport_getImplementationName(), SmXMLImport_getSupportedServiceNames(), SmXMLImportMeta_getImplementationName(), SmXMLImportMeta_getSupportedServiceNames(), SmXMLImportSettings_getImplementationName(), and SmXMLImportSettings_getSupportedServiceNames().

Reference< XInterface > SAL_CALL SmDocument_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

Referenced by component_getFactory().

OUString SAL_CALL SmDocument_getImplementationName (  )  throw ()

Definition at line 60 of file unodoc.cxx.

Referenced by component_getFactory(), and component_writeInfo().

Sequence< OUString > SAL_CALL SmDocument_getSupportedServiceNames (  )  throw ()

Definition at line 65 of file unodoc.cxx.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLExport_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLExport_getImplementationName (  )  throw ()

Definition at line 596 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLExport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLExport_getSupportedServiceNames (  )  throw ()

Definition at line 601 of file mathml.cxx.

References EXPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLExportContent_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLExportContent_getImplementationName (  )  throw ()

Definition at line 768 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLExport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLExportContent_getSupportedServiceNames (  )  throw ()

Definition at line 773 of file mathml.cxx.

References EXPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLExportMeta_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLExportMeta_getImplementationName (  )  throw ()

Definition at line 671 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLExport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLExportMeta_getSupportedServiceNames (  )  throw ()

Definition at line 676 of file mathml.cxx.

References EXPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLExportMetaOOO_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLExportMetaOOO_getImplementationName (  )  throw ()

Definition at line 647 of file mathml.cxx.

Referenced by component_getFactory(), and component_writeInfo().

Sequence< OUString > SAL_CALL SmXMLExportMetaOOO_getSupportedServiceNames (  )  throw ()

Definition at line 652 of file mathml.cxx.

References EXPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLExportSettings_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLExportSettings_getImplementationName (  )  throw ()

Definition at line 743 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLExport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLExportSettings_getSupportedServiceNames (  )  throw ()

Definition at line 748 of file mathml.cxx.

References EXPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLExportSettingsOOO_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLExportSettingsOOO_getImplementationName (  )  throw ()

Definition at line 719 of file mathml.cxx.

Referenced by component_getFactory(), and component_writeInfo().

Sequence< OUString > SAL_CALL SmXMLExportSettingsOOO_getSupportedServiceNames (  )  throw ()

Definition at line 724 of file mathml.cxx.

References EXPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLImport_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLImport_getImplementationName (  )  throw ()

Definition at line 572 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLImport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLImport_getSupportedServiceNames (  )  throw ()

Definition at line 577 of file mathml.cxx.

References IMPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLImportMeta_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLImportMeta_getImplementationName (  )  throw ()

Definition at line 623 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLImport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLImportMeta_getSupportedServiceNames (  )  throw ()

Definition at line 628 of file mathml.cxx.

References IMPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().

Reference< XInterface > SAL_CALL SmXMLImportSettings_createInstance ( const Reference< XMultiServiceFactory > &  rSMgr  )  throw ( Exception )

OUString SAL_CALL SmXMLImportSettings_getImplementationName (  )  throw ()

Definition at line 695 of file mathml.cxx.

Referenced by component_getFactory(), component_writeInfo(), and SmXMLImport::getImplementationName().

Sequence< OUString > SAL_CALL SmXMLImportSettings_getSupportedServiceNames (  )  throw ()

Definition at line 700 of file mathml.cxx.

References IMPORT_SVC_NAME.

Referenced by component_getFactory(), and component_writeInfo().


Generated on Wed Feb 20 17:22:41 2008 for maths by  doxygen 1.5.1