#include "solver.hxx"#include "tool/global.hxx"#include "dialog.hxx"#include "lpbuilder.hxx"#include "xcalc.hxx"#include "option.hxx"#include "resmgr.hxx"#include "solvemodel.hxx"#include "numeric/matrix.hxx"#include "cppuhelper/implementationentry.hxx"#include "com/sun/star/lang/XComponent.hpp"#include "com/sun/star/frame/XDispatch.hpp"#include <memory>

Go to the source code of this file.
Namespaces | |
| namespace | scsolver |
Functions | |
| static uno::Sequence < rtl::OUString > SAL_CALL | scsolver::getSupportedServiceNames_SolverImpl () |
| static rtl::OUString | scsolver::getImplementationName_SolverImpl () |
| static Reference < uno::XInterface > SAL_CALL | scsolver::create_SolverImpl (Reference< uno::XComponentContext > const &xContext) SAL_THROW(()) |
| void SAL_DLLPUBLIC_EXPORT | component_getImplementationEnvironment (sal_Char const **ppEnvTypeName, uno_Environment **) |
| sal_Bool SAL_DLLPUBLIC_EXPORT | component_writeInfo (lang::XMultiServiceFactory *xMgr, registry::XRegistryKey *xRegistry) |
| void SAL_DLLPUBLIC_EXPORT * | component_getFactory (sal_Char const *implName, lang::XMultiServiceFactory *xMgr, registry::XRegistryKey *xRegistry) |
Variables | |
| static struct::cppu::ImplementationEntry | scsolver::s_component_entries [] |
| void SAL_DLLPUBLIC_EXPORT* component_getFactory | ( | sal_Char const * | implName, | |
| lang::XMultiServiceFactory * | xMgr, | |||
| registry::XRegistryKey * | xRegistry | |||
| ) |
| void SAL_DLLPUBLIC_EXPORT component_getImplementationEnvironment | ( | sal_Char const ** | ppEnvTypeName, | |
| uno_Environment ** | ||||
| ) |
Definition at line 312 of file service.cxx.
| sal_Bool SAL_DLLPUBLIC_EXPORT component_writeInfo | ( | lang::XMultiServiceFactory * | xMgr, | |
| registry::XRegistryKey * | xRegistry | |||
| ) |
1.5.3