LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScSolveParam Struct Reference

#include <paramisc.hxx>

Collaboration diagram for ScSolveParam:
[legend]

Public Member Functions

 ScSolveParam ()
 
 ScSolveParam (const ScSolveParam &r)
 
 ScSolveParam (const ScAddress &rFormulaCell, const ScAddress &rVariableCell, const OUString &rTargetValStr)
 
 ~ScSolveParam ()
 
ScSolveParamoperator= (const ScSolveParam &r)
 
bool operator== (const ScSolveParam &r) const
 

Public Attributes

ScAddress aRefFormulaCell
 
ScAddress aRefVariableCell
 
std::optional< OUString > pStrTargetVal
 

Detailed Description

Definition at line 25 of file paramisc.hxx.

Constructor & Destructor Documentation

◆ ScSolveParam() [1/3]

ScSolveParam::ScSolveParam ( )

Definition at line 192 of file global2.cxx.

◆ ScSolveParam() [2/3]

ScSolveParam::ScSolveParam ( const ScSolveParam r)

Definition at line 196 of file global2.cxx.

◆ ScSolveParam() [3/3]

ScSolveParam::ScSolveParam ( const ScAddress rFormulaCell,
const ScAddress rVariableCell,
const OUString &  rTargetValStr 
)

Definition at line 203 of file global2.cxx.

◆ ~ScSolveParam()

ScSolveParam::~ScSolveParam ( )

Definition at line 212 of file global2.cxx.

Member Function Documentation

◆ operator=()

ScSolveParam & ScSolveParam::operator= ( const ScSolveParam r)

Definition at line 216 of file global2.cxx.

References aRefFormulaCell, aRefVariableCell, and pStrTargetVal.

◆ operator==()

bool ScSolveParam::operator== ( const ScSolveParam r) const

Definition at line 224 of file global2.cxx.

References aRefFormulaCell, aRefVariableCell, and pStrTargetVal.

Member Data Documentation

◆ aRefFormulaCell

ScAddress ScSolveParam::aRefFormulaCell

Definition at line 27 of file paramisc.hxx.

Referenced by operator=(), operator==(), and ScViewFunc::Solve().

◆ aRefVariableCell

ScAddress ScSolveParam::aRefVariableCell

Definition at line 28 of file paramisc.hxx.

Referenced by operator=(), operator==(), and ScViewFunc::Solve().

◆ pStrTargetVal

std::optional<OUString> ScSolveParam::pStrTargetVal

Definition at line 29 of file paramisc.hxx.

Referenced by operator=(), operator==(), and ScViewFunc::Solve().


The documentation for this struct was generated from the following files: