LibreOffice Module sccomp (master) 1
Classes | Namespaces | Typedefs | Functions
SolverComponent.hxx File Reference
#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/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/propertycontainer.hxx>
#include <comphelper/proparrhlp.hxx>
#include <unotools/resmgr.hxx>
#include <unordered_map>
Include dependency graph for SolverComponent.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScSolverCellHash
 
struct  ScSolverCellEqual
 
class  SolverComponent
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::table
 

Typedefs

typedef std::unordered_map< css::table::CellAddress, std::vector< double >, ScSolverCellHash, ScSolverCellEqualScSolverCellHashMap
 
typedef cppu::WeakImplHelper< css::sheet::XSolver, css::sheet::XSolverDescription, css::lang::XServiceInfo > SolverComponent_Base
 

Functions

bool AddressEqual (const css::table::CellAddress &rAddr1, const css::table::CellAddress &rAddr2)
 

Typedef Documentation

◆ ScSolverCellHashMap

typedef std::unordered_map< css::table::CellAddress, std::vector<double>, ScSolverCellHash, ScSolverCellEqual > ScSolverCellHashMap

Definition at line 54 of file SolverComponent.hxx.

◆ SolverComponent_Base

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

Definition at line 60 of file SolverComponent.hxx.

Function Documentation

◆ AddressEqual()

bool AddressEqual ( const css::table::CellAddress &  rAddr1,
const css::table::CellAddress &  rAddr2 
)
inline

Definition at line 44 of file SolverComponent.hxx.

Referenced by ScSolverCellEqual::operator()().