LibreOffice Module sccomp (master) 1
Namespaces | Typedefs | Functions
SwarmSolver.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XSolver.hpp>
#include <com/sun/star/sheet/XSolverDescription.hpp>
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellContentType.hpp>
#include <com/sun/star/table/XCell.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <rtl/math.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/propertycontainer.hxx>
#include <comphelper/proparrhlp.hxx>
#include <cmath>
#include <vector>
#include <limits>
#include <chrono>
#include <random>
#include <unotools/resmgr.hxx>
#include "DifferentialEvolution.hxx"
#include "ParticelSwarmOptimization.hxx"
#include <strings.hrc>
Include dependency graph for SwarmSolver.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 

Typedefs

typedef cppu::WeakImplHelper< sheet::XSolver, sheet::XSolverDescription, lang::XServiceInfo > SwarmSolver_Base
 

Functions

SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_comp_Calc_SwarmSolver_get_implementation (uno::XComponentContext *, uno::Sequence< uno::Any > const &)
 

Typedef Documentation

◆ SwarmSolver_Base

typedef cppu::WeakImplHelper<sheet::XSolver, sheet::XSolverDescription, lang::XServiceInfo> SwarmSolver_Base

Definition at line 100 of file SwarmSolver.cxx.

Function Documentation

◆ com_sun_star_comp_Calc_SwarmSolver_get_implementation()

SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_comp_Calc_SwarmSolver_get_implementation ( uno::XComponentContext *  ,
uno::Sequence< uno::Any > const &   
)

Definition at line 589 of file SwarmSolver.cxx.