#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>
Go to the source code of this file.
|
bool | AddressEqual (const css::table::CellAddress &rAddr1, const css::table::CellAddress &rAddr2) |
|
◆ ScSolverCellHashMap
◆ SolverComponent_Base
typedef cppu::WeakImplHelper< css::sheet::XSolver, css::sheet::XSolverDescription, css::lang::XServiceInfo > SolverComponent_Base |
◆ AddressEqual()
bool AddressEqual |
( |
const css::table::CellAddress & |
rAddr1, |
|
|
const css::table::CellAddress & |
rAddr2 |
|
) |
| |
|
inline |