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 <tools/diagnose_ex.h>
Go to the source code of this file.
Macros | |
#define | SCSOLVER_SERVICE "com.sun.star.sheet.Solver" |
#define SCSOLVER_SERVICE "com.sun.star.sheet.Solver" |
Definition at line 37 of file solverutil.cxx.
Referenced by ScSolverUtil::GetImplementations(), and ScSolverUtil::GetSolver().