|
LibreOffice Module ure (master) 1
|
#include "sal/config.h"#include "com/sun/star/uno/Exception.hpp"#include "com/sun/star/uno/Reference.hxx"#include "com/sun/star/uno/Sequence.hxx"#include "com/sun/star/uno/XComponentContext.hpp"#include "com/sun/star/uno/XInterface.hpp"#include "cppuhelper/factory.hxx"#include "cppuhelper/implbase1.hxx"#include "cppuhelper/implementationentry.hxx"#include "cppuhelper/weak.hxx"#include "rtl/ustring.h"#include "rtl/ustring.hxx"#include "sal/types.h"#include "uno/environment.h"#include "test/types/Data.hpp"#include "test/types/XServer.hpp"Go to the source code of this file.
Namespaces | |
| namespace | CppServer |
Functions | |
| SAL_DLLPUBLIC_EXPORT::sal_Bool SAL_CALL | component_writeInfo (void *serviceManager, void *registryKey) |
| SAL_DLLPUBLIC_EXPORT void *SAL_CALL | component_getFactory (char const *implName, void *serviceManager, void *registryKey) |
| SAL_DLLPUBLIC_EXPORT void *SAL_CALL component_getFactory | ( | char const * | implName, |
| void * | serviceManager, | ||
| void * | registryKey | ||
| ) |
Definition at line 88 of file cppserver.cc.
References implName.
| SAL_DLLPUBLIC_EXPORT::sal_Bool SAL_CALL component_writeInfo | ( | void * | serviceManager, |
| void * | registryKey | ||
| ) |
Definition at line 81 of file cppserver.cc.