LibreOffice Module sccomp (master) 1
Variables
SolverComponent.cxx File Reference
#include "SolverComponent.hxx"
#include <strings.hrc>
#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/table/CellAddress.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <unotools/resmgr.hxx>
Include dependency graph for SolverComponent.cxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral STR_NONNEGATIVE = u"NonNegative"
 
constexpr OUStringLiteral STR_INTEGER = u"Integer"
 
constexpr OUStringLiteral STR_TIMEOUT = u"Timeout"
 
constexpr OUStringLiteral STR_EPSILONLEVEL = u"EpsilonLevel"
 
constexpr OUStringLiteral STR_LIMITBBDEPTH = u"LimitBBDepth"
 

Variable Documentation

◆ STR_EPSILONLEVEL

constexpr OUStringLiteral STR_EPSILONLEVEL = u"EpsilonLevel"
constexpr

Definition at line 38 of file SolverComponent.cxx.

Referenced by SolverComponent::SolverComponent().

◆ STR_INTEGER

constexpr OUStringLiteral STR_INTEGER = u"Integer"
constexpr

Definition at line 36 of file SolverComponent.cxx.

Referenced by SolverComponent::SolverComponent().

◆ STR_LIMITBBDEPTH

constexpr OUStringLiteral STR_LIMITBBDEPTH = u"LimitBBDepth"
constexpr

Definition at line 39 of file SolverComponent.cxx.

Referenced by SolverComponent::SolverComponent().

◆ STR_NONNEGATIVE

constexpr OUStringLiteral STR_NONNEGATIVE = u"NonNegative"
constexpr

Definition at line 35 of file SolverComponent.cxx.

Referenced by SolverComponent::SolverComponent().

◆ STR_TIMEOUT

constexpr OUStringLiteral STR_TIMEOUT = u"Timeout"
constexpr

Definition at line 37 of file SolverComponent.cxx.

Referenced by SolverComponent::SolverComponent().