LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
sc::SwapRowsTransformation Class Reference

#include <datatransformation.hxx>

Inheritance diagram for sc::SwapRowsTransformation:
[legend]
Collaboration diagram for sc::SwapRowsTransformation:
[legend]

Public Member Functions

 SwapRowsTransformation (SCROW mRow, SCROW nRow)
 
virtual void Transform (ScDocument &rDoc) const override
 
virtual TransformationType getTransformationType () const override
 
SCROW getFirstRow () const
 
SCROW getSecondRow () const
 
- Public Member Functions inherited from sc::DataTransformation
virtual ~DataTransformation ()
 
virtual void Transform (ScDocument &rDoc) const =0
 
virtual TransformationType getTransformationType () const =0
 

Private Attributes

SCROW mxRow
 
SCROW nxRow
 

Additional Inherited Members

- Static Protected Member Functions inherited from sc::DataTransformation
static SCROW getLastRow (const ScDocument &rDoc, SCCOL nCol)
 

Detailed Description

Definition at line 215 of file datatransformation.hxx.

Constructor & Destructor Documentation

◆ SwapRowsTransformation()

sc::SwapRowsTransformation::SwapRowsTransformation ( SCROW  mRow,
SCROW  nRow 
)

Definition at line 1228 of file datatransformation.cxx.

Member Function Documentation

◆ getFirstRow()

SCROW sc::SwapRowsTransformation::getFirstRow ( ) const

Definition at line 1264 of file datatransformation.cxx.

References mxRow.

◆ getSecondRow()

SCROW sc::SwapRowsTransformation::getSecondRow ( ) const

Definition at line 1269 of file datatransformation.cxx.

References nxRow.

◆ getTransformationType()

TransformationType sc::SwapRowsTransformation::getTransformationType ( ) const
overridevirtual

Implements sc::DataTransformation.

Definition at line 1259 of file datatransformation.cxx.

References sc::SWAPROWS_TRANSFORMATION.

◆ Transform()

void sc::SwapRowsTransformation::Transform ( ScDocument rDoc) const
overridevirtual

Member Data Documentation

◆ mxRow

SCROW sc::SwapRowsTransformation::mxRow
private

Definition at line 217 of file datatransformation.hxx.

Referenced by getFirstRow(), and Transform().

◆ nxRow

SCROW sc::SwapRowsTransformation::nxRow
private

Definition at line 217 of file datatransformation.hxx.

Referenced by getSecondRow(), and Transform().


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