LibreOffice Module sc (master) 1
|
This is the complete list of members for ScMatrixImpl, including all inherited members.
And() const | ScMatrixImpl | |
ApplyCollectOperation(const std::vector< T > &aOp) | ScMatrixImpl | |
ApplyOperation(T aOp, ScMatrixImpl &rMat) | ScMatrixImpl | |
CalcPosition(SCSIZE nIndex, SCSIZE &rC, SCSIZE &rR) const | ScMatrixImpl | private |
Clear() | ScMatrixImpl | |
CompareEqual() | ScMatrixImpl | |
CompareGreater() | ScMatrixImpl | |
CompareGreaterEqual() | ScMatrixImpl | |
CompareLess() | ScMatrixImpl | |
CompareLessEqual() | ScMatrixImpl | |
CompareMatrix(sc::Compare &rComp, size_t nMatPos, sc::CompareOptions *pOptions) const | ScMatrixImpl | |
CompareNotEqual() | ScMatrixImpl | |
Count(bool bCountStrings, bool bCountErrors, bool bIgnoreEmptyStrings) const | ScMatrixImpl | |
ExecuteBinaryOp(SCSIZE nMaxCol, SCSIZE nMaxRow, const ScMatrix &rInputMat1, const ScMatrix &rInputMat2, ScInterpreter *pInterpreter, ScMatrix::CalculateOpFunction op) | ScMatrixImpl | |
ExecuteOperation(const std::pair< size_t, size_t > &rStartPos, const std::pair< size_t, size_t > &rEndPos, const ScMatrix::DoubleOpFunction &aDoubleFunc, const ScMatrix::BoolOpFunction &aBoolFunc, const ScMatrix::StringOpFunction &aStringFunc, const ScMatrix::EmptyOpFunction &aEmptyFunc) const | ScMatrixImpl | |
FillDouble(double fVal, SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2) | ScMatrixImpl | |
Get(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
GetDimensions(SCSIZE &rC, SCSIZE &rR) const | ScMatrixImpl | |
GetDouble(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
GetDouble(SCSIZE nIndex) const | ScMatrixImpl | |
GetDouble(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
GetDoubleArray(std::vector< double > &rArray, bool bEmptyAsZero) const | ScMatrixImpl | |
GetDoubleWithStringConversion(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
GetElementCount() const | ScMatrixImpl | |
GetError(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
GetError(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
GetErrorIfNotString(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
GetErrorInterpreter() const | ScMatrixImpl | inline |
GetGcd() const | ScMatrixImpl | |
GetLcm() const | ScMatrixImpl | |
GetMaxValue(bool bTextAsZero, bool bIgnoreErrorValues) const | ScMatrixImpl | |
GetMinValue(bool bTextAsZero, bool bIgnoreErrorValues) const | ScMatrixImpl | |
GetString(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
GetString(SCSIZE nIndex) const | ScMatrixImpl | |
GetString(SvNumberFormatter &rFormatter, SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
GetString(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
IsBoolean(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsEmpty(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsEmptyCell(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsEmptyPath(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsEmptyResult(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsNumeric() const | ScMatrixImpl | |
IsStringOrEmpty(SCSIZE nIndex) const | ScMatrixImpl | |
IsStringOrEmpty(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsStringOrEmpty(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
IsValue(SCSIZE nIndex) const | ScMatrixImpl | |
IsValue(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsValue(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
IsValueOrEmpty(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
IsValueOrEmpty(const MatrixImplType::const_position_type &rPos) const | ScMatrixImpl | |
maMat | ScMatrixImpl | private |
maMatFlag | ScMatrixImpl | private |
MatchDoubleInColumns(double fValue, size_t nCol1, size_t nCol2) const | ScMatrixImpl | |
MatchStringInColumns(const svl::SharedString &rStr, size_t nCol1, size_t nCol2) const | ScMatrixImpl | |
MatConcat(SCSIZE nMaxCol, SCSIZE nMaxRow, const ScMatrixRef &xMat1, const ScMatrixRef &xMat2, SvNumberFormatter &rFormatter, svl::SharedStringPool &rPool) | ScMatrixImpl | |
MatCopy(ScMatrixImpl &mRes) const | ScMatrixImpl | |
MatTrans(ScMatrixImpl &mRes) const | ScMatrixImpl | |
MergeDoubleArrayMultiply(std::vector< double > &rArray) const | ScMatrixImpl | |
operator=(const ScMatrixImpl &)=delete | ScMatrixImpl | |
Or() const | ScMatrixImpl | |
pErrorInterpreter | ScMatrixImpl | private |
Product(bool bTextAsZero, bool bIgnoreErrorValues) const | ScMatrixImpl | |
PutBoolean(bool bVal, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutDouble(double fVal, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutDouble(double fVal, SCSIZE nIndex) | ScMatrixImpl | |
PutDouble(const double *pArray, size_t nLen, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutDoubleVector(const ::std::vector< double > &rVec, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutEmpty(SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutEmptyPath(SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutEmptyPathVector(SCSIZE nCount, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutEmptyResultVector(SCSIZE nCount, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutEmptyVector(SCSIZE nCount, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutError(FormulaError nErrorCode, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutString(const svl::SharedString &rStr, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutString(const svl::SharedString &rStr, SCSIZE nIndex) | ScMatrixImpl | |
PutString(const svl::SharedString *pArray, size_t nLen, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
PutStringVector(const ::std::vector< svl::SharedString > &rVec, SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
Resize(SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
Resize(SCSIZE nC, SCSIZE nR, double fVal) | ScMatrixImpl | |
ScMatrixImpl(const ScMatrixImpl &)=delete | ScMatrixImpl | |
ScMatrixImpl(SCSIZE nC, SCSIZE nR) | ScMatrixImpl | |
ScMatrixImpl(SCSIZE nC, SCSIZE nR, double fInitVal) | ScMatrixImpl | |
ScMatrixImpl(size_t nC, size_t nR, const std::vector< double > &rInitVals) | ScMatrixImpl | |
SetErrorAtInterpreter(FormulaError nError) const | ScMatrixImpl | |
SetErrorInterpreter(ScInterpreter *p) | ScMatrixImpl | |
Sum(bool bTextAsZero, bool bIgnoreErrorValues) const | ScMatrixImpl | |
SumSquare(bool bTextAsZero, bool bIgnoreErrorValues) const | ScMatrixImpl | |
ValidColRow(SCSIZE nC, SCSIZE nR) const | ScMatrixImpl | |
ValidColRowOrReplicated(SCSIZE &rC, SCSIZE &rR) const | ScMatrixImpl | |
ValidColRowReplicated(SCSIZE &rC, SCSIZE &rR) const | ScMatrixImpl | |
Xor() const | ScMatrixImpl | |
~ScMatrixImpl() | ScMatrixImpl |