LibreOffice Module sc (master) 1
|
#include <address.hxx>
Public Member Functions | |
Details (formula::FormulaGrammar::AddressConvention eConvP, SCROW nRowP, SCCOL nColP) | |
Details (formula::FormulaGrammar::AddressConvention eConvP, ScAddress const &rAddr) | |
Details (formula::FormulaGrammar::AddressConvention eConvP) | |
Details (const ScDocument &rDoc, const ScAddress &rAddr) | |
Public Attributes | |
formula::FormulaGrammar::AddressConvention | eConv |
SCROW | nRow |
SCCOL | nCol |
Definition at line 223 of file address.hxx.
|
inline |
Definition at line 229 of file address.hxx.
|
inline |
Definition at line 232 of file address.hxx.
|
inline |
Definition at line 235 of file address.hxx.
ScAddress::Details::Details | ( | const ScDocument & | rDoc, |
const ScAddress & | rAddr | ||
) |
Definition at line 45 of file address.cxx.
formula::FormulaGrammar::AddressConvention ScAddress::Details::eConv |
Definition at line 225 of file address.hxx.
Referenced by ScAnalysisOfVarianceDialog::ApplyOutput(), ScChiSquareTestDialog::ApplyOutput(), ScDescriptiveStatisticsDialog::ApplyOutput(), ScExponentialSmoothingDialog::ApplyOutput(), ScFourierAnalysisDialog::ApplyOutput(), ScFTestDialog::ApplyOutput(), ScMatrixComparisonGenerator::ApplyOutput(), ScMovingAverageDialog::ApplyOutput(), ScRegressionDialog::ApplyOutput(), ScTTestDialog::ApplyOutput(), ScZTestDialog::ApplyOutput(), ScRange::Format(), ScAddress::GetColRowString(), lcl_Format(), lcl_ScAddress_Parse(), lcl_ScRange_Format_XL_Header(), lcl_Split_DocTab(), ScRangeUtil::MakeRangeFromName(), ScInputHandler::NotifyChange(), ScRange::Parse(), ScRange::ParseCols(), ScRange::ParseRows(), and ScInputHandler::SetReference().
SCCOL ScAddress::Details::nCol |
Definition at line 227 of file address.hxx.
Referenced by lcl_r1c1_append_c(), lcl_r1c1_get_col(), and ScRangeUtil::MakeRangeFromName().
SCROW ScAddress::Details::nRow |
Definition at line 226 of file address.hxx.
Referenced by lcl_r1c1_append_r(), lcl_r1c1_get_row(), and ScRangeUtil::MakeRangeFromName().