| LibreOffice Module sc (master) 1
    | 
#include <datatransformation.hxx>
| Public Member Functions | |
| NumberTransformation (std::set< SCCOL > &&nCol, const NUMBER_TRANSFORM_TYPE rType) | |
| NumberTransformation (std::set< SCCOL > &&nCol, const NUMBER_TRANSFORM_TYPE rType, int nPrecision) | |
| virtual void | Transform (ScDocument &rDoc) const override | 
| virtual TransformationType | getTransformationType () const override | 
| NUMBER_TRANSFORM_TYPE | getNumberTransformationType () const | 
| int | getPrecision () const | 
| const std::set< SCCOL > & | getColumn () const | 
|  Public Member Functions inherited from sc::DataTransformation | |
| virtual | ~DataTransformation () | 
| virtual void | Transform (ScDocument &rDoc) const =0 | 
| virtual TransformationType | getTransformationType () const =0 | 
| Private Attributes | |
| std::set< SCCOL > | mnCol | 
| NUMBER_TRANSFORM_TYPE | maType | 
| int | maPrecision | 
| Additional Inherited Members | |
|  Static Protected Member Functions inherited from sc::DataTransformation | |
| static SCROW | getLastRow (const ScDocument &rDoc, SCCOL nCol) | 
Definition at line 143 of file datatransformation.hxx.
| sc::NumberTransformation::NumberTransformation | ( | std::set< SCCOL > && | nCol, | 
| const NUMBER_TRANSFORM_TYPE | rType | ||
| ) | 
Definition at line 406 of file datatransformation.cxx.
References maType.
| sc::NumberTransformation::NumberTransformation | ( | std::set< SCCOL > && | nCol, | 
| const NUMBER_TRANSFORM_TYPE | rType, | ||
| int | nPrecision | ||
| ) | 
Definition at line 414 of file datatransformation.cxx.
References maType.
Definition at line 648 of file datatransformation.cxx.
References mnCol.
| NUMBER_TRANSFORM_TYPE sc::NumberTransformation::getNumberTransformationType | ( | ) | const | 
Definition at line 638 of file datatransformation.cxx.
References maType.
| int sc::NumberTransformation::getPrecision | ( | ) | const | 
Definition at line 643 of file datatransformation.cxx.
References maPrecision.
| 
 | overridevirtual | 
Implements sc::DataTransformation.
Definition at line 633 of file datatransformation.cxx.
References sc::NUMBER_TRANSFORMATION.
| 
 | overridevirtual | 
Implements sc::DataTransformation.
Definition at line 422 of file datatransformation.cxx.
References sc::ABSOLUTE, CELLTYPE_VALUE, sc::CUBE, eType, ScDocument::GetCellType(), sc::DataTransformation::getLastRow(), ScDocument::GetValue(), sc::IS_EVEN, sc::IS_ODD, sc::LOG_10, sc::LOG_E, maPrecision, maType, mnCol, sc::ROUND, sc::ROUND_DOWN, sc::ROUND_UP, ScDocument::SetString(), ScDocument::SetValue(), sc::SIGN, sc::SQUARE, and sc::SQUARE_ROOT.
| 
 | private | 
Definition at line 147 of file datatransformation.hxx.
Referenced by getPrecision(), and Transform().
| 
 | private | 
Definition at line 146 of file datatransformation.hxx.
Referenced by getNumberTransformationType(), and Transform().
Definition at line 145 of file datatransformation.hxx.
Referenced by getColumn(), and Transform().