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

#include <types.hxx>

Public Member Functions

 RangeMatrix ()
 
bool isRangeValid () const
 

Public Attributes

ScMatrixRef mpMat
 
sal_Int32 mnCol1
 
sal_Int32 mnRow1
 
sal_Int32 mnTab1
 
sal_Int32 mnCol2
 
sal_Int32 mnRow2
 
sal_Int32 mnTab2
 

Detailed Description

Definition at line 82 of file types.hxx.

Constructor & Destructor Documentation

◆ RangeMatrix()

sc::RangeMatrix::RangeMatrix ( )

Definition at line 15 of file types.cxx.

Member Function Documentation

◆ isRangeValid()

bool sc::RangeMatrix::isRangeValid ( ) const

Definition at line 18 of file types.cxx.

References mnCol1, mnCol2, mnRow1, mnRow2, mnTab1, and mnTab2.

Referenced by ScInterpreter::Interpret(), and ScInterpreter::PushMatrix().

Member Data Documentation

◆ mnCol1

sal_Int32 sc::RangeMatrix::mnCol1

◆ mnCol2

sal_Int32 sc::RangeMatrix::mnCol2

◆ mnRow1

sal_Int32 sc::RangeMatrix::mnRow1

◆ mnRow2

sal_Int32 sc::RangeMatrix::mnRow2

◆ mnTab1

sal_Int32 sc::RangeMatrix::mnTab1

◆ mnTab2

sal_Int32 sc::RangeMatrix::mnTab2

◆ mpMat

ScMatrixRef sc::RangeMatrix::mpMat

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