Overview | Namespace | Class | Index | Help |
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & | rServiceManager, |
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > & | rFactory ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
rServiceManager | the service manager used by the implementation. |
xSingleServiceFactory | the wrapped service factory. |
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & | rServiceManager, |
const ::rtl::OUString & | rComponentName, |
ComponentInstantiation | pCreateFunction, |
const ::com::sun::star::uno::Sequence< ::rtl::OUString > & | rServiceNames, |
rtl_ModuleCount * | pModCount = 0 ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
rServiceManager | the service manager used by the implementation. |
rImplementationName | the implementation name. An empty string is possible. |
ComponentInstantiation | the function pointer to create an object. |
rServiceNames | the service supported by the implementation. |
pModCount | for future extension (library unloading concept). |
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & | rServiceManager, |
const ::rtl::OUString & | rComponentName, |
const ::com::sun::star::uno::Reference< ::com::sun::star::registry::XRegistryKey > & | rImplementationKey ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
rServiceManager | the service manager used by the implementation. |
rImplementationName | the implementation name. An empty string is possible. |
rImplementationKey | the registry key of the implementation section. |
ComponentFactoryFunc | fptr, |
const ::rtl::OUString & | rImplementationName, |
const ::com::sun::star::uno::Sequence< ::rtl::OUString > & | rServiceNames, |
rtl_ModuleCount * | pModCount = 0 ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
fptr | function pointer for instanciating the object |
rImplementationName | implementation name of service |
rServiceNames | supported services |
pModCount | for future extension (library unloading concept). |
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & | rServiceManager, |
const ::rtl::OUString & | rImplementationName, |
ComponentInstantiation | pCreateFunction, |
const ::com::sun::star::uno::Sequence< ::rtl::OUString > & | rServiceNames, |
rtl_ModuleCount * | pModCount = 0 ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
rServiceManager | the service manager used by the implementation. |
rImplementationName | the implementation name. An empty string is possible. |
ComponentInstantiation | the function pointer to create an object. |
rServiceNames | the service supported by the implementation. |
pModCount | for future extension (library unloading concept). |
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & | rServiceManager, |
const ::rtl::OUString & | rImplementationName, |
const ::com::sun::star::uno::Reference< ::com::sun::star::registry::XRegistryKey > & | rImplementationKey ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
rServiceManager | the service manager used by the implementation. |
rImplementationName | the implementation name. An empty string is possible. |
rImplementationKey | the registry key of the implementation section. |
Copyright © 2003 Sun Microsystems, Inc.