LibreOffice Module sc (master) 1
|
#include <paramisc.hxx>
Public Member Functions | |
ScSolveParam () | |
ScSolveParam (const ScSolveParam &r) | |
ScSolveParam (const ScAddress &rFormulaCell, const ScAddress &rVariableCell, const OUString &rTargetValStr) | |
~ScSolveParam () | |
ScSolveParam & | operator= (const ScSolveParam &r) |
bool | operator== (const ScSolveParam &r) const |
Public Attributes | |
ScAddress | aRefFormulaCell |
ScAddress | aRefVariableCell |
std::optional< OUString > | pStrTargetVal |
Definition at line 25 of file paramisc.hxx.
ScSolveParam::ScSolveParam | ( | ) |
Definition at line 192 of file global2.cxx.
ScSolveParam::ScSolveParam | ( | const ScSolveParam & | r | ) |
Definition at line 196 of file global2.cxx.
ScSolveParam::ScSolveParam | ( | const ScAddress & | rFormulaCell, |
const ScAddress & | rVariableCell, | ||
const OUString & | rTargetValStr | ||
) |
Definition at line 203 of file global2.cxx.
ScSolveParam::~ScSolveParam | ( | ) |
Definition at line 212 of file global2.cxx.
ScSolveParam & ScSolveParam::operator= | ( | const ScSolveParam & | r | ) |
Definition at line 216 of file global2.cxx.
References aRefFormulaCell, aRefVariableCell, and pStrTargetVal.
bool ScSolveParam::operator== | ( | const ScSolveParam & | r | ) | const |
Definition at line 224 of file global2.cxx.
References aRefFormulaCell, aRefVariableCell, and pStrTargetVal.
ScAddress ScSolveParam::aRefFormulaCell |
Definition at line 27 of file paramisc.hxx.
Referenced by operator=(), operator==(), and ScViewFunc::Solve().
ScAddress ScSolveParam::aRefVariableCell |
Definition at line 28 of file paramisc.hxx.
Referenced by operator=(), operator==(), and ScViewFunc::Solve().
std::optional<OUString> ScSolveParam::pStrTargetVal |
Definition at line 29 of file paramisc.hxx.
Referenced by operator=(), operator==(), and ScViewFunc::Solve().