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

Parameter for data table aka multiple operations. More...

#include <paramisc.hxx>

Collaboration diagram for ScTabOpParam:
[legend]

Public Types

enum  Mode {
  Column = 0 ,
  Row = 1 ,
  Both = 2
}
 

Public Member Functions

 ScTabOpParam ()
 
 ScTabOpParam (const ScTabOpParam &r)
 
 ScTabOpParam (const ScRefAddress &rFormulaCell, const ScRefAddress &rFormulaEnd, const ScRefAddress &rRowCell, const ScRefAddress &rColCell, Mode eMode)
 
ScTabOpParamoperator= (const ScTabOpParam &r)
 
bool operator== (const ScTabOpParam &r) const
 

Public Attributes

ScRefAddress aRefFormulaCell
 
ScRefAddress aRefFormulaEnd
 
ScRefAddress aRefRowCell
 
ScRefAddress aRefColCell
 
Mode meMode
 

Detailed Description

Parameter for data table aka multiple operations.

Definition at line 45 of file paramisc.hxx.

Member Enumeration Documentation

◆ Mode

Enumerator
Column 
Row 
Both 

Definition at line 47 of file paramisc.hxx.

Constructor & Destructor Documentation

◆ ScTabOpParam() [1/3]

ScTabOpParam::ScTabOpParam ( )

Definition at line 244 of file global2.cxx.

References meMode.

◆ ScTabOpParam() [2/3]

ScTabOpParam::ScTabOpParam ( const ScTabOpParam r)

Definition at line 246 of file global2.cxx.

References meMode.

◆ ScTabOpParam() [3/3]

ScTabOpParam::ScTabOpParam ( const ScRefAddress rFormulaCell,
const ScRefAddress rFormulaEnd,
const ScRefAddress rRowCell,
const ScRefAddress rColCell,
Mode  eMode 
)

Definition at line 255 of file global2.cxx.

References eMode, and meMode.

Member Function Documentation

◆ operator=()

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

Definition at line 268 of file global2.cxx.

References aRefColCell, aRefFormulaCell, aRefFormulaEnd, aRefRowCell, and meMode.

◆ operator==()

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

Definition at line 278 of file global2.cxx.

References aRefColCell, aRefFormulaCell, aRefFormulaEnd, aRefRowCell, and meMode.

Member Data Documentation

◆ aRefColCell

ScRefAddress ScTabOpParam::aRefColCell

◆ aRefFormulaCell

ScRefAddress ScTabOpParam::aRefFormulaCell

◆ aRefFormulaEnd

ScRefAddress ScTabOpParam::aRefFormulaEnd

◆ aRefRowCell

ScRefAddress ScTabOpParam::aRefRowCell

◆ meMode

Mode ScTabOpParam::meMode

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