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

#include <tabopparams.hxx>

Collaboration diagram for ScInterpreterTableOpParams:
[legend]

Public Member Functions

 ScInterpreterTableOpParams ()
 
 ScInterpreterTableOpParams (const ScInterpreterTableOpParams &r)
 
ScInterpreterTableOpParamsoperator= (const ScInterpreterTableOpParams &r)
 
bool operator== (const ScInterpreterTableOpParams &r) const
 

Public Attributes

ScAddress aOld1
 
ScAddress aNew1
 
ScAddress aOld2
 
ScAddress aNew2
 
ScAddress aFormulaPos
 
::std::vector< ScFormulaCell * > aNotifiedFormulaCells
 
::std::vector< ScAddressaNotifiedFormulaPos
 
bool bValid
 
bool bRefresh
 
bool bCollectNotifications
 

Detailed Description

Definition at line 28 of file tabopparams.hxx.

Constructor & Destructor Documentation

◆ ScInterpreterTableOpParams() [1/2]

ScInterpreterTableOpParams::ScInterpreterTableOpParams ( )
inline

Definition at line 41 of file tabopparams.hxx.

◆ ScInterpreterTableOpParams() [2/2]

ScInterpreterTableOpParams::ScInterpreterTableOpParams ( const ScInterpreterTableOpParams r)
inline

Definition at line 48 of file tabopparams.hxx.

Member Function Documentation

◆ operator=()

ScInterpreterTableOpParams & ScInterpreterTableOpParams::operator= ( const ScInterpreterTableOpParams r)
inline

◆ operator==()

bool ScInterpreterTableOpParams::operator== ( const ScInterpreterTableOpParams r) const
inline

Definition at line 76 of file tabopparams.hxx.

References aFormulaPos, aOld1, aOld2, and bValid.

Member Data Documentation

◆ aFormulaPos

ScAddress ScInterpreterTableOpParams::aFormulaPos

Definition at line 34 of file tabopparams.hxx.

Referenced by operator=(), operator==(), and ScInterpreter::ScTableOp().

◆ aNew1

ScAddress ScInterpreterTableOpParams::aNew1

Definition at line 31 of file tabopparams.hxx.

Referenced by operator=(), ScInterpreter::ReplaceCell(), and ScInterpreter::ScTableOp().

◆ aNew2

ScAddress ScInterpreterTableOpParams::aNew2

Definition at line 33 of file tabopparams.hxx.

Referenced by operator=(), ScInterpreter::ReplaceCell(), and ScInterpreter::ScTableOp().

◆ aNotifiedFormulaCells

::std::vector< ScFormulaCell* > ScInterpreterTableOpParams::aNotifiedFormulaCells

Definition at line 35 of file tabopparams.hxx.

Referenced by operator=(), and ScInterpreter::ScTableOp().

◆ aNotifiedFormulaPos

::std::vector< ScAddress > ScInterpreterTableOpParams::aNotifiedFormulaPos

Definition at line 36 of file tabopparams.hxx.

Referenced by operator=(), and ScInterpreter::ScTableOp().

◆ aOld1

ScAddress ScInterpreterTableOpParams::aOld1

◆ aOld2

ScAddress ScInterpreterTableOpParams::aOld2

◆ bCollectNotifications

bool ScInterpreterTableOpParams::bCollectNotifications

Definition at line 39 of file tabopparams.hxx.

Referenced by operator=(), and ScInterpreter::ScTableOp().

◆ bRefresh

bool ScInterpreterTableOpParams::bRefresh

Definition at line 38 of file tabopparams.hxx.

Referenced by operator=(), and ScInterpreter::ScTableOp().

◆ bValid

bool ScInterpreterTableOpParams::bValid

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