LibreOffice Module sc (master) 1
|
#include <datatransformation.hxx>
Public Member Functions | |
DateTimeTransformation (std::set< SCCOL > &&nCol, const DATETIME_TRANSFORMATION_TYPE rType) | |
virtual void | Transform (ScDocument &rDoc) const override |
virtual TransformationType | getTransformationType () const override |
DATETIME_TRANSFORMATION_TYPE | getDateTimeTransformationType () 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 |
DATETIME_TRANSFORMATION_TYPE | maType |
Additional Inherited Members | |
Static Protected Member Functions inherited from sc::DataTransformation | |
static SCROW | getLastRow (const ScDocument &rDoc, SCCOL nCol) |
Definition at line 173 of file datatransformation.hxx.
sc::DateTimeTransformation::DateTimeTransformation | ( | std::set< SCCOL > && | nCol, |
const DATETIME_TRANSFORMATION_TYPE | rType | ||
) |
Definition at line 697 of file datatransformation.cxx.
References maType.
Definition at line 1135 of file datatransformation.cxx.
References mnCol.
DATETIME_TRANSFORMATION_TYPE sc::DateTimeTransformation::getDateTimeTransformationType | ( | ) | const |
Definition at line 1130 of file datatransformation.cxx.
References maType.
|
overridevirtual |
Implements sc::DataTransformation.
Definition at line 1125 of file datatransformation.cxx.
References sc::DATETIME_TRANSFORMATION.
|
overridevirtual |
Implements sc::DataTransformation.
Definition at line 704 of file datatransformation.cxx.
References CELLTYPE_VALUE, sc::DATE_STRING, sc::DAY, sc::DAY_OF_WEEK, sc::DAY_OF_YEAR, ScGlobal::eLnge, sc::END_OF_MONTH, sc::END_OF_QUARTER, sc::END_OF_YEAR, eType, ScDocument::GetCellType(), tools::Time::GetClock(), Date::GetDay(), Date::GetDayOfWeek(), Date::GetDayOfYear(), Date::GetDaysInMonth(), ScDocument::GetFormatTable(), sc::DataTransformation::getLastRow(), Date::GetMonth(), SvNumberFormatter::GetNullDate(), SvNumberFormatter::GetPreviewStringGuess(), SvNumberFormatter::GetStandardFormat(), ScDocument::GetValue(), Date::GetYear(), sc::HOUR, maType, sc::MINUTE, mnCol, sc::MONTH, sc::MONTH_NAME, sc::QUARTER, sc::SECOND, Date::SetDay(), Date::SetMonth(), ScDocument::SetNumberFormat(), ScDocument::SetString(), ScDocument::SetValue(), sc::START_OF_MONTH, sc::START_OF_QUARTER, sc::START_OF_YEAR, sc::TIME, and sc::YEAR.
|
private |
Definition at line 176 of file datatransformation.hxx.
Referenced by getDateTimeTransformationType(), and Transform().
Definition at line 175 of file datatransformation.hxx.
Referenced by getColumn(), and Transform().