bStarted | ScJumpMatrix | private |
BUFFER_DOUBLE enum value | ScJumpMatrix | private |
BUFFER_EMPTY enum value | ScJumpMatrix | private |
BUFFER_EMPTYPATH enum value | ScJumpMatrix | private |
BUFFER_NONE enum value | ScJumpMatrix | private |
BUFFER_STRING enum value | ScJumpMatrix | private |
BufferType enum name | ScJumpMatrix | private |
FlushBufferOtherThan(BufferType eType, SCSIZE nC, SCSIZE nR) | ScJumpMatrix | private |
GetDimensions(SCSIZE &rCols, SCSIZE &rRows) const | ScJumpMatrix | |
GetJump(SCSIZE nCol, SCSIZE nRow, double &rBool, short &rStart, short &rNext, short &rStop) const | ScJumpMatrix | |
GetJumpParameters() const | ScJumpMatrix | inline |
GetOpCode() const | ScJumpMatrix | inline |
GetPos(SCSIZE &rCol, SCSIZE &rRow) const | ScJumpMatrix | |
GetRefList() | ScJumpMatrix | |
GetResMatDimensions(SCSIZE &rCols, SCSIZE &rRows) | ScJumpMatrix | |
GetResultMatrix() | ScJumpMatrix | |
HasResultMatrix() const | ScJumpMatrix | |
meOp | ScJumpMatrix | private |
mnBufferCol | ScJumpMatrix | private |
mnBufferEmptyCount | ScJumpMatrix | private |
mnBufferEmptyPathCount | ScJumpMatrix | private |
mnBufferRowStart | ScJumpMatrix | private |
mvBufferDoubles | ScJumpMatrix | private |
mvBufferStrings | ScJumpMatrix | private |
mvJump | ScJumpMatrix | private |
mvParams | ScJumpMatrix | private |
mvRefList | ScJumpMatrix | private |
nCols | ScJumpMatrix | private |
nCurCol | ScJumpMatrix | private |
nCurRow | ScJumpMatrix | private |
Next(SCSIZE &rCol, SCSIZE &rRow) | ScJumpMatrix | |
nResMatCols | ScJumpMatrix | private |
nResMatRows | ScJumpMatrix | private |
nRows | ScJumpMatrix | private |
operator=(const ScJumpMatrix &)=delete | ScJumpMatrix | private |
pMat | ScJumpMatrix | private |
PutResultDouble(double fVal, SCSIZE nC, SCSIZE nR) | ScJumpMatrix | |
PutResultEmpty(SCSIZE nC, SCSIZE nR) | ScJumpMatrix | |
PutResultEmptyPath(SCSIZE nC, SCSIZE nR) | ScJumpMatrix | |
PutResultString(const svl::SharedString &rStr, SCSIZE nC, SCSIZE nR) | ScJumpMatrix | |
ScJumpMatrix(const ScJumpMatrix &)=delete | ScJumpMatrix | private |
ScJumpMatrix(OpCode eOp, SCSIZE nColsP, SCSIZE nRowsP) | ScJumpMatrix | |
SetAllJumps(double fBool, short nStart, short nNext, short nStop=SHRT_MAX) | ScJumpMatrix | |
SetJump(SCSIZE nCol, SCSIZE nRow, double fBool, short nStart, short nNext) | ScJumpMatrix | |
SetJumpParameters(ScTokenVec &&p) | ScJumpMatrix | |
SetNewResMat(SCSIZE nNewCols, SCSIZE nNewRows) | ScJumpMatrix | |
~ScJumpMatrix() | ScJumpMatrix | |