LibreOffice Module sc (master) 1
|
#include <solverutil.hxx>
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/sheet/XSolver.hpp>
#include <com/sun/star/sheet/XSolverDescription.hpp>
#include <osl/diagnose.h>
#include <comphelper/processfactory.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Variables | |
constexpr OUStringLiteral | SCSOLVER_SERVICE = u"com.sun.star.sheet.Solver" |
|
constexpr |
Definition at line 37 of file solverutil.cxx.
Referenced by ScSolverUtil::GetImplementations(), and ScSolverUtil::GetSolver().